v0.4.65-nightly
Pre-release
Pre-release
What's Changed
Bug Fixes
- [store] fix: do not fsync sled data in unittets. File::sync_all() takes 10 ~ 30 ms, at worst 500 ms on a Mac (#1231) by @drmingdrmer
Build/Testing/CI
Dependency Updates
- Bump serde_json from 1.0.64 to 1.0.65 (#1235) by @dependabot[bot]
- Bump vergen from 5.1.13 to 5.1.14 (#1234) by @dependabot[bot]
- Bump async-trait from 0.1.50 to 0.1.51 (#1233) by @dependabot[bot]
Documentation
- [common/logging] doc: explain how to adjust interval of batch tracing data send (#1240) by @drmingdrmer
- Bump serde_json from 1.0.64 to 1.0.65 (#1235) by @dependabot[bot]
- Bump vergen from 5.1.13 to 5.1.14 (#1234) by @dependabot[bot]
Improvement
- ISSUE-1225: remove fusestore/store/src/engine/mem_engine.rs (#1244) by @SGZW
- [store] refactor: rename local vars in state machine test. Nothing really changed (#1243) by @drmingdrmer
- [store] refactor: remove no longer used SledTree (#1242) by @drmingdrmer
- [store] refactor: impl RaftLog with SledVarTypeTree. Nothing really changed. (#1241) by @drmingdrmer
- ISSUE 1228: Use batch mode to speed up tracing data sending (#1229) by @SGZW
Others
- [store] refactor: rename local vars in state machine test. Nothing really changed (#1243) by @drmingdrmer
- [store] refactor: remove no longer used SledTree (#1242) by @drmingdrmer
- [store] refactor: impl RaftLog with SledVarTypeTree. Nothing really changed. (#1241) by @drmingdrmer
- [common/logging] doc: explain how to adjust interval of batch tracing data send (#1240) by @drmingdrmer
- [store] fix: do not fsync sled data in unittets. File::sync_all() takes 10 ~ 30 ms, at worst 500 ms on a Mac (#1231) by @drmingdrmer