[openstack-dev] [new][oslo] oslo.messaging 5.3.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Fri Jun 10 01:38:00 UTC 2016


We are gleeful to announce the release of:

oslo.messaging 5.3.0: Oslo Messaging API

This release is part of the newton release series.

With source available at:

    http://git.openstack.org/cgit/openstack/oslo.messaging

With package available at:

    https://pypi.python.org/pypi/oslo.messaging

Please report issues through launchpad:

    http://bugs.launchpad.net/oslo.messaging

For more details, please see below.

Changes in oslo.messaging 5.2.0..5.3.0
--------------------------------------

8674f73 Modify info of default_notification_exchange
4af6878 Imported Translations from Zanata
6166b44 [zmq] Remove rpc_zmq_concurrency option
fbf5cb4 [zmq] Fix timeout in ThreadingPoller.poll
2668177 Fix typo: 'olso' to 'oslo'
a620319 Updated from global requirements
3169174 [zmq] Don't skip non-direct message types
8ee1915 [zmq] Refactoring of zmq client
034c8f0 [impl_rabbit] Remove deprecated get_expiration method
9d51fa4 [AMQP 1.0] Randomize host list connection attempts
c07d02e Documents recommended executor

Diffstat (except docs and test files)
-------------------------------------

oslo_messaging/_drivers/amqp1_driver/controller.py |   3 +-
oslo_messaging/_drivers/impl_pika.py               |   2 +-
oslo_messaging/_drivers/impl_rabbit.py             |  16 +---
oslo_messaging/_drivers/impl_zmq.py                |  18 ++--
.../_drivers/zmq_driver/broker/zmq_proxy.py        |   2 +-
.../_drivers/zmq_driver/broker/zmq_queue_proxy.py  |   8 +-
.../dealer/zmq_dealer_publisher_proxy.py           |  20 +++-
.../client/publishers/zmq_publisher_base.py        |  27 +++---
.../_drivers/zmq_driver/client/zmq_client.py       | 104 ++++++++++++++++-----
.../zmq_driver/matchmaker/matchmaker_redis.py      |   2 +-
.../_drivers/zmq_driver/poller/threading_poller.py |  19 ++--
oslo_messaging/_drivers/zmq_driver/zmq_async.py    |  58 +++---------
.../en_GB/LC_MESSAGES/oslo_messaging-log-error.po  |  31 ------
.../en_GB/LC_MESSAGES/oslo_messaging-log-info.po   |  15 ++-
.../es/LC_MESSAGES/oslo_messaging-log-error.po     |  32 -------
oslo_messaging/locale/oslo_messaging-log-error.pot |  54 -----------
oslo_messaging/locale/oslo_messaging-log-info.pot  |  25 -----
.../locale/oslo_messaging-log-warning.pot          |  43 ---------
oslo_messaging/server.py                           |  13 ++-
requirements.txt                                   |   2 +-
setup-test-env-zmq.sh                              |   1 +
24 files changed, 224 insertions(+), 421 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index f6e9f64..7ec46a9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +11 @@ oslo.log>=1.14.0 # Apache-2.0
-oslo.utils>=3.9.0 # Apache-2.0
+oslo.utils>=3.11.0 # Apache-2.0





More information about the OpenStack-dev mailing list