We are stoked to announce the release of: oslo.messaging 9.6.0: Oslo Messaging API This release is part of the train release series. The source is available from: https://opendev.org/openstack/oslo.messaging Download the package from: https://pypi.org/project/oslo.messaging Please report issues through: https://bugs.launchpad.net/oslo.messaging/+bugs For more details, please see below. Changes in oslo.messaging 9.5.0..9.6.0 -------------------------------------- 815ea9ac OpenDev Migration Patch 0d4f1d64 Dropping the py35 testing 4d48b33a Handle collections.abc deprecations 44bd971b Unmark RabbitMQ heartbeat as experimental a4d087cc Replace openstack.org git:// URLs with https:// 83a84d3f Explain why Listener connections cannot be pooled d143a06b Update master for stable/stein 855a85fa Clarify the documentation for pooled Notification Listeners 8897e158 Update messaging intermediaries for amqp1 tests Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 42 ++-- bindep.txt | 7 +- lower-constraints.txt | 2 +- oslo_messaging/_drivers/amqp1_driver/addressing.py | 10 - oslo_messaging/_drivers/common.py | 35 +++- oslo_messaging/_drivers/impl_rabbit.py | 2 +- oslo_messaging/notify/listener.py | 38 ++-- .../run.yaml | 8 +- playbooks/oslo.messaging-src-grenade-dsvm/run.yaml | 8 +- .../run.yaml | 16 +- .../run.yaml | 16 +- .../run.yaml | 14 +- releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 + setup.cfg | 2 +- test-requirements.txt | 2 +- tools/setup-test-env-amqp1.sh | 211 ++------------------- tox.ini | 18 +- 19 files changed, 149 insertions(+), 291 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index c3fe3192..e3852f54 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14 +14 @@ oslotest>=3.2.0 # Apache-2.0 -pifpaf>=0.10.0 # Apache-2.0 +pifpaf>=2.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org