[release-announce] [oslo] oslo.messaging 5.17.2 (ocata)

no-reply at openstack.org no-reply at openstack.org
Mon Jun 19 19:07:40 UTC 2017


We contentedly announce the release of:

oslo.messaging 5.17.2: Oslo Messaging API

This release is part of the ocata stable 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.

Changes in oslo.messaging 5.17.1..5.17.2
----------------------------------------

2775568 rabbit: restore synchronous ack/requeue
a4203b7 Revert "rabbit: restore synchronous ack/requeue"
b331666 rabbit: restore synchronous ack/requeue
0cffa89 Updated from global requirements
d3915a9 tests: fix MultiStrOpt value
fde5913 Updated from global requirements
693e20e rabbit: make ack/requeue thread-safe
9d5e258 Updated from global requirements
0a91a7a pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)
ed97b13 Update UPPER_CONSTRAINTS_FILE for stable/ocata


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

oslo_messaging/_drivers/amqpdriver.py | 152 ++++++++++++++++++++++++++++++----
oslo_messaging/server.py              |  12 +++
oslo_messaging/version.py             |   2 +-
test-requirements.txt                 |   2 +-
tox.ini                               |   2 +-
6 files changed, 153 insertions(+), 21 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index d03cceb..d99e467 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ mock>=2.0 # BSD
-mox3>=0.7.0 # Apache-2.0
+mox3!=0.19.0,>=0.7.0 # Apache-2.0





More information about the Release-announce mailing list