v0.6.1
What's Changed
- docker: bump golang from 1.25 to 1.26 by @dependabot[bot] in https://github.com/feichai0017/NoKV/pull/68
- deps(deps): bump google.golang.org/grpc from 1.78.0 to 1.79.1 by @dependabot[bot] in https://github.com/feichai0017/NoKV/pull/69
- feat: add batch insert support for badger and pure insert workload by @ByteByteUp in https://github.com/feichai0017/NoKV/pull/70
- fix: add refcount lifecycle validation with panic on invalid state by @ByteByteUp in https://github.com/feichai0017/NoKV/pull/72
- fix: add underflow guard to request.DecrRef by @hacker4257 in https://github.com/feichai0017/NoKV/pull/74
- fix: resolve locks during read operations by @zzzzwc in https://github.com/feichai0017/NoKV/pull/77
- fix: add underflow check in DecrRef method and corresponding test by @zqr10159 in https://github.com/feichai0017/NoKV/pull/67
- fix: add refcount underflow guards to ART.DecrRef and table.DecrRef by @vasilytrofimchuk in https://github.com/feichai0017/NoKV/pull/78
- fix: enforce strong durability semantics in LogFile.DoneWriting by @ByteByteUp in https://github.com/feichai0017/NoKV/pull/82
New Contributors
- @hacker4257 made their first contribution in https://github.com/feichai0017/NoKV/pull/74
- @vasilytrofimchuk made their first contribution in https://github.com/feichai0017/NoKV/pull/78
Full Changelog: feichai0017/NoKV@v0.6.0...v0.6.1