[release-announce] zaqar 12.0.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 14 11:25:54 UTC 2021


We exuberantly announce the release of:

zaqar 12.0.0: OpenStack Queuing and Notification Service

This release is part of the wallaby release series.

The source is available from:

    https://opendev.org/openstack/zaqar

Download the package from:

    https://tarballs.openstack.org/zaqar/

Please report issues through:

    https://bugs.launchpad.net/zaqar/+bugs

For more details, please see below.

Changes in zaqar 11.0.0..12.0.0
-------------------------------

948e88c2 [goal] Deprecate the JSON formatted policy file
8a457497 Imported Translations from Zanata
656b9373 requirements: Drop os-testr
d949c970 Use unittest.mock instead of third party mock
0c7e97bd Fix hacking min version to 3.0.1
bf086eb7 update lower constraints
772db810 [Part1] Remove six
20fabeb0 Fix the issue that the subscription api always returns unconfirmed
37255986 Fix the messages get bug
0e435a35 Add releasenotes for victoria
f52643dc Update master for stable/victoria


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

devstack/settings                                  |   2 +-
lower-constraints.txt                              |  24 ++--
...son-formatted-policy-file-f2abc160715c3f9b.yaml |  20 ++++
.../victoria-release-prelude-330129ef9dfd6c03.yaml |  25 +++++
releasenotes/source/index.rst                      |   1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po       | 125 ++++++++++++++++++++-
releasenotes/source/victoria.rst                   |   6 +
requirements.txt                                   |  13 +--
test-requirements.txt                              |   9 +-
tox.ini                                            |   8 +-
zaqar/cmd/status.py                                |  10 +-
zaqar/common/transport/wsgi/helpers.py             |   7 +-
zaqar/common/urls.py                               |  12 +-
zaqar/common/utils.py                              |   2 -
zaqar/locale/en_GB/LC_MESSAGES/zaqar.po            |  88 ++++++++++++++-
zaqar/notification/notifier.py                     |   2 +-
zaqar/notification/tasks/mailto.py                 |   2 +-
zaqar/storage/redis/models.py                      |   6 +-
zaqar/storage/redis/subscriptions.py               |   4 +-
zaqar/storage/swift/messages.py                    |   2 +-
.../sqlalchemy_migration/test_db_manage_cli.py     |   2 +-
.../unit/transport/websocket/test_protocol.py      |   4 +-
.../unit/transport/websocket/v2/test_claims.py     |   2 +-
.../unit/transport/websocket/v2/test_messages.py   |   2 +-
.../transport/websocket/v2/test_queue_lifecycle.py |   2 +-
.../transport/websocket/v2/test_subscriptions.py   |   4 +-
.../unit/transport/wsgi/v1/test_queue_lifecycle.py |   3 +-
.../unit/transport/wsgi/v1_1/test_messages.py      |   2 +-
.../transport/wsgi/v1_1/test_queue_lifecycle.py    |   3 +-
.../unit/transport/wsgi/v2_0/test_messages.py      |   2 +-
.../transport/wsgi/v2_0/test_queue_lifecycle.py    |   3 +-
.../unit/transport/wsgi/v2_0/test_subscriptions.py |   3 +-
.../transport/wsgi/v2_0/test_topic_lifecycle.py    |   3 +-
zaqar/transport/acl.py                             |   8 ++
54 files changed, 370 insertions(+), 133 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 515630f3..8b85e4f4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-alembic>=0.8.10 # MIT
+alembic>=0.9.6 # MIT
@@ -8 +8 @@ Babel!=2.4.0,>=2.3.4 # BSD
-cryptography>=2.1 # BSD/Apache-2.0
+cryptography>=2.7 # BSD/Apache-2.0
@@ -18 +17,0 @@ stevedore>=1.20.0 # Apache-2.0
-six>=1.10.0 # MIT
@@ -20 +19 @@ oslo.cache>=1.26.0 # Apache-2.0
-oslo.config>=5.2.0 # Apache-2.0
+oslo.config>=6.8.0 # Apache-2.0
@@ -28 +27 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
-oslo.upgradecheck>=0.1.0 # Apache-2.0
+oslo.upgradecheck>=1.3.0 # Apache-2.0
@@ -30 +29 @@ oslo.utils>=3.33.0 # Apache-2.0
-oslo.policy>=1.30.0 # Apache-2.0
+oslo.policy>=3.6.0 # Apache-2.0
@@ -34 +33 @@ autobahn>=20.7.1 # MIT License
-requests>=2.14.2 # Apache-2.0
+requests>=2.25.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 131715e5..c30ca855 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,4 +5 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
-
-# Packaging
-mock>=2.0.0 # BSD
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -19 +16 @@ coverage!=4.4,>=4.0 # Apache-2.0
-cryptography>=2.1 # BSD/Apache-2.0
+cryptography>=2.7 # BSD/Apache-2.0
@@ -21 +18 @@ ddt>=1.0.1 # MIT
-doc8>=0.6.0 # Apache-2.0
+doc8>=0.8.1 # Apache-2.0






More information about the Release-announce mailing list