We are pumped to announce the release of: oslo.messaging 5.21.0: Oslo Messaging API This release is part of the pike 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.20.0..5.21.0 ---------------------------------------- f0b4baa Mock 'oslo_messaging.notify._impl_routing.LOG' in notifier tests 4993f01 Updated from global requirements bf1cdaf Add "ssl" option for amqp driver 06049ba Refactor logic of getting exector's executor_thread_pool_size 631ade5 remove all kombu<4.0.0 workarounds d777585 Break user credentials from host at the rightmost '@' 34e326f [zmq] Prevent access to rpc_response_timeout 1251c0f Use Sphinx 1.5 warning-is-error 06c993d tox: Build docs with Python 2.7 Diffstat (except docs and test files) ------------------------------------- oslo_messaging/_drivers/amqp1_driver/controller.py | 3 +++ oslo_messaging/_drivers/amqp1_driver/opts.py | 6 +++++ oslo_messaging/_drivers/impl_rabbit.py | 24 +++---------------- .../dealer/zmq_dealer_publisher_direct.py | 12 ++++++++-- oslo_messaging/server.py | 17 ++++++-------- oslo_messaging/transport.py | 2 +- requirements.txt | 3 +-- setup.cfg | 6 ++--- tools/tox_install.sh | 3 --- tox.ini | 5 +--- 14 files changed, 76 insertions(+), 66 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 8c4fe82..30254ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22 +22 @@ cachetools>=1.1.0 # MIT License -WebOb>=1.6.0 # MIT +WebOb>=1.7.1 # MIT @@ -29 +28,0 @@ PyYAML>=3.10.0 # MIT -# FIXME(gordc): bump to amqp2 and kombu4 once requirements updated