Releases: chenyanchen/db
Releases · chenyanchen/db
v0.9.0
Changelog
- 24c0996 Merge pull request #20 from chenyanchen/refactor/layered-kv
- 1725e24 Merge pull request #21 from chenyanchen/docs/example/cache-and-telemetry
- d483533 feat: add example implementations for caching and telemetry
- 2b3c4ee feat: implement layerKV and batchKV structures with caching functionality chore: update testify dependency to v1.10.0
- 1605f51 refactor: rename rwMutexKV.kv to rwMutexKV.m
v0.8.0
Changelog
- bf71995 Add Golangci-lint into action the Go action
- 2d38610 Merge pull request #17 from chenyanchen/refactor/remove-cache-kv-implement
- 7eb5c2f Merge pull request #18 from chenyanchen/feat/rwmutex-cache
- 6a8ab13 Merge pull request #19 from chenyanchen/ci/golanci-lint
- 9335116 chore: update .golangci.yaml
- cc5ff03 ci: update Go version in CI
- 7dcfe31 feat: implement the rwMutexKV
- 910e5dd refactor: remove cacheKV, the implementation of KV
v0.7.2
v0.6.2
What's Changed
- fix: examples by @chenyanchen in #12
- Handle none element case for cacheBatchKV by @chenyanchen in #13
- Feat/mock batch kv by @chenyanchen in #14
Full Changelog: v0.6.0...v0.6.2
v0.6.0
v0.5.0
What's Changed
- feat: define BatchKV and implement the cacheBatchKV with cacheKV by @chenyanchen in #9
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.0
What's Changed
- Deprecated BatchKV, use KV instead. by @chenyanchen in #6
Full Changelog: v0.2.3...v0.3.0
v0.2.1
What's Changed
- Set value into cache and source. by @chenyanchen in #3
Full Changelog: v0.2.0...v0.2.1