[release][oslo] oslo.messaging release 3.0.0 (mitaka)
We are chuffed to announce the release of: oslo.messaging 3.0.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/3.0.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.messaging Changes in oslo.messaging 2.9.0..3.0.0 -------------------------------------- 15cd990 Provide alias to oslo_messaging.notify._impl_messaging 9843641 make pep8 faster 52be09a Updated from global requirements 00d07f5 Robustify locking in MessageHandlingServer bfa6f5a Updated from global requirements a2ff73c cleanup tox.ini e787355 Some executors are not async so update docstring to reflect that Diffstat (except docs and test files) ------------------------------------- oslo_messaging/_executors/impl_pooledexecutor.py | 2 +- oslo_messaging/_utils.py | 23 -- oslo_messaging/notify/_impl_messaging.py | 24 ++ oslo_messaging/server.py | 350 +++++++++++++++++---- requirements.txt | 8 +- test-requirements.txt | 2 +- tox.ini | 4 +- 9 files changed, 647 insertions(+), 98 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7dc7a69..819fc24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ futurist>=0.1.2 # Apache-2.0 -oslo.config>=2.6.0 # Apache-2.0 +oslo.config>=2.7.0 # Apache-2.0 @@ -11 +11 @@ oslo.log>=1.12.0 # Apache-2.0 -oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0 +oslo.utils>=2.8.0 # Apache-2.0 @@ -13 +13 @@ oslo.serialization>=1.10.0 # Apache-2.0 -oslo.service>=0.10.0 # Apache-2.0 +oslo.service>=0.12.0 # Apache-2.0 @@ -20,0 +21,2 @@ cachetools>=1.0.0 # MIT License +debtcollector>=0.3.0 # Apache-2.0 + diff --git a/test-requirements.txt b/test-requirements.txt index 53d199c..0c0f4e8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -34 +34 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -oslosphinx>=2.5.0 # Apache-2.0 +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
participants (1)
-
davanum@gmail.com