[release-announce] [oslo] oslo.messaging 5.24.2 (pike)

no-reply at openstack.org no-reply at openstack.org
Mon May 22 23:49:14 UTC 2017


We exuberantly announce the release of:

oslo.messaging 5.24.2: Oslo Messaging API

This release is part of the pike release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/oslo.messaging

Download the package from:

    https://pypi.python.org/pypi/oslo.messaging

Please report issues through launchpad:

    https://bugs.launchpad.net/oslo.messaging

For more details, please see below.

5.24.2
^^^^^^


New Features
************

* Add get_rpc_transport call to make the API clear for the
  separation of RPC and Notification messaging backends.


Deprecation Notes
*****************

* Deprecate get_transport and use get_rpc_transport or
  get_notification_transport to make the API usage clear for the
  separation of RPC and Notification messaging backends.

Changes in oslo.messaging 5.24.1..5.24.2
----------------------------------------

7678848 Updated from global requirements
62b8ac6 [AMQP 1.0] Properly shut down test RPC server
12dafbb Fix the amqp1 SSL test CA certificate
ec4d663 Add get_rpc_transport call
d778aa5 [AMQP 1.0] if RPC call is configured as presettled ignore acks


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

oslo_messaging/_drivers/amqp1_driver/controller.py |  4 +-
oslo_messaging/_drivers/impl_amqp1.py              |  3 +-
oslo_messaging/notify/notifier.py                  |  4 +-
oslo_messaging/rpc/__init__.py                     |  2 +
oslo_messaging/rpc/client.py                       | 14 ++--
oslo_messaging/rpc/server.py                       |  8 +--
oslo_messaging/rpc/transport.py                    | 47 ++++++++++++++
oslo_messaging/transport.py                        | 75 ++++++++++++++++------
.../notes/get_rpc_transport-4aa3511ad9754a60.yaml  | 10 +++
test-requirements.txt                              |  4 +-
14 files changed, 172 insertions(+), 74 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 432c62e..d859abe 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -31 +31 @@ coverage!=4.4,>=4.0 # Apache-2.0
-sphinx>=1.5.1 # BSD
+sphinx!=1.6.1,>=1.5.1 # BSD
@@ -42 +42 @@ bandit>=1.1.0 # Apache-2.0
-eventlet!=0.18.3,>=0.18.2 # MIT
+eventlet!=0.18.3,<0.21.0,>=0.18.2 # MIT





More information about the Release-announce mailing list