[release-announce] taskflow 4.1.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Thu Mar 19 10:24:10 UTC 2020


We are satisfied to announce the release of:

taskflow 4.1.0: Taskflow structured state management library.

This release is part of the ussuri release series.

The source is available from:

    https://opendev.org/openstack/taskflow

Download the package from:

    https://pypi.org/project/taskflow

Please report issues through:

    https://bugs.launchpad.net/taskflow/+bugs

For more details, please see below.

4.1.0
^^^^^

New Features

* SSL support for zookeeper backend (kazoo client). Now the
  following options can be passed to zookeeper config: *keyfile*,
  *keyfile_password*, *certfile*, *use_ssl*, *verify_certs*.

Changes in taskflow 4.0.0..4.1.0
--------------------------------

b46cf94a Zookeeper backend SSL support


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

lower-constraints.txt                                       |  2 +-
.../notes/zookeeper-ssl-support-b9abf24a39096b62.yaml       |  6 ++++++
setup.cfg                                                   |  2 +-
taskflow/utils/kazoo_utils.py                               | 13 +++++++++++++
test-requirements.txt                                       |  2 +-
5 files changed, 22 insertions(+), 3 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 7c65a155..7ad3713e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@
-kazoo>=2.2 # Apache-2.0
+kazoo>=2.6.0 # Apache-2.0






More information about the Release-announce mailing list