oslo.messaging 12.0.0 (ussuri)
We are tickled pink to announce the release of: oslo.messaging 12.0.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. 12.0.0 ^^^^^^ Upgrade Notes * The blocking executor has been deprecated for removal in Rocky and support is now dropped in Ussuri. Its usage was never recommended for applications, and it has no test coverage. Applications should choose the appropriate threading model that maps to their usage instead. Changes in oslo.messaging 11.0.0..12.0.0 ---------------------------------------- fed48aea Remove the deprecated blocking executor 3359c520 remove outdated header b55da383 reword releasenote for py27 support dropping ab78c8e3 Setup backend scenarios for functional tests Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 56 +++++-------- oslo_messaging/_utils.py | 14 ++++ oslo_messaging/notify/listener.py | 8 +- oslo_messaging/rpc/server.py | 4 +- oslo_messaging/server.py | 33 ++++---- ...-executor-support-dropped-a3bc74c6825863f0.yaml | 8 ++ .../drop-python27-support-5ef2f365d8930483.yaml | 2 +- setup-test-env-kafka.sh | 20 ----- setup.cfg | 1 - setup.py | 1 - tools/setup-scenario-env.sh | 69 ++++++++++++++++ tools/setup-test-env-amqp1.sh | 41 ---------- tox.ini | 44 ++++++++--- 18 files changed, 263 insertions(+), 223 deletions(-)
participants (1)
-
no-reply@openstack.org