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

no-reply at openstack.org no-reply at openstack.org
Tue Jun 13 01:08:54 UTC 2017


We are psyched to announce the release of:

oslo.messaging 5.27.0: 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.27.0
^^^^^^

Deprecation Notes

* The blocking executor has been deprecated for removal in Rocky.
  Its usage was never recommended for applications, and it has no test
  coverage. Applications should choose the appropriate threading model
  that maps their usage instead.

Changes in oslo.messaging 5.26.0..5.27.0
----------------------------------------

e6b225c Updated from global requirements
0809421 Add note for blocking executor deprecation
8ee5ae1 Fix rabbitmq driver with blocking executor
1a036f5 Build universal wheels
d54efeb Updated from global requirements
1642071 Fix serializer tests
2566be1 deprecated blocking executor


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

oslo_messaging/_drivers/amqpdriver.py              | 20 +++++++--
oslo_messaging/notify/listener.py                  | 15 +++----
oslo_messaging/rpc/server.py                       | 12 ++----
oslo_messaging/server.py                           | 29 +++++++++----
...cking-executor-deprecated-895146c1c3bf2f51.yaml |  6 +++
setup.cfg                                          |  3 ++
test-requirements.txt                              |  4 +-
10 files changed, 98 insertions(+), 55 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index d859abe..6c95961 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -33 +33 @@ oslosphinx>=4.7.0 # Apache-2.0
-reno>=1.8.0 # Apache-2.0
+reno!=2.3.1,>=1.8.0 # Apache-2.0
@@ -42 +42 @@ bandit>=1.1.0 # Apache-2.0
-eventlet!=0.18.3,<0.21.0,>=0.18.2 # MIT
+eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT





More information about the Release-announce mailing list