v0.6.0
What's Changed
- deps(deps): bump golang.org/x/sys from 0.40.0 to 0.41.0 by @dependabot[bot] in https://github.com/feichai0017/NoKV/pull/34
- deps(deps): bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4 by @dependabot[bot] in https://github.com/feichai0017/NoKV/pull/35
- deps(deps): bump github.com/dgraph-io/badger/v4 from 4.9.0 to 4.9.1 by @dependabot[bot] in https://github.com/feichai0017/NoKV/pull/37
- deps(deps): bump github.com/panjf2000/ants/v2 from 2.11.4 to 2.11.5 by @dependabot[bot] in https://github.com/feichai0017/NoKV/pull/36
- refactor: unify metrics collection and stats export by @feichai0017 in https://github.com/feichai0017/NoKV/pull/38
- refactor: split raftstore store services and reduce duplication by @feichai0017 in https://github.com/feichai0017/NoKV/pull/50
- feat: support min_commit_ts validation for percolator commit by @zzzzwc in https://github.com/feichai0017/NoKV/pull/51
- fix: commit secondary when primary already committed by @zzzzwc in https://github.com/feichai0017/NoKV/pull/53
- fix: unify Entry lifecycle ownership across DB/Txn read paths by @feichai0017 in https://github.com/feichai0017/NoKV/pull/56
- fix(txn): decrement active txn counter for empty commits by @zqr10159 in https://github.com/feichai0017/NoKV/pull/64
- fix: attempt to close all resources in DB.Close() even on error by @ByteByteUp in https://github.com/feichai0017/NoKV/pull/65
- refactor: unify storage IO on vfs and add file-level fault injection by @feichai0017 in https://github.com/feichai0017/NoKV/pull/66
New Contributors
- @zzzzwc made their first contribution in https://github.com/feichai0017/NoKV/pull/51
- @zqr10159 made their first contribution in https://github.com/feichai0017/NoKV/pull/64
- @ByteByteUp made their first contribution in https://github.com/feichai0017/NoKV/pull/65
Full Changelog: feichai0017/NoKV@v0.5.0...v0.6.0