Change8

v7.0.0b2

Breaking Changes
📦 redis-pythonView on GitHub →
1 breaking2 features🔧 3 symbols

Summary

The release adds SSL verification flag configuration and an 'auto' option for maintenance notifications, while renaming related classes and arguments, which requires code updates to maintain compatibility.

⚠️ Breaking Changes

  • Renamed classes and configuration arguments for maintenance push notifications handling during server upgrades; update imports and configuration keys to the new names.

Migration Steps

  1. Replace any usage of the old maintenance push notification classes and config arguments with the new class names and argument names as documented.
  2. If you used the previous enabled flag values, adjust code to handle the new 'auto' option in MaintNotificationsConfig.enabled.
  3. Update any SSL connection setup to use the new ssl_verify_flags_config argument where custom verification flags are needed.

✨ New Features

  • Added ssl_verify_flags_config argument to configure SSL connection verification flags (#3772).
  • Added 'auto' option to MaintNotificationsConfig.enabled to automatically enable notifications (#3779).

Affected Symbols