[release][oslo] taskflow release 1.23.0 (mitaka)
We are pumped to announce the release of: taskflow 1.23.0: Taskflow structured state management library. This release is part of the mitaka release series. With source available at: http://git.openstack.org/cgit/openstack/taskflow With package available at: https://pypi.python.org/pypi/taskflow For more details, please see the git log history below and: http://launchpad.net/taskflow/+milestone/1.23.0 Please report issues through launchpad: http://bugs.launchpad.net/taskflow/ Changes in taskflow 1.22.0..1.23.0 ---------------------------------- dd22aff Updated from global requirements 5f5fdd1 feat: add max_dispatches arg to conductor's run 9658952 Make more of the WBE logging and '__repr__' message more useful 2566709 Fix bad sphinx module reference 6f6e9a3 Relabel internal engine 'event' -> 'outcome' 6170dea No need for Oslo Incubator Sync 75517eb Use the node built-in 'dfs_iter' instead of recursion dc0bdb5 Fix 'dependened upon' spelling error f6450d9 Fix how the dir persistence backend was not listing logbooks bedd238 Avoid running this example if zookeeper is not found Diffstat (except docs and test files) ------------------------------------- openstack-common.conf | 4 --- requirements.txt | 2 +- taskflow/conductors/backends/impl_blocking.py | 34 ++++++++++++++---- taskflow/engines/action_engine/builder.py | 8 ++--- taskflow/engines/action_engine/completer.py | 16 ++++----- taskflow/engines/action_engine/executor.py | 2 +- taskflow/engines/action_engine/scopes.py | 18 +++++----- taskflow/engines/worker_based/executor.py | 4 +-- taskflow/engines/worker_based/protocol.py | 15 ++++++-- taskflow/engines/worker_based/types.py | 18 +++++----- taskflow/examples/99_bottles.py | 23 ++++++++++-- taskflow/persistence/backends/impl_dir.py | 8 +++-- taskflow/types/failure.py | 2 +- taskflow/types/tree.py | 48 ++++++++++++++++++-------- taskflow/utils/iter_utils.py | 15 ++++++++ 19 files changed, 219 insertions(+), 73 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 60cc083..0bdbf29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44 +44 @@ automaton>=0.5.0 # Apache-2.0 -oslo.utils>=2.0.0 # Apache-2.0 +oslo.utils>=2.4.0 # Apache-2.0
participants (1)
-
davanum@gmail.com