[oslo] oslo.messaging 5.30.1 (pike)
We enthusiastically announce the release of: oslo.messaging 5.30.1: Oslo Messaging API This release is part of the pike stable release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.messaging Download the package from: https://pypi.python.org/pypi/oslo.messaging Please report issues through launchpad: https://bugs.launchpad.net/oslo.messaging For more details, please see below. Changes in oslo.messaging 5.30.0..5.30.1 ---------------------------------------- a07d852 Add support for virtual hosts 965309e Updated from global requirements 32b001f Remove the test that counts kombu connect calls 7fff6da Update UPPER_CONSTRAINTS_FILE for stable/pike 502d748 Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + oslo_messaging/_drivers/amqp1_driver/addressing.py | 85 ++++++++------ oslo_messaging/_drivers/amqp1_driver/controller.py | 55 +++++++-- oslo_messaging/_drivers/amqp1_driver/eventloop.py | 10 +- oslo_messaging/_drivers/amqp1_driver/opts.py | 22 ++++ oslo_messaging/_drivers/impl_amqp1.py | 3 +- test-requirements.txt | 2 +- tox.ini | 2 +- 10 files changed, 247 insertions(+), 66 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 31991e8..66d4b09 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -32 +32 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org