Skip to content

3.3.0

Choose a tag to compare

@mgravell mgravell released this 18 Sep 04:48
· 1 commit to main since this release
dc915bb

Features

The primary feature in 3.3.0 is "smart-client-handoffs" (aka "hitless"), whereby the client responds to server maintenance notifications on suitable environments. This feature is currently opt-in, and is planned to be automatic (opt-out) in most supported cases in an upcoming release.

Documentation

Opt in through configuration;

my-redis.internal.example.com:6379,maintNotifications=Auto

or in code:

options.MaintenanceNotifications = MaintenanceNotificationMode.Auto;

Changes

  • Server-native maintenance notifications: opt in, react, hand off, and recover when nothing is announced by @mgravell in #3191

Maintenance

  • Sort the public API tracking files, with a script that keeps them that way by @mgravell in #3245
  • Promote geo-redundant failover and the Redis 8.10 bindings out of preview by @mgravell in #3247
  • Retire SER001: vector sets are not experimental any more by @mgravell in #3246

Full Changelog: 3.2.15...3.3.0