We are gleeful to announce the release of: tooz 1.57.0: Coordination library for distributed systems. This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/tooz Download the package from: https://pypi.python.org/pypi/tooz Please report issues through launchpad: https://bugs.launchpad.net/python-tooz/ For more details, please see below. Changes in tooz 1.56.1..1.57.0 ------------------------------ 6ec73a0 Separate etcd3gw driver that uses the etcd3 grpc gateway 24101cf etcd3: use discard() rather than remove() ae1e422 etcd: fix blocking argument 1a57bbc etcd: fix acquire(blocking=True) on request exception 9eb820b etcd3: fix test run cae8421 coordination: factorize common async result futures code Diffstat (except docs and test files) ------------------------------------- setup.cfg | 3 + tooz/coordination.py | 25 ++++++ tooz/drivers/etcd.py | 4 +- tooz/drivers/etcd3.py | 87 ++++++++++++++++----- tooz/drivers/etcd3gw.py | 193 ++++++++++++++++++++++++++++++++++++++++++++++ tooz/drivers/file.py | 25 +----- tooz/drivers/ipc.py | 27 ++----- tooz/drivers/memcached.py | 70 ++++++++--------- tooz/drivers/redis.py | 25 +----- tox.ini | 17 +++- 12 files changed, 354 insertions(+), 176 deletions(-)
participants (1)
-
no-reply@openstack.org