Skip to content

Releases: llxxbb/Nature

1.5.0

26 Jan 03:29
Compare
Choose a tag to compare
  • update to 2021 rust edition
  • use async_channel to replace the rust native channel.
  • plugins directory can be configured in .env file, the property is PLUGIN_PATH, or you can put them under the work directory .
  • use Local-Time for logger
  • move NatureError and Result to common module。
  • includes all executable files and executors which demo need in release package
  • doc repair
    • Readme.md
    • doc/ZH/help/executor.md
    • nature-demo/doc/ZH/prepare.md
  • remove the support for sqlite.
  • demo for multi-warehouse: fix data duplicate problem.

1.4.0

03 Jun 03:12
Compare
Choose a tag to compare
  • Output Instance for MetaType:Null
  • management:support failed task query
  • optimize: simplify Retry and make the config clear
  • bug fix: insert error task to task table already exists.

1.3.0

21 Nov 07:10
Compare
Choose a tag to compare

Release 1.3.0 2021-11-02

  • change id from string to u64
  • optimize Instance structure
  • add JS call interface, use String as id or time to avoid Long type problem

Release 1.2.0 2021-10-24

  • add relation description config field

1.0.0

29 May 08:34
Compare
Choose a tag to compare
roadmap

0.23.0

18 Feb 06:32
Compare
Choose a tag to compare
  • support meta edit for Management UI

0.22.4

16 Feb 02:21
Compare
Choose a tag to compare
  • bug fix : FromInstance id problem
  • some optimize

0.22.3

14 Feb 12:47
Compare
Choose a tag to compare
  • bug fix: get_by_key_range
  • optimize KeyCondition

0.22.2

13 Feb 03:09
Compare
Choose a tag to compare
  • Optimize: support recent Instance for management UI.
  • bug fix: query Instance by id
  • Optimize: query Instance by key

0.22.0: Merge branch 'dev' into master

31 Jan 08:26
Compare
Choose a tag to compare

Manager: add Instance interface for UI management
change Instance id from u64, so that JavaScript long will be work fine

0.21.1

23 Jan 03:24
Compare
Choose a tag to compare

change manage client port to 8280 to avoid conflict with nature.exe