Releases: llxxbb/Nature
Releases · llxxbb/Nature
1.5.0
- 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
andResult
tocommon
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
1.3.0
1.0.0
0.23.0
0.22.4
0.22.3
0.22.2
0.22.0: Merge branch 'dev' into master
Manager: add Instance
interface for UI management
change Instance
id from u64, so that JavaScript long will be work fine