We are satisfied to announce the release of: taskflow 5.7.0: Taskflow structured state management library. This release is part of the dalmatian 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.7.0 ^^^^^ Bug Fixes * Redis job board driver no longer uses "username" and "password" for its connections to Redis Sentinel, to restore the previous behavior which was already used by some deployment tools. Add credential to "sentinel_kwargs" to enable authentication for Redis Sentinel. Changes in taskflow 5.5.0..5.7.0 -------------------------------- d683ddb8 db: Don't rely on branched connections 6dba127a Fix broken unit tests for redis jobboard driver 4adf2790 Revert "Use consistent credential for Redis and Redis Sentinel" f635f8cd Update master for stable/2024.1 9a62640f reno: Update master for unmaintained/victoria Diffstat (except docs and test files) ------------------------------------- releasenotes/notes/bug-2056656-871b67ddbc8cfc92.yaml | 7 +++++++ releasenotes/source/2024.1.rst | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 2 +- taskflow/jobs/backends/impl_redis.py | 6 +----- taskflow/persistence/backends/sqlalchemy/alembic/env.py | 13 +++++++++---- 7 files changed, 30 insertions(+), 18 deletions(-)
participants (1)
-
no-reply@openstack.org