Current Series Release Notes

20.0.0-29

Upgrade Notes

  • Redis uri options now requires ‘:’ before password even when username is not used.

  • Support for Python 3.9 has been removed. Now Python 3.10 is the minimum version supported.

Bug Fixes

  • Fixed the wrong type of [drivers:message_store:swift] insecure option. It was previously string (so non-empty strings were translated to True), but has been changed to boolean.