[release-announce] oslo.messaging 9.7.0 (train)

no-reply at openstack.org no-reply at openstack.org
Tue May 21 17:36:34 UTC 2019


We are gleeful to announce the release of:

oslo.messaging 9.7.0: Oslo Messaging API

This release is part of the train 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 9.6.0..9.7.0
--------------------------------------

4f467fbd Cap Bandit below 1.6.0 and update Sphinx requirement
9d8b1430 Fix switch connection destination when a rabbitmq cluster node disappear
9b7bcbda Replace git.openstack.org URLs with opendev.org URLs
4f385720 Remove log translation and i18n
0ad4a204 Consider the topic parameter as an array in client-notify
4d278722 Retry to declare a queue after internal error
f948e242 Handle unexpected failures during call monitor heartbeat


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

README.rst                                         |   2 +-
oslo_messaging/_drivers/amqp1_driver/controller.py |  41 ++++---
.../oslo_messaging_amqp_driver_overview.rst        |   8 +-
oslo_messaging/_drivers/amqpdriver.py              |  63 ++++++-----
oslo_messaging/_drivers/common.py                  |  38 ++++---
oslo_messaging/_drivers/impl_amqp1.py              |   9 +-
oslo_messaging/_drivers/impl_rabbit.py             | 119 +++++++++++++--------
oslo_messaging/_i18n.py                            |  35 ------
oslo_messaging/hacking/checks.py                   |  78 ++------------
oslo_messaging/notify/_impl_routing.py             |   7 +-
oslo_messaging/notify/dispatcher.py                |   5 +-
oslo_messaging/notify/listener.py                  |   9 +-
oslo_messaging/notify/messaging.py                 |   7 +-
oslo_messaging/notify/middleware.py                |   5 +-
oslo_messaging/notify/notifier.py                  |   7 +-
oslo_messaging/rpc/dispatcher.py                   |  11 +-
oslo_messaging/rpc/server.py                       |   7 +-
oslo_messaging/server.py                           |   7 +-
oslo_messaging/transport.py                        |   9 +-
requirements.txt                                   |   1 -
test-requirements.txt                              |   2 +-
tools/simulator.py                                 |   2 +-
tox.ini                                            |   3 +-
27 files changed, 247 insertions(+), 281 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 3c6eb93f..2e05118b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13 +12,0 @@ oslo.service!=1.28.1,>=1.24.0 # Apache-2.0
-oslo.i18n>=3.15.3 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index e3852f54..da96f055 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -29 +29 @@ 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