[release][oslo] oslo.messaging release 1.17.0 (liberty)
We are delighted to announce the release of: oslo.messaging 1.17.0: Oslo Messaging API This release is part of the liberty 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/1.17.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.messaging Changes in oslo.messaging 1.16.0..1.17.0 ---------------------------------------- f04a321 Updated from global requirements 6dda4a7 Updated from global requirements c7b3138 Fix mock use for mock 1.1.0 168f6cc Make heartbeat the default 79b308b Use oslo.log in the zmq receiver 483296e Imported Translations from Transifex c49594a Remove usage of contentmanager for executors ac57114 Verify that version in 'prepare' is valid 286659a Don't reply when we known that client is gone Diffstat (except docs and test files) ------------------------------------- .../locale/de/LC_MESSAGES/oslo.messaging.po | 8 +- .../en_GB/LC_MESSAGES/oslo.messaging-log-error.po | 6 +- .../locale/en_GB/LC_MESSAGES/oslo.messaging.po | 4 +- .../es/LC_MESSAGES/oslo.messaging-log-error.po | 6 +- .../locale/es/LC_MESSAGES/oslo.messaging.po | 6 +- .../fr/LC_MESSAGES/oslo.messaging-log-error.po | 8 +- .../locale/fr/LC_MESSAGES/oslo.messaging.po | 6 +- .../ru/LC_MESSAGES/oslo.messaging-log-error.po | 6 +- oslo_messaging/_cmd/zmq_receiver.py | 4 +- oslo_messaging/_drivers/amqp.py | 4 + oslo_messaging/_drivers/amqpdriver.py | 76 +++++++++++++- oslo_messaging/_drivers/impl_rabbit.py | 13 ++- oslo_messaging/_drivers/impl_zmq.py | 4 +- oslo_messaging/_executors/base.py | 18 +--- oslo_messaging/_executors/impl_aioeventlet.py | 4 +- oslo_messaging/_executors/impl_blocking.py | 46 ++++----- oslo_messaging/_executors/impl_eventlet.py | 83 ++------------- oslo_messaging/_executors/impl_pooledexecutor.py | 112 +++++++++++++++++++++ oslo_messaging/_executors/impl_thread.py | 106 +------------------ oslo_messaging/_utils.py | 55 ++++++++++ oslo_messaging/notify/dispatcher.py | 17 ++-- oslo_messaging/opts.py | 4 +- oslo_messaging/rpc/client.py | 8 ++ oslo_messaging/rpc/dispatcher.py | 6 +- requirements.txt | 3 + test-requirements.txt | 3 +- 37 files changed, 475 insertions(+), 396 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1b29f8a..53dcb5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,0 +7 @@ pbr<2.0,>=0.11 +futurist>=0.1.1 # Apache-2.0 @@ -8,0 +10 @@ oslo.context>=0.2.0 # Apache-2.0 +oslo.log>=1.2.0 # Apache-2.0 @@ -16,0 +19 @@ six>=1.9.0 +cachetools>=1.0.0 # MIT License diff --git a/test-requirements.txt b/test-requirements.txt index 66359de..2d6a0c9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10,2 @@ fixtures>=1.3.1 -mock>=1.0 +mock>=1.1;python_version!='2.6' +mock==1.0.1;python_version=='2.6'
participants (1)
-
davanum@gmail.com