We are excited to announce the release of: tooz 1.21.0: Coordination library for distributed systems. This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack/tooz With package available at: https://pypi.python.org/pypi/tooz For more details, please see the git log history below and: http://launchpad.net/python-tooz/+milestone/1.21.0 Please report issues through launchpad: http://bugs.launchpad.net/python-tooz/ Changes in tooz 1.20.0..1.21.0 ------------------------------ 52c0eed Raise exception on failed lock's CM acquire fail 3023aed Be more restrictive on the executors users can provide 8bde234 No longer need kazoo lock custom retry code Diffstat (except docs and test files) ------------------------------------- tooz/coordination.py | 4 +++ tooz/drivers/zookeeper.py | 34 +++++++++------------- tooz/locking.py | 9 +++++- tooz/utils.py | 63 +++++++++++++---------------------------- 6 files changed, 61 insertions(+), 79 deletions(-)