We are chuffed to announce the release of: oslo.messaging 14.5.0: Oslo Messaging API This release is part of the caracal 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. 14.5.0 ^^^^^^ Bug Fixes * Change heartbeat_rate default from 2 to 3 in order to send AMQP heartbeat frames at correct interval Changes in oslo.messaging 14.4.0..14.5.0 ---------------------------------------- 3438726d Add some logs when sending RPC messages d16cddd8 Move integration jobs to Ubuntu 22.04 (Jammy) 8759cd7d Imported Translations from Zanata a3715386 test py311 job c1b606f7 Add is_admin to safe fields list for notifications 7705b4f3 Update master for stable/2023.2 7da68f26 Add Python3 antelope unit tests 36fb5bce Set default heartbeat_rate to 3 ee13e536 Bump bandit and make oslo.messaging compatible with latest rules Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 42 ++++++++++------------ bindep.txt | 17 ++------- oslo_messaging/_drivers/impl_rabbit.py | 7 +++- oslo_messaging/_metrics/client.py | 3 +- oslo_messaging/notify/notifier.py | 4 +++ .../notes/heartbeat-rate-3-7ada9edbccc11a3f.yaml | 5 +++ releasenotes/source/2023.2.rst | 6 ++++ releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 37 ++++++++++++++++--- test-requirements.txt | 2 +- tox.ini | 8 ++--- 12 files changed, 83 insertions(+), 51 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 3a7c44fc..daf74261 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -29 +29 @@ pyngus>=2.2.0 # Apache-2.0 -bandit>=1.6.0,<1.7.0 # Apache-2.0 +bandit>=1.7.0,<1.8.0 # Apache-2.0