We are satisfied to announce the release of: oslo.messaging 5.35.1: Oslo Messaging API This release is part of the queens stable release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.messaging Download the package from: https://pypi.org/project/oslo.messaging Please report issues through launchpad: https://bugs.launchpad.net/oslo.messaging For more details, please see below. Changes in oslo.messaging 5.35.0..5.35.1 ---------------------------------------- 7ccdd77 Queens gate fixes b996206 Revert "rabbit: Don't prefetch when batch_size is set" 28afca3 Fixed telemetry integration zuul jobs 0403bae Updated from global requirements 5cd2987 Update telemetry integration playbooks a411576 Update UPPER_CONSTRAINTS_FILE for stable/queens 0e0c52d Update .gitreview for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 13 +++++++-- oslo_messaging/_drivers/amqpdriver.py | 6 ---- .../run.yaml | 33 ++++----------------- .../run.yaml | 34 +++++----------------- .../run.yaml | 29 +++--------------- requirements.txt | 2 +- setup-test-env-kafka.sh | 2 +- test-requirements.txt | 6 ++-- tox.ini | 4 +-- 11 files changed, 37 insertions(+), 97 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 344da6e..8af36c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ oslo.config>=5.1.0 # Apache-2.0 -oslo.log>=3.30.0 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4fab1b8..15d7ba9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14 +14 @@ testtools>=2.2.0 # MIT -oslotest>=1.10.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 @@ -31,2 +31,2 @@ coverage!=4.4,>=4.0 # Apache-2.0 -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 +sphinx!=1.6.6,>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org