[openstack-dev] [all] oslo.messaging 1.7.0 released

Mehdi Abaakouk sileht at sileht.net
Wed Feb 25 16:26:22 UTC 2015


The Oslo team is thrilled to announce the release of:

oslo.messaging 1.7.0: Oslo Messaging API

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

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

Please report issues through launchpad:

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

Changes in oslo.messaging 1.6.0..1.7.0
------------------------------------------------------------------------------------------

097fb23 Add FAQ entry for notifier configuration
68cd8cf rabbit: Fix behavior of rabbit_use_ssl
b2f505e amqp1: fix functional tests deps
aef3a61 Skip functional tests that fail due to a qpidd bug
56fda65 Remove unnecessary log messages from amqp1 unit tests
a9d5dd1 Include missing parameter in call to listen_for_notifications
3d366c9 Fix the import of the driver by the unit test
d8e68c3 Add a new aioeventlet executor
4e182b2 Add missing unit test for a recent commit
1475246 Add the threading executor setup.cfg entrypoint
824313a Move each drivers options into its own group
16ee9a8 Refactor the replies waiter code
03a46fb Imported Translations from Transifex
8380ac6 Fix notifications broken with ZMQ driver
b6a1ea0 Gate functionnal testing improvements
bf4ab5a Treat sphinx warnings as errors
0bf90d1 Move gate hooks to the oslo.messaging tree
dc75773 Set the password used in gate
7a7ca5f Update README.rst format to match expectations
434b5c8 Declare DirectPublisher exchanges with passive=True
3c40cee kombu: fix driver loading with kombu+qpid scheme
e7e5506 Ensure kombu channels are closed
3d232a0 Implements notification-dispatcher-filter
8eed6bb Make sure zmq can work with redis

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

README.rst                                         |   5 +-
amqp1-requirements.txt                             |   2 +-
.../locale/fr/LC_MESSAGES/oslo.messaging.po        |  18 +-
oslo_messaging/_drivers/amqp.py                    |   6 +-
oslo_messaging/_drivers/amqpdriver.py              | 160 
++++++-----------
oslo_messaging/_drivers/common.py                  |   5 +-
oslo_messaging/_drivers/impl_qpid.py               |  45 +++--
oslo_messaging/_drivers/impl_rabbit.py             | 196 
++++++++++++++-------
oslo_messaging/_drivers/impl_zmq.py                |  24 +--
oslo_messaging/_drivers/matchmaker_redis.py        |   2 +-
oslo_messaging/_executors/impl_aioeventlet.py      |  75 ++++++++
oslo_messaging/_executors/impl_eventlet.py         |   6 +-
oslo_messaging/conffixture.py                      |  16 +-
oslo_messaging/notify/__init__.py                  |   2 +
oslo_messaging/notify/dispatcher.py                |   9 +-
oslo_messaging/notify/filter.py                    |  77 ++++++++
oslo_messaging/notify/listener.py                  |   8 +-
oslo_messaging/opts.py                             |   7 +-
requirements.txt                                   |   4 +
setup.cfg                                          |   5 +
tox.ini                                            |  15 +-
42 files changed, 937 insertions(+), 327 deletions(-)


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

diff --git a/amqp1-requirements.txt b/amqp1-requirements.txt
index bf8a37e..6303dc7 100644
--- a/amqp1-requirements.txt
+++ b/amqp1-requirements.txt
@@ -8 +8 @@ pyngus>=1.0.0,<2.0.0  # Apache-2.0
-python-qpid-proton>=0.7,<0.8  # Apache-2.0
+python-qpid-proton>=0.7,<0.9  # Apache-2.0
diff --git a/requirements.txt b/requirements.txt
index 352b14a..e6747b0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -31,0 +32,4 @@ futures>=2.1.6
+
+# needed by the aioeventlet executor
+aioeventlet>=0.4
+trollius>=1.0


-- 
Mehdi Abaakouk
mail: sileht at sileht.net
irc: sileht




More information about the OpenStack-dev mailing list