oslo.messaging 14.2.0 (antelope)
We jubilantly announce the release of: oslo.messaging 14.2.0: ======================== Team and repository tags ======================== .. image:: https://governance.openstack.org/tc/badges/oslo.messaging.svg :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on Oslo Messaging Library ====================== .. image:: https://img.shields.io/pypi/v/oslo.messaging.svg :target: https://pypi.org/project/oslo.messaging/ :alt: Latest Version .. image:: https://img.shields.io/pypi/dm/oslo.messaging.svg :target: https://pypi.org/project/oslo.messaging/ :alt: Downloads The Oslo messaging API supports RPC and notifications over a number of different messaging transports. * License: Apache License, Version 2.0 * Documentation: https://docs.openstack.org/oslo.messaging/latest/ * Source: https://opendev.org/openstack/oslo.messaging * Bugs: https://bugs.launchpad.net/oslo.messaging * Release notes: https://docs.openstack.org/releasenotes/oslo.messaging/ This release is part of the antelope 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.2.0 ^^^^^^ New Features * The "get_rpc_transport", "get_rpc_server" and "get_rpc_client" helper functions now have support for overriding the class that is instantiated. Changes in oslo.messaging 14.1.0..14.2.0 ---------------------------------------- 687dea2e Support overriding class for get_rpc_* helper functions 75053169 tox cleanups Diffstat (except docs and test files) ------------------------------------- oslo_messaging/rpc/client.py | 8 ++- oslo_messaging/rpc/server.py | 7 +- oslo_messaging/rpc/transport.py | 7 +- .../get-rpc-helpers-cls-8911826ac08aef2a.yaml | 5 ++ tools/test-setup.sh | 14 ++-- tox.ini | 82 ++++++++++++---------- 6 files changed, 73 insertions(+), 50 deletions(-)
participants (1)
-
no-reply@openstack.org