We are amped to announce the release of: tooz 6.1.0: Coordination library for distributed systems. The source is available from: https://opendev.org/openstack/tooz Download the package from: https://pypi.org/project/tooz For more details, please see below. 6.1.0 ^^^^^ New Features ************ * The redis driver now supports the following options. * "sentinel_username" * "sentinel_parameters" * "sentinel_ssl" Bug Fixes ********* * The redis driver no longer enables authentication for redis sentinel when authentication is enabled in redis. This was the previous behavior before 6.0.0, and was already required by some deployment tools like kolla. Now authentication for redis sentinel is controlled by a separate options ("sentinel_username" and "sentinel_password"). * The redis driver no longer enables SSL for redis sentinel when SSL is enabled in redis, to restore the compatibility with older versions. Now SSL for redis sentinel is controlled by the separate "sentinel_ssl" option. Changes in tooz 6.0.1..6.1.0 ---------------------------- 3bce8e1 Make authentication/SSL for redis sentinel optional Diffstat (except docs and test files) ------------------------------------- .../notes/bug-2056656-f71dca8a61138f95.yaml | 22 ++++++++++++++++++++++ tooz/drivers/redis.py | 20 +++++++++++++++++++- 2 files changed, 41 insertions(+), 1 deletion(-)
participants (1)
-
no-reply@openstack.org