[release-announce] oslo.messaging 9.8.0 (train)
no-reply at openstack.org
no-reply at openstack.org
Thu Jul 18 02:48:11 UTC 2019
We contentedly announce the release of:
oslo.messaging 9.8.0: Oslo Messaging API
This release is part of the train release series.
The source is available from:
https://opendev.org/openstack/oslo.messaging
Download the package from:
https://pypi.org/project/oslo.messaging
Please report issues through:
https://bugs.launchpad.net/oslo.messaging/+bugs
For more details, please see below.
Changes in oslo.messaging 9.7.2..9.8.0
--------------------------------------
1c31abc7 Add Python 3 Train unit tests
c50076b4 Implement mandatory flag for RabbitMQ driver
e804874c Implement the transport options
73c0c007 Add the "transport_options" parameter to the amqp1 and kafka drivers.
54356899 fix typos
83266cc6 Add transport_options parameter
70b03bcf Download kafka from archive.apache.org
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 3 +-
lower-constraints.txt | 2 +-
oslo_messaging/_drivers/amqpdriver.py | 10 ++--
oslo_messaging/_drivers/base.py | 12 +++--
oslo_messaging/_drivers/common.py | 2 +-
oslo_messaging/_drivers/impl_amqp1.py | 5 +-
oslo_messaging/_drivers/impl_fake.py | 8 +--
oslo_messaging/_drivers/impl_kafka.py | 2 +-
oslo_messaging/_drivers/impl_rabbit.py | 58 ++++++++++++++--------
oslo_messaging/exceptions.py | 13 ++++-
oslo_messaging/rpc/client.py | 39 +++++++++------
oslo_messaging/transport.py | 16 +++++-
requirements.txt | 2 +-
setup-test-env-kafka.sh | 2 +-
setup.cfg | 1 +
tox.ini | 2 +-
22 files changed, 211 insertions(+), 71 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 2e05118b..7ed73945 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -29 +29 @@ amqp>=2.4.1 # BSD
-kombu!=4.0.2,>=4.0.0 # BSD
+kombu!=4.0.2,>=4.6.1 # BSD
More information about the Release-announce
mailing list