We are delighted to announce the release of: oslo.messaging 6.1.0: Oslo Messaging API This release is part of the rocky 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 6.0.0..6.1.0 -------------------------------------- e0e8a1e Revert "rabbit: Don't prefetch when batch_size is set" 7326192 add lower-constraints job fca263c remove zmq tests 9e5ddb2 Updated from global requirements 0608fe2 update configuration for qdrouter v1.0.0 68c48ad Add restart() method to DecayingTimer c48c98e Restore devstack project name in amqp1 test Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 88 +------- lower-constraints.txt | 95 +++++++++ oslo_messaging/_drivers/amqpdriver.py | 6 - oslo_messaging/_drivers/common.py | 3 + .../drivers/zmq/matchmaker/test_impl_matchmaker.py | 140 ------------- .../run.yaml | 3 +- requirements.txt | 2 +- tools/setup-test-env-amqp1.sh | 13 +- tox.ini | 7 + 25 files changed, 138 insertions(+), 1692 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2055389..254f942 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34 +34 @@ futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD -tenacity>=3.2.1 # Apache-2.0 +tenacity>=4.4.0 # Apache-2.0