We are delighted to announce the release of: tooz 1.56.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.55.0..1.56.0 ------------------------------ ba62597 doc: update heartbeat doc to use start_heart=True 6e3f5ce sql: close connection for lock if not used 5946fef http->https for security 9ba92a8 etcd3: add etcd3 coordination driver 1917f5e simplify hashring node lookup Diffstat (except docs and test files) ------------------------------------- README.rst | 6 +- examples/coordinator_heartbeat.py | 12 +--- setup.cfg | 3 + tooz/drivers/etcd3.py | 121 ++++++++++++++++++++++++++++++++++++ tooz/drivers/mysql.py | 19 ++++-- tooz/drivers/pgsql.py | 50 +++++++++------ tooz/hashring.py | 13 ++-- tox.ini | 13 +++- 10 files changed, 245 insertions(+), 54 deletions(-)
participants (1)
-
no-reply@openstack.org