We are amped to announce the release of: tooz 2.2.0: Coordination library for distributed systems. This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/tooz Download the package from: https://pypi.org/project/tooz Please report issues through: https://bugs.launchpad.net/python-tooz/+bugs For more details, please see below. 2.2.0 ^^^^^ New Features * Added heartbeat supported to the Consul driver so that locks would remain locked instead of timing out on the first TTL. This can be considered both a feature and a bug fix because previously the Consul driver would only hold the lock for the first TTL and behind the scenes Consul would release it due to the lack of session updates. In order for the Consul driver to perform distributed locking properly you MUST utilize heartbeats! Changes in tooz 2.1.0..2.2.0 ---------------------------- 6e750b6 Adds heartbeating to the consul driver. Diffstat (except docs and test files) ------------------------------------- .../notes/consul-heartbeat-support-3ec69e2ace537dc1.yaml | 9 +++++++++ tooz/drivers/consul.py | 13 +++++++++++++ 2 files changed, 22 insertions(+)