We joyfully announce the release of: taskflow 5.1.1: Taskflow structured state management library. This release is part of the antelope 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. 5.1.1 ^^^^^ Bug Fixes * Fixed an issue when the configuration options of the zookeeper jobboard backend were passed as strings, the string ''"False"'' was wrongly interpreted as ''True''. Now the string ''"False"'' is interpreted as the ''False'' boolean. Changes in taskflow 5.1.0..5.1.1 -------------------------------- 78aa34f4 Fix parsing of zookeeper jobboard backend options d6ec6ddc Update TOX_CONSTRAINTS_FILE for stable/2023.1 5b56fb3c Update .gitreview for stable/2023.1 Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + ...-zookeeper-option-parsing-f9d37fbc39af47f4.yaml | 7 +++ taskflow/jobs/backends/impl_zookeeper.py | 4 +- taskflow/persistence/backends/impl_zookeeper.py | 4 +- taskflow/utils/kazoo_utils.py | 29 +++++++--- tox.ini | 2 +- 8 files changed, 147 insertions(+), 11 deletions(-)