[release-announce] [zaqar] zaqar 1.1.0 (liberty)
no-reply at openstack.org
no-reply at openstack.org
Wed Dec 14 09:49:04 UTC 2016
We are exuberant to announce the release of:
zaqar 1.1.0: OpenStack Queuing and Notification Service
This release is part of the liberty stable release series.
Download the package from:
https://tarballs.openstack.org/zaqar/
For more details, please see below.
1.1.0
^^^^^
Bug Fixes
*********
* Query for all subscriptions on a given queue by taking into
account the returned marker, if any. Without this fix, only 10
subscriptions can be extracted from database to send notification.
Other Notes
***********
* Start using reno to manage release notes.
Changes in zaqar 1.0.0..1.1.0
-----------------------------
ae448d2 Fix subscription limit per queue
c5ae8c8 Add queue name to notifications
50b4950 Add release note for bug 1590173
8727324 Updated from global requirements
032af57 Use pip constraints
b142c20 Imported Translations from Zanata
625a11c Fix gate issues
7089df1 Updated from global requirements
40a21ab Add reno for release notes management
674b4ce Fix duplicate auth_section issue
4a4f43f Set default branch for Liberty
5a2cb71 Add first reno-based release note
0808ca1 Imported Translations from Zanata
5e30c4b Updated from global requirements
4c93c73 Switch to post-versioning
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 3 +
.gitreview | 1 +
devstack/plugin.sh | 2 +
releasenotes/notes/.gitignore | 0
.../notes/3841fa259c509971-start-using-reno.yaml | 3 +
.../fix_subscription_limit-c3cdc9385825285a.yaml | 5 +
releasenotes/source/_static/.gitignore | 0
releasenotes/source/_templates/.gitignore | 0
releasenotes/source/conf.py | 273 +++++++++++++++++++++
releasenotes/source/index.rst | 8 +
releasenotes/source/liberty.rst | 6 +
requirements.txt | 8 +-
setup.cfg | 1 -
test-requirements.txt | 2 +-
tox.ini | 7 +-
zaqar/locale/es/LC_MESSAGES/zaqar.po | 20 +-
zaqar/notification/notifier.py | 34 +--
zaqar/notification/task/mailto.py | 4 +
zaqar/notification/task/webhook.py | 4 +
zaqar/storage/mongodb/driver.py | 4 +-
zaqar/storage/redis/models.py | 2 +-
zaqar/transport/auth.py | 27 +-
24 files changed, 470 insertions(+), 111 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index bdc9a49..253ffd0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr>=1.6
-Babel>=1.3
+Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
@@ -11 +11 @@ iso8601>=0.1.9
-keystonemiddleware>=2.0.0
+keystonemiddleware!=2.4.0,>=2.0.0
@@ -23 +23 @@ oslo.serialization>=1.4.0 # Apache-2.0
-oslo.utils>=2.0.0 # Apache-2.0
+oslo.utils!=2.6.0,>=2.0.0 # Apache-2.0
@@ -29 +29 @@ autobahn>=0.10.1 # MIT License
-requests>=2.5.2
+requests!=2.8.0,!=2.9.0,>=2.5.2
diff --git a/test-requirements.txt b/test-requirements.txt
index 5c07d67..2a9d52a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -27 +27 @@ oslotest>=1.10.0 # Apache-2.0
-
+reno>=0.1.1 # Apache2
More information about the Release-announce
mailing list