[release-announce] oslo.messaging 5.35.6 (queens)

no-reply at openstack.org no-reply at openstack.org
Fri Oct 4 13:15:19 UTC 2019


We are satisfied to announce the release of:

oslo.messaging 5.35.6: Oslo Messaging API

This release is part of the queens 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 5.35.5..5.35.6
----------------------------------------

48631952 fix typos
e8c67609 Issue blocking ACK for RPC requests from the consumer thread
a053b1db Fix switch connection destination when a rabbitmq cluster node disappear
012cdcd0 Cap Bandit below 1.6.0 and update Sphinx requirement


Diffstat (except docs and test files)
-------------------------------------

oslo_messaging/_drivers/amqpdriver.py  | 76 +++++++++++++++++++++++++++++++---
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(+), 12 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 15d7ba9d..95021bf1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -40 +40 @@ pyngus>=2.2.0 # Apache-2.0
-bandit>=1.1.0 # Apache-2.0
+bandit>=1.1.0,<1.6.0 # Apache-2.0






More information about the Release-announce mailing list