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

no-reply at openstack.org no-reply at openstack.org
Mon Apr 3 10:51:23 UTC 2017


We are gleeful to announce the release of:

oslo.messaging 5.20.0: Oslo Messaging API

This release is part of the pike release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

5.20.0
^^^^^^

Upgrade Notes

* RequestContextSerializer was deprecated since 4.6, and it isn't
  used by any other project, so we can remove it safely.

Changes in oslo.messaging 5.19.0..5.20.0
----------------------------------------

914b529 serializer: remove deprecated RequestContextSerializer
71ce692 Updated from global requirements
160b85a Add HACKING.rst
e12edd9 [zmq] pass a dummy TransportURL to register_opts
7ebf500 Fix simulator's use of Notifier - use 'topics' not 'topic'
abc269b Trivial: Add executor 'threading' in docstring
5a7dcad Deprecate parameter aliases


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

HACKING.rst                                        |  4 ++
oslo_messaging/_cmd/zmq_proxy.py                   |  3 +-
oslo_messaging/notify/listener.py                  |  8 +--
oslo_messaging/rpc/server.py                       |  4 +-
oslo_messaging/serializer.py                       | 30 +--------
oslo_messaging/server.py                           |  4 +-
oslo_messaging/transport.py                        |  9 ++-
...-RequestContextSerializer-234c0496a7e0376b.yaml |  4 ++
requirements.txt                                   |  9 ++-
tools/simulator.py                                 |  2 +-
11 files changed, 31 insertions(+), 121 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 44dc7bd..8c4fe82 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,3 +8,2 @@ futurist!=0.15.0,>=0.11.0 # Apache-2.0
-oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
-oslo.context>=2.12.0 # Apache-2.0
-oslo.log>=3.11.0 # Apache-2.0
+oslo.config>=3.22.0 # Apache-2.0
+oslo.log>=3.22.0 # Apache-2.0
@@ -31,2 +30,2 @@ PyYAML>=3.10.0 # MIT
-amqp>=1.4.0 # LGPL
-kombu>=3.0.25 # BSD
+amqp!=2.1.4,>=2.1.0 # BSD
+kombu!=4.0.2,>=4.0.0 # BSD





More information about the Release-announce mailing list