We joyfully announce the release of: oslo.messaging 12.3.0: Oslo Messaging API This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/oslo.messaging Download the package from: https://pypi.org/project/oslo.messaging Please report issues through: https://bugs.launchpad.net/oslo.messaging/+bugs For more details, please see below. 12.3.0 ^^^^^^ Bug Fixes * Add a new option *enable_cancel_on_failover* for rabbitmq driver which when enabled, will cancel consumers when queue appears to be down. Changes in oslo.messaging 12.2.2..12.3.0 ---------------------------------------- 196fa877 Cancel consumer if queue down 6659cb8d Bump bandit version 26e8bb4c Catch ConnectionForced Exception Diffstat (except docs and test files) ------------------------------------- oslo_messaging/_drivers/impl_rabbit.py | 96 ++++++++++++++-------- ...enable_cancel_on_failover-22ac472b93dd3a23.yaml | 6 ++ test-requirements.txt | 2 +- 4 files changed, 76 insertions(+), 35 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index d1cbfdeb..42a086a0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -28 +28 @@ pyngus>=2.2.0 # Apache-2.0 -bandit>=1.1.0,<1.6.0 # Apache-2.0 +bandit>=1.6.0,<1.7.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org