[openstack-announce] [release][oslo] tooz release 1.29.0 (mitaka)

davanum at gmail.com davanum at gmail.com
Mon Dec 21 20:09:38 UTC 2015


We are pumped to announce the release of:

tooz 1.29.0: Coordination library for distributed systems.

This release is part of the mitaka 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 below and:

    http://launchpad.net/python-tooz/+milestone/1.29.0

Please report issues through launchpad:

    http://bugs.launchpad.net/python-tooz/


Changes in tooz 1.28.0..1.29.0
------------------------------

b2e517d Updated from global requirements
815c363 Add basic file content schema validation
24621a5 Spice up the driver summary/info page
ba3c23c Make all locks operate the same when fetched from different coordinators
9960deb Add noted driver weaknesses onto the drivers docs
fd36017 Updated from global requirements
472b640 File: read member id from file with suffix ".raw"
963bba0 Reduce duplication of code in handling multi-type blocking argument
5f0be84 Updated from global requirements
b03a306 Add comment in memcache explaining the current situation with lock release
fb16225 Add 'is_still_owner' lock test function

Diffstat (except docs and test files)
-------------------------------------

requirements.txt                |   3 +-
tooz/drivers/file.py            | 180 ++++++++++++++++++++++++++-------------
tooz/drivers/ipc.py             |  26 +++---
tooz/drivers/memcached.py       |  66 ++++++++++++---
tooz/drivers/redis.py           |  24 ++++--
tooz/drivers/zookeeper.py       |  33 +++++---
tooz/locking.py                 |  66 +++------------
tooz/utils.py                   |   9 ++
10 files changed, 414 insertions(+), 184 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index a77d8df..75a2c73 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,0 +10 @@ zake>=0.1.6 # Apache-2.0
+jsonschema!=2.5.0,<3.0.0,>=2.0.0
@@ -15 +16 @@ futurist>=0.1.2 # Apache-2.0
-oslo.utils>=2.8.0 # Apache-2.0
+oslo.utils>=3.2.0 # Apache-2.0





More information about the OpenStack-announce mailing list