[openstack-announce] [release][oslo] oslo.messaging release 2.7.0 (mitaka)
davanum at gmail.com
davanum at gmail.com
Mon Oct 19 17:26:11 UTC 2015
We are chuffed to announce the release of:
oslo.messaging 2.7.0: Oslo Messaging API
This release is part of the mitaka 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.7.0
Please report issues through launchpad:
http://bugs.launchpad.net/oslo.messaging
Changes in oslo.messaging 2.6.1..2.7.0
--------------------------------------
4f49b7e Updated from global requirements
c4efc9a Updated from global requirements
822217e Updated from global requirements
45d1cf1 Small grammar messaging fix
c68266b Use a condition (and/or a dummy one) instead of a lock
04b53f3 Updated from global requirements
23c68ca AMQP1.0: Turn off debug tracing when running tox
34d24b7 Workaround test stream corruption issue
123a037 Provide the executor 'wait' function a timeout and use it
383abe0 Add if condition for random.shuffle
Diffstat (except docs and test files)
-------------------------------------
.testr.conf | 2 +-
oslo_messaging/_drivers/impl_rabbit.py | 6 ++-
oslo_messaging/_executors/base.py | 14 ++++--
oslo_messaging/_executors/impl_blocking.py | 6 ++-
oslo_messaging/_executors/impl_pooledexecutor.py | 43 ++++++++++++-----
oslo_messaging/_utils.py | 23 +++++++++
oslo_messaging/server.py | 60 ++++++++++++++++--------
requirements.txt | 4 +-
tox.ini | 1 -
11 files changed, 156 insertions(+), 75 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 8dc4842..f00a9dc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +11 @@ oslo.log>=1.8.0 # Apache-2.0
-oslo.utils>=2.0.0 # Apache-2.0
+oslo.utils>=2.4.0 # Apache-2.0
@@ -13 +13 @@ oslo.serialization>=1.4.0 # Apache-2.0
-oslo.service>=0.9.0 # Apache-2.0
+oslo.service>=0.10.0 # Apache-2.0
More information about the OpenStack-announce
mailing list