We are psyched to announce the release of: oslo.messaging 10.5.0: Oslo Messaging API This release is part of the ussuri 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 10.4.1..10.5.0 ---------------------------------------- 2a4cea9e Ignore releasenote cache within git untracked files d873c0d8 Do not use threading.Event 2b0613b2 Removed unused variable pools 1057cfc6 Remove telemetry checks Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 + .zuul.yaml | 72 ---------------------- lower-constraints.txt | 2 +- oslo_messaging/_drivers/amqp1_driver/controller.py | 5 +- oslo_messaging/_drivers/amqpdriver.py | 9 +-- oslo_messaging/_drivers/impl_fake.py | 3 +- oslo_messaging/_drivers/impl_kafka.py | 2 +- oslo_messaging/_drivers/impl_rabbit.py | 2 - oslo_messaging/rpc/dispatcher.py | 4 +- .../run.yaml | 59 ------------------ .../run.yaml | 58 ----------------- .../run.yaml | 56 ----------------- requirements.txt | 2 +- 17 files changed, 42 insertions(+), 278 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6de25a49..ad19a387 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ oslo.log>=3.36.0 # Apache-2.0 -oslo.utils>=3.33.0 # Apache-2.0 +oslo.utils>=3.37.0 # Apache-2.0