[release-announce] [zaqar] python-zaqarclient 1.5.0 (pike)
no-reply at openstack.org
no-reply at openstack.org
Tue Apr 11 08:48:29 UTC 2017
We eagerly announce the release of:
python-zaqarclient 1.5.0: Client Library for OpenStack Zaqar Messaging
API
This release is part of the pike release series.
The source is available from:
https://git.openstack.org/cgit/openstack/python-zaqarclient
Download the package from:
https://pypi.python.org/pypi/python-zaqarclient
Please report issues through launchpad:
https://bugs.launchpad.net/python-zaqarclient
For more details, please see below.
1.5.0
^^^^^
New Features
************
* Support 'openstack queue list --detailed' in openstackclient to
query the detailed queue list from Zaqar server. The detailed
information includes queue's Name, Metadata and Href.
* Allow post and list messages with CLI so that user can easily
verify Zaqar's messaging functions with command line.
Bug Fixes
*********
* The "os" prefix for project id has been dropped to keep the same
with OpenStack and Keystone Client. To keep the backwards
compatibility, the "os" prefix still can be used. And it'll be
removed in the next release.
Changes in python-zaqarclient 1.4.0..1.5.0
------------------------------------------
bd190e8 CLI: support detailed in queue list
79fa944 Fix flavor creation issue with CLI
cbc572f Don not show 'capabilities' if not specify '--detailed'
96370f2 Support post and list messages
b4dc25c remove "--detailed" in subscription list doc
92173de Add 'pool' description to pool flavor commands
f96c60a Remove log translations
977414d Drop "os" prefix for project id
d19198c Revert "Fix The header X-PROJECT-ID missing bug"
a0b6a79 Fix The header X-PROJECT-ID missing bug
331fa5c Remove "detailed" parser from subscription list
9004736 Updated from global requirements
8a83838 [Fix gate]Update test requirement
70d0bec Support `age` and `confirmed` for subscription
0707bde Change resource_types action
b3ff95e Support purge queue
7f89bb9 Add Ocata version mapping
b60f5f5 Update reno for stable/ocata
ac90bea Replace the github with git.openstack.org
cdfc955 Remove support for py34
8a1448e Add an example for pre signed URL
Diffstat (except docs and test files)
-------------------------------------
README.rst | 18 +--
examples/signed_url_auth.py | 52 +++++++
.../notes/remove_os_prefix-14fc4a97527dee81.yaml | 5 +
...pport-detailed-queue-list-0335b3ebde115bfd.yaml | 5 +
...upport-post-list-messages-cc224643840a1242.yaml | 5 +
releasenotes/source/index.rst | 2 +
releasenotes/source/ocata.rst | 6 +
requirements.txt | 8 +-
setup.cfg | 4 +-
setup.py | 2 +-
test-requirements.txt | 4 +-
tox.ini | 2 +-
zaqarclient/_i18n.py | 10 --
zaqarclient/queues/v1/cli.py | 46 +++---
zaqarclient/queues/v1/queues.py | 14 +-
zaqarclient/queues/v2/api.py | 8 ++
zaqarclient/queues/v2/cli.py | 156 +++++++++++++++++++--
zaqarclient/queues/v2/core.py | 21 +++
zaqarclient/queues/v2/message.py | 37 ++++-
zaqarclient/queues/v2/queues.py | 8 +-
zaqarclient/queues/v2/subscription.py | 6 +
zaqarclient/transport/request.py | 5 +-
zaqarclient/transport/ws.py | 6 +-
28 files changed, 399 insertions(+), 75 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index ab2b167..8f78664 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,2 +4,2 @@
-pbr>=1.8 # Apache-2.0
-requests!=2.12.2,>=2.10.0 # Apache-2.0
+pbr>=2.0.0 # Apache-2.0
+requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
@@ -7 +7 @@ six>=1.9.0 # MIT
-stevedore>=1.17.1 # Apache-2.0
+stevedore>=1.20.0 # Apache-2.0
@@ -13 +13 @@ oslo.log>=3.11.0 # Apache-2.0
-oslo.utils>=3.18.0 # Apache-2.0
+oslo.utils>=3.20.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 084d6de..98372e7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking<0.11,>=0.10.2
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
@@ -25 +25 @@ ddt>=1.0.1 # MIT
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx>=1.5.1 # BSD
More information about the Release-announce
mailing list