We are satisfied to announce the release of: python-zaqarclient 3.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/python-zaqarclient Download the package from: https://pypi.org/project/python-zaqarclient Please report issues through: https://bugs.launchpad.net/python-zaqarclient/+bugs For more details, please see below. 3.0.0 ^^^^^ Upgrade Notes * Fallback to identity v2 API was removed. Changes in python-zaqarclient 2.10.0..3.0.0 ------------------------------------------- 0f46b54 Remove CLI support for v1/v1.1 API f3610ba Remove fallback to Identity v2 API Diffstat (except docs and test files) ------------------------------------- README.rst | 2 +- .../notes/remove-identity-v2-c1071b9bccf2f9ab.yaml | 4 + setup.cfg | 66 -- zaqarclient/auth/keystone.py | 77 +- zaqarclient/queues/cli.py | 2 - zaqarclient/queues/v1/cli.py | 1040 -------------------- zaqarclient/queues/v2/cli.py | 751 +++++++++----- zaqarclient/transport/__init__.py | 1 + 12 files changed, 510 insertions(+), 1534 deletions(-)