Skip to content

v1.4.0

Compare
Choose a tag to compare
@heathcliff26 heathcliff26 released this 02 Aug 18:49
· 60 commits to main since this release

Deprecation notice

The redis package and configuration option are deprecated. They have been renamed to valkey. The redis option and package will be removed in a future release in 2025.

To migrate to valkey, simply replace the redis configuration with valkey. They are nearly identical, with the exception that address is replaced by addresses, which is a list of items.

What's Changed

  • tests/storage: Switch from 7.2 to latest valkey container image by @heathcliff26 in #66
  • storage/redis: Switch from redis-go to valkey-go for client library by @heathcliff26 in #68
  • tests/redis: Fix loadbalancer test not testing loadbalancer by @heathcliff26 in #76
  • k8s: Switch context to background by @heathcliff26 in #73
  • redis/loadbalancer: Add unit-test for possible deadlock detection by @heathcliff26 in #77
  • storage/valkey: Rename redis package to valkey by @heathcliff26 in #78
  • tests/utils: Print command output to log on failure by @heathcliff26 in #80
  • storage/valkey: Add log message when loadbalancer can't find any database by @heathcliff26 in #79
  • storage/redis: Add deprecation notice by @heathcliff26 in #81

Full Changelog: v1.3.1...v1.4.0