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

no-reply at openstack.org no-reply at openstack.org
Tue Sep 25 18:33:26 UTC 2018


We joyfully announce the release of:

oslo.messaging 5.17.4: 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.org/project/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.3..5.17.4
----------------------------------------

4b56835 Avoid logging passwords on connection events
fa6259d import zuul job settings from project-config
cedf591 Fix html_last_updated_fmt for Python 3
25119d6 Create doc/requirements.txt
a59fbf4 Avoid tox_install.sh for constraints support


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

.zuul.yaml                             | 11 ++++++++++
oslo_messaging/_drivers/impl_rabbit.py |  4 +++-
test-requirements.txt                  |  7 +------
tools/tox_install.sh                   | 37 ----------------------------------
tox.ini                                | 16 ++++++++++-----
7 files changed, 39 insertions(+), 51 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index d99e467..04d5ee1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -24,6 +24 @@ pyzmq>=14.3.1 # LGPL+BSD
-# NOTE(sileht) temporary commented since requirements repo cap it to <1.0.0
-# due to monasca project that have some concern with newer version.
-# The driver is currently experimental, python-kafka<1.0.0 API have major issue
-# that can't make the oslo.messaging driver works, so we prefer having a working
-# driver with a non-synced dep, that the reverse
-# kafka-python>=1.3.1 # Apache-2.0
+kafka-python>=1.3.1 # Apache-2.0






More information about the Release-announce mailing list