v0.4.80-nightly
Pre-release
Pre-release
What's Changed
Bug Fixes
- Fix: panic while reading data parts (#1489) by @dantengsky
- fix: variadic_arguments of LogicFunction should be Some((1, 2)) (#1486) by @yjhmelody
- [sources] add ValuesSource and CsvSource (#1484) by @sundy-li
Build/Testing/CI
- Fix: panic while reading data parts (#1489) by @dantengsky
Dependency Updates
- build(deps): bump anyhow from 1.0.42 to 1.0.43 (#1480) by @dependabot[bot]
- build(deps): bump predicates from 2.0.1 to 2.0.2 (#1481) by @dependabot[bot]
Documentation
Features
- [store] feature: applies all logs to raft state machine. (#1479) by @drmingdrmer
Improvement
- [CLI] refactor to clap.rs (#1491) by @ZhiHanZ
- [store] refactor: use btreeset to replace hashset, to ease debugging (#1485) by @drmingdrmer
- [sources] add ValuesSource and CsvSource (#1484) by @sundy-li
- [store] refactor: remove RaftState::write_snapshot_meta(). (#1482) by @drmingdrmer
Others
- [store] refactor: use btreeset to replace hashset, to ease debugging (#1485) by @drmingdrmer
- [store] refactor: remove RaftState::write_snapshot_meta(). (#1482) by @drmingdrmer
- [store] feature: applies all logs to raft state machine. (#1479) by @drmingdrmer