[openstack-announce] [release][oslo] oslo.messaging release 2.4.0 (liberty)

davanum at gmail.com davanum at gmail.com
Mon Aug 24 21:43:21 UTC 2015


We are tickled pink to announce the release of:

oslo.messaging 2.4.0: Oslo Messaging API

This release is part of the liberty 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

For more details, please see the git log history below and:

    http://launchpad.net/oslo.messaging/+milestone/2.4.0

Please report issues through launchpad:

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

Changes in oslo.messaging 2.3.0..2.4.0
--------------------------------------

c990ee0 Mask passwords when logging messages
be05c54 Updated from global requirements
588d795 Use proper translating helper for logging
28de384 Improve simulator.py
e1fadfc Added trace logging for debuggability
c70bf40 Fix message missing after duplicated message error

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

oslo_messaging/_drivers/amqpdriver.py        |   2 +-
oslo_messaging/_drivers/common.py            |   5 +-
oslo_messaging/_drivers/impl_qpid.py         |  24 ++-
oslo_messaging/_drivers/impl_rabbit.py       |  37 +++-
oslo_messaging/_drivers/impl_zmq.py          |  36 ++--
oslo_messaging/_drivers/matchmaker.py        |   3 +-
oslo_messaging/_drivers/matchmaker_ring.py   |  10 +-
oslo_messaging/hacking/checks.py             | 303 +++++++++++++++++++++++++++
oslo_messaging/notify/_impl_log.py           |   3 +-
oslo_messaging/notify/_impl_routing.py       |   7 +-
oslo_messaging/rpc/dispatcher.py             |   4 +-
oslo_messaging/server.py                     |   7 +-
requirements.txt                             |   2 +-
tools/simulator.py                           | 138 ++++++++----
15 files changed, 503 insertions(+), 95 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 9ee9b16..a7d304f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -38 +38 @@ kombu>=3.0.7
-oslo.middleware>=2.4.0 # Apache-2.0
+oslo.middleware!=2.6.0,>=2.4.0 # Apache-2.0





More information about the OpenStack-announce mailing list