[zaqar] zaqar 5.0.0 (pike)
We joyfully announce the release of: zaqar 5.0.0: OpenStack Queuing and Notification Service This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/zaqar/ For more details, please see below. Changes in zaqar 5.0.0.0b3..5.0.0 --------------------------------- 17ad586 Fix claims for redis when enabling DLQ 49a397e Use doc8 check f6ece53 Fix claims of MongoDB when enabling DLQ 16fd7ba Add some more uwsgi options for zaqar-uwsgi 900bdbe Notification Delivery Policy e23e09d Fix bug in mongodb backend for dead letter queue f032be8 Update the dead letter queue's releasenote 54f3c1e Fix tempest test_set_and_get_queue_metadata 159f89a Fix api doc in creating pre-signed url 3a01f0b Remove install-guide env which is no longer effective 53e887f Support dead letter queue for swift 626844a Add project info to contributor doc a076ed8 Remove Deprecation tempest Warning 470c021 Updated from global requirements 0a6c04e Migrate configuration docs 24cf652 Stop using deprecated 'message' attribute in Exception e8aaabc Replace mongodb backend pymongo deprecated API 07e4c7d Update and optimize documentation links 8c0a87c Support dead letter queue for redis Diffstat (except docs and test files) ------------------------------------- HACKING.rst | 2 +- README.rst | 6 +- api-ref/source/parameters.yaml | 6 +- devstack/plugin.sh | 11 +- etc/oslo-config-generator/zaqar.conf | 3 +- .../notes/deprecate-v11-976cccc1b56a28e7.yaml | 2 +- .../notes/support-cors-af8349382a44aa0d.yaml | 2 +- ...ification-delivery-policy-fbc94083b4e6b8d0.yaml | 6 + ...support_dead_letter_queue-c8b7303319e7f920.yaml | 8 + ..._letter_queue_for_mongodb-c8b7303319e7f920.yaml | 8 - releasenotes/source/liberty.rst | 2 +- test-requirements.txt | 3 +- tox.ini | 19 ++- zaqar/common/consts.py | 16 ++ zaqar/i18n.py | 2 +- zaqar/notification/notifier.py | 12 +- zaqar/notification/tasks/webhook.py | 87 +++++++++- zaqar/storage/mongodb/catalogue.py | 6 +- zaqar/storage/mongodb/claims.py | 70 ++++---- zaqar/storage/mongodb/flavors.py | 14 +- zaqar/storage/mongodb/messages.py | 17 +- zaqar/storage/mongodb/pools.py | 22 +-- zaqar/storage/mongodb/queues.py | 19 ++- zaqar/storage/mongodb/subscriptions.py | 15 +- zaqar/storage/pipeline.py | 4 +- zaqar/storage/redis/claims.py | 65 +++++++ zaqar/storage/redis/messages.py | 3 + zaqar/storage/redis/models.py | 7 +- zaqar/storage/swift/claims.py | 70 ++++++-- zaqar/storage/swift/messages.py | 3 +- zaqar/storage/swift/utils.py | 4 +- .../services/messaging/json/messaging_client.py | 18 +- zaqar/transport/validation.py | 37 ++++ zaqar/transport/wsgi/utils.py | 4 +- 71 files changed, 1017 insertions(+), 231 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index fedc080..55cc8b6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19,0 +20 @@ ddt>=1.0.1 # MIT +doc8 # Apache-2.0 @@ -31 +32 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org