[openstack-dev] [release][oslo][stable] oslo.messaging 1.8.2 (kilo)

Doug Hellmann doug at doughellmann.com
Tue Apr 28 12:41:10 UTC 2015


We are thrilled to announce the release of:

oslo.messaging 1.8.2: Oslo Messaging API

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

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

Please report issues through launchpad:

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

Changes in oslo.messaging 1.8.1..1.8.2
--------------------------------------

562c41b 2015-04-27 16:10:19 +0200 rabbit: add some notes about heartbeat
a8c06ab 2015-04-24 07:19:45 +0200 Disable and mark heartbeat as experimental
c7fd828 2015-04-23 11:15:26 +0000 rabbit: fix ipv6 support
e06c5b8 2015-04-09 13:57:59 +0000 Fix changing keys during iteration in matchmaker heartbeat
f24a7df 2015-04-09 13:56:33 +0000 Add pluggability for matchmakers
513b1c9 2015-04-09 13:55:59 +0000 Don't raise Timeout on no-matchmaker results
671c60d 2015-04-09 13:04:15 +0000 Fix the bug redis do not delete the expired keys
d9c2520 2015-04-06 14:55:33 +0000 set defaultbranch for reviews

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

.gitreview                                         |  1 +
oslo_messaging/_drivers/impl_rabbit.py             | 16 ++++++---
oslo_messaging/_drivers/impl_zmq.py                | 41 +++++++++++++++-------
oslo_messaging/_drivers/matchmaker.py              |  2 +-
oslo_messaging/_drivers/matchmaker_redis.py        |  7 +++-
requirements.txt                                   |  1 +
setup.cfg                                          |  6 ++++
11 files changed, 124 insertions(+), 19 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 3b49a53..4e87ee6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -24,0 +25 @@ PyYAML>=3.1.0
+# require kombu>=3.0.7 and amqp>=1.4.0 for heatbeat support


More information about the OpenStack-dev mailing list