We are gleeful to announce the release of: oslo.messaging 5.26.0: Oslo Messaging API This release is part of the pike 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. 5.26.0 ^^^^^^ Deprecation Notes * The pika driver has been deprecated for removal in Rocky. This driver was developed as a replacement for the default rabbit driver. However testing has not shown any appreciable improvement over the default rabbit driver in terms of performance and stability. Changes in oslo.messaging 5.25.0..5.26.0 ---------------------------------------- d46f3cf Updated from global requirements c7d880c Clean up the TransportURL documentation c35fb27 Mark the Pika driver as deprecated Diffstat (except docs and test files) ------------------------------------- oslo_messaging/_drivers/impl_pika.py | 16 +++++--- oslo_messaging/notify/notifier.py | 2 +- oslo_messaging/rpc/transport.py | 2 +- oslo_messaging/transport.py | 43 ++++++++++++++++++---- ...river-has-been-deprecated-e2407fa53c91fe5c.yaml | 8 ++++ requirements.txt | 2 +- 7 files changed, 62 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6ffc8c1..1c0de51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ futurist!=0.15.0,>=0.11.0 # Apache-2.0 -oslo.config>=3.22.0 # Apache-2.0 +oslo.config>=4.0.0 # Apache-2.0