Releases: valkey-io/valkey-go
Releases · valkey-io/valkey-go
1.0.38
Changes
- feat: upgrade otel package in valkeyotel. It now requires go 1.21 (#550)
- feat: add ForceWithContext to valkeylock (#547)
- feat: add the unit field to the bitcount method of valkeycompat (#538)
- perf: improves the responsiveness of valkeylock by reconstructing client-side caching after extending key validities (#546)
Tests
- test: minor increase in coverage for command.go under valkeycompat (#548)
- test: minor increase in coverage for adapter.go under valkeycompat (#545)
Contributors
We'd like to thank all the contributors who worked on this release!
1.0.37
Changes
🐛 Bug Fixes
- fix: occasional panic when initializing rueidis.Client while Redis Cluster is not available (redis/rueidis#543)
🧰 Maintenance
- ci: add linters: go vet and staticcheck
Contributors
We'd like to thank all the contributors who found bugs and who worked on this release!
1.0.36
1.0.35
🚀 New Features
- feat: rename to valkey-io/valkey-go
- feat: add NewErrorResult() to rueidishook (#532)
- feat: update golang.org/x/net
Changes
- fix: rare nil dereferences in lru (ele.Value.(*cacheEntry)) (#529)
Contributors
We'd like to thank all the contributors who worked on this release!