We exuberantly announce the release of: oslo.messaging 12.6.0: Oslo Messaging API This release is part of the wallaby 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.6.0 ^^^^^^ Upgrade Notes ************* * The "[oslo_messaging_rabbit] heartbeat_in_pthread" config option now defaults to "True". Applications will run RabbitMQ heartbeat in a Python thread by default. Deprecation Notes ***************** * "heartbeat_in_pthread" has been deprecated and will be removed in a future release. If configured, this option should be unset. Changes in oslo.messaging 12.5.0..12.6.0 ---------------------------------------- 0c4203bb Python 3.9: isAlive is removed 00d15eae add min of 1 to rpc_conn_pool_size a997f09e Adding pre-commit 4bae96d7 Add Python3 wallaby unit tests 633383ba Update master for stable/victoria add5ab4e Run rabbitmq heartbeat in python thread by default Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 35 +++++++++++ .zuul.yaml | 2 +- oslo_messaging/_drivers/base.py | 3 +- oslo_messaging/_drivers/impl_rabbit.py | 20 ++++--- ...eat-in-pthread-by-default-28637b41ebf500dc.yaml | 10 ++++ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 6 ++ test-requirements.txt | 1 + tools/simulator.py | 9 ++- tox.ini | 2 +- 20 files changed, 150 insertions(+), 58 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index cbed7dcf..983c1c91 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,0 +10 @@ stestr>=2.0.0 # Apache-2.0 +pre-commit>=2.6.0 # MIT