We are stoked to announce the release of: oslo.messaging 5.10.1: 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.0..5.10.1 ---------------------------------------- 5bfbc62 rabbit: on reconnect set socket timeout after channel is set c5dec22 Updated from global requirements f4bf955 rabbit: Avoid busy loop on epoll_wait with heartbeat+eventlet d8d564c Fix consuming from unbound reply queue f3c4c67 Update .gitreview for stable/newton Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + oslo_messaging/_drivers/impl_rabbit.py | 69 ++++++++++++++++++---------------- oslo_messaging/_utils.py | 40 ++++++++++++++++++++ releasenotes/source/conf.py | 3 ++ requirements.txt | 2 +- 6 files changed, 110 insertions(+), 33 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3be9ded..1362d10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38 +38 @@ amqp<2.0,>=1.4.0 # LGPL -kombu>=3.0.25 # BSD +kombu!=4.0.0,>=3.0.25 # BSD
participants (1)
-
no-reply@openstack.org