We are pleased to announce the release of: tooz 4.3.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. 4.3.0 ^^^^^ Upgrade Notes * This version of tooz defaults to the *v3* endpoint for the *etcd3gw* backend. The previous behavior can be restored by appending *?api_version=v3alpha* to the coordination URL. The *v3alpha* and *v3beta* endpoints have been deprecated by upstream etcd. * The minimum redis-py version required is now >= 3.0.0 Changes in tooz 4.2.0..4.3.0 ---------------------------- 6ab9dfc Add missing % in diagnostic_lines.append call 738931d Update the default etcd3gw endpoint to v3 0feead5 Replace en-dash with ASCII minus in a docstring 378566d Change StrictRedis usage to Redis Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 20 -------------------- releasenotes/notes/etcd-3.4-eee8300c942a1263.yaml | 7 +++++++ .../notes/remove-strict-redis-555f0f4e369480e3.yaml | 4 ++++ setup-etcd-env.sh | 2 +- tooz/coordination.py | 2 +- tooz/drivers/etcd3gw.py | 4 ++-- tooz/drivers/pgsql.py | 2 +- tooz/drivers/redis.py | 4 ++-- 10 files changed, 24 insertions(+), 30 deletions(-)
participants (1)
-
no-reply@openstack.org