[openstack-announce] [release][zaqar] python-zaqarclient release 0.3.0 (mitaka)

davanum at gmail.com davanum at gmail.com
Tue Nov 17 22:11:23 UTC 2015


We are glad to announce the release of:

python-zaqarclient 0.3.0: Client Library for OpenStack Zaqar Messaging
API

This release is part of the mitaka release series.

With source available at:

    https://git.openstack.org/cgit/openstack/python-zaqarclient

With package available at:

    https://pypi.python.org/pypi/python-zaqarclient

For more details, please see the git log history below and:

    https://launchpad.net/python-zaqarclient/+milestone/0.3.0

Please report issues through launchpad:

    https://bugs.launchpad.net/python-zaqarclient

Changes in python-zaqarclient 0.2.0..0.3.0
------------------------------------------

4137abe Rename `flavor delete` command
313f175 Added support to v2
b369538 improve readme contents
7adf35e Fix order of arguments in assertEqual
eb104b2 Fix order of arguments in assertEqual
5b35d76 Fix order of arguments in assertEqual
bee843a Fix functional test of get_many_messages
dfa0243 Using messaging instead of queueing

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

README.rst                                |  18 ++++-
setup.cfg                                 |   8 ++-
zaqarclient/queues/client.py              |   4 +-
zaqarclient/queues/v2/__init__.py         |   0
zaqarclient/queues/v2/api.py              |   6 ++
zaqarclient/queues/v2/client.py           |  44 ++++++++++++
zaqarclient/queues/v2/core.py             |  43 ++++++++++++
zaqarclient/queues/v2/message.py          |   5 ++
zaqarclient/queues/v2/queues.py           |  39 +++++++++++
27 files changed, 541 insertions(+), 55 deletions(-)





More information about the OpenStack-announce mailing list