[oslo] oslo.messaging 5.16.0 (ocata)
We are glad to announce the release of: oslo.messaging 5.16.0: Oslo Messaging API This release is part of the ocata 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.15.0..5.16.0 ---------------------------------------- ea61a81 Updated from global requirements de88370 Replace mox with mock 04f9be6 tests: fix test-setup.sh 2f1ee2f tests: remove useless debug 04f89a7 [rabbit] Log correct topic on cast/call 41e23c2 [AMQP 1.0] Simplify the I/O event loop code Diffstat (except docs and test files) ------------------------------------- oslo_messaging/_drivers/amqp1_driver/controller.py | 20 ++-- oslo_messaging/_drivers/amqp1_driver/eventloop.py | 127 +++++++++++---------- oslo_messaging/_drivers/amqpdriver.py | 2 +- requirements.txt | 2 +- tools/test-setup.sh | 7 +- 10 files changed, 267 insertions(+), 201 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 12ae382..8b9d7dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36 +36 @@ amqp<2.0,>=1.4.0 # LGPL -kombu!=4.0.0,!=4.0.1,>=3.0.25 # BSD +kombu!=4.0.0,!=4.0.1,!=4.0.2,>=3.0.25 # BSD
participants (1)
-
no-reply@openstack.org