We joyfully announce the release of: oslo.messaging 8.1.4: Oslo Messaging API This release is part of the rocky stable 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. Changes in oslo.messaging 8.1.3..8.1.4 -------------------------------------- 8bebba78 fix typos a0648f07 Issue blocking ACK for RPC requests from the consumer thread 26fccea8 Fix switch connection destination when a rabbitmq cluster node disappear ab03435a Cap Bandit below 1.6.0 and update Sphinx requirement Diffstat (except docs and test files) ------------------------------------- oslo_messaging/_drivers/amqpdriver.py | 81 +++++++++++++++++++++++++++++----- oslo_messaging/_drivers/common.py | 2 +- oslo_messaging/_drivers/impl_rabbit.py | 26 +++++++++-- oslo_messaging/rpc/server.py | 3 ++ test-requirements.txt | 2 +- 6 files changed, 100 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 9cedd5b6..2c559032 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -34 +34 @@ pyngus>=2.2.0 # Apache-2.0 -bandit>=1.1.0 # Apache-2.0 +bandit>=1.1.0,<1.6.0 # Apache-2.0