[openstack-dev] [all] oslo.messaging 1.8.0 release

Doug Hellmann doug at doughellmann.com
Mon Mar 9 14:24:47 UTC 2015


The Oslo team is overjoyed to announce the release of:

oslo.messaging 1.8.0: Oslo Messaging API

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

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

Please report issues through launchpad:

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

Notable changes
----------------

We hope to make this the last release of the library for the Kilo cycle.

Changes in oslo.messaging 1.7.0..1.8.0
--------------------------------------

9fbec54 Updated from global requirements
0359147 NotifyPublisher need handle amqp_auto_delete
e8def40 Fix matchmaker_redis ack_alive fails with KeyError
4c0ef9b Use import of zmq package for test skip

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

oslo_messaging/_drivers/impl_rabbit.py             |  2 +
oslo_messaging/_drivers/matchmaker_redis.py        |  2 +-
requirements-py3.txt                               |  4 +-
requirements.txt                                   |  4 +-
7 files changed, 61 insertions(+), 42 deletions(-)


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

diff --git a/requirements-py3.txt b/requirements-py3.txt
index 64f3cb8..05cb050 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -5 +5 @@
-oslo.config>=1.6.0  # Apache-2.0
+oslo.config>=1.9.0  # Apache-2.0
@@ -12 +12 @@ stevedore>=1.1.0  # Apache-2.0
-six>=1.7.0
+six>=1.9.0
diff --git a/requirements.txt b/requirements.txt
index e6747b0..3b49a53 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ pbr>=0.6,!=0.7,<1.0
-oslo.config>=1.6.0  # Apache-2.0
+oslo.config>=1.9.0  # Apache-2.0
@@ -14 +14 @@ stevedore>=1.1.0  # Apache-2.0
-six>=1.7.0
+six>=1.9.0



More information about the OpenStack-dev mailing list