[oslo] oslo.messaging 5.10.2 (newton)
We are glad to announce the release of: oslo.messaging 5.10.2: Oslo Messaging API This release is part of the newton 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.10.1..5.10.2 ---------------------------------------- c41f0ce rabbit: restore synchronous ack/requeue 2200d7b rabbit: make ack/requeue thread-safe 545f9e9 tests: fix MultiStrOpt value 31ba6b5 Updated from global requirements af1b98c [rabbit] Log correct topic on cast/call Diffstat (except docs and test files) ------------------------------------- oslo_messaging/_drivers/amqpdriver.py | 154 ++++++++++++++++++++++++++++++---- oslo_messaging/server.py | 12 +++ requirements.txt | 2 +- 4 files changed, 152 insertions(+), 20 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1362d10..8961ec6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38 +38 @@ amqp<2.0,>=1.4.0 # LGPL -kombu!=4.0.0,>=3.0.25 # BSD +kombu<4.0.0,>=3.0.25 # BSD
participants (1)
-
no-reply@openstack.org