Skip to content

Releases: valkey-io/valkey-go

1.0.38

31 May 13:34
488e0af
Compare
Choose a tag to compare

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!

@SoulPancake, @VladyslavLukyanenko, @cyuankuo and @rueian

1.0.37

12 May 02:02
415f72b
Compare
Choose a tag to compare

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!

@FZambia and @szuecs

1.0.36

02 May 15:53
055c177
Compare
Choose a tag to compare

Changes

  • fix: incorrect conversions in valkeyprob (#541)
  • fix: ipv6 handling in MOVED and ASK messages of cluster mode (#540)

Contributors

We'd like to thank all the contributors who worked on this release!

@proost and @rueian

1.0.35

24 Apr 16:28
c6ccd62
Compare
Choose a tag to compare

🚀 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!