[release-announce] [oslo] oslo.messaging 5.35.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 8 14:23:37 UTC 2018


We are stoked to announce the release of:

oslo.messaging 5.35.0: Oslo Messaging API

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

Changes in oslo.messaging 5.34.1..5.35.0
----------------------------------------

1ccdccd Add kafka driver vhost emulation
0b42cfd Updated from global requirements
c7cc6d0 Create doc/requirements.txt
3afc3a0 Update kafka functional test
6d008f2 Imported Translations from Zanata
feb5903 Updated from global requirements
0ca9567 Provide bindep_profile in openstack-tox job setup
5d99ea8 Updated from global requirements
5ef5c7f Remove pbr version from setup.py


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

.zuul.yaml                                         |   8 ++
bindep.txt                                         |   6 +
oslo_messaging/_drivers/impl_kafka.py              | 158 +++++++++++----------
.../_drivers/kafka_driver/kafka_options.py         |   6 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |  26 +++-
requirements.txt                                   |   6 +-
setup-test-env-kafka.sh                            |   7 +-
tools/functions.sh                                 |   5 +-
tools/test-setup.sh                                |  16 +--
tox.ini                                            |   5 +-
14 files changed, 218 insertions(+), 109 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index b8e2251..344da6e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ futurist>=1.2.0 # Apache-2.0
-oslo.config>=4.6.0 # Apache-2.0
+oslo.config>=5.1.0 # Apache-2.0
@@ -10 +10 @@ oslo.log>=3.30.0 # Apache-2.0
-oslo.utils>=3.31.0 # Apache-2.0
+oslo.utils>=3.33.0 # Apache-2.0
@@ -12 +12 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
-oslo.service>=1.24.0 # Apache-2.0
+oslo.service!=1.28.1,>=1.24.0 # Apache-2.0






More information about the Release-announce mailing list