Gnocchiclient 2.2.0 released
We are glad to announce the release of: gnocchiclient 2.2.0: Python client library for Gnocchi With source available at: http://git.openstack.org/cgit/openstack/python-gnocchiclient With package available at: https://pypi.python.org/pypi/gnocchiclient Please report issues through launchpad: http://bugs.launchpad.net/python-gnocchiclient Highlights ---------- - Measures batching support of Gnocchi 2.0 - Display original resource_id of resources For more details, please see below. Changes in gnocchiclient 2.1.0..2.2.0 ------------------------------------- 41c8d4e Show original_resource_id in resource list cmd 6d828cf Add batching to client 0fb4bbb Use overtest to run MySQL ab9e202 Use tox to install Gnocchi 21c54ed Quote query string when POST is used d7b8965 tests: Fix option names a3c85df Ensure description exists for HTTP error. 4150500 Translate resource_id to UUID5 format. abda483 The search query is mandatory a3f1881 search: Ensure we didn't ignore extra chars afd5748 Fix a spell typos 8cc275c Fix gate failures 60e275f exceptions: fix typo in class name a261b4a Supported resources list cli support 8016946 Clean flake8 ignore 2868222 Add granularity argument to measures show d1bea77 fix test debug cdd7d07 noauth: fix endpoint envvar b5e67a3 supplement the type of marker explaination 44a568e one type error in resource.py 81bd2e0 doc: fix typo in shell 30d8359 doc: use pbr to auto-generate doc 840e672 Add mailmap entry for sileht df56ff2 Add doc building for gnocchi.xyz 747302c Use extras in setup.cfg for deps e9981a7 Remove discover test-dependency 202700b Remove testscenarios dependency 0f49d55 Remove i18n support 3c92e1e exceptions: use lower case everywhere fad8c16 Fix docstring in from_response 89abfd6 exceptions: use url from Reponse object 5f2fd1c Raise the correct exception on archive policy rule not found da9a2a6 utils: allow UUID to not have any dash 504f163 resource: move --delete-metric to update only 5f892ef Support newer version of MySQL 857958a remove MANIFEST.in 53ec09d Fix gnocchi new install deps and func test 4082cc7 Fix delete metric on resource create/update 7ab27f1 Make the wheel universal Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- .mailmap | 5 +- MANIFEST.in | 6 --- babel.cfg | 2 - gnocchiclient/client.py | 2 +- gnocchiclient/exceptions.py | 37 ++++++++------ gnocchiclient/i18n.py | 28 ----------- gnocchiclient/noauth.py | 17 +++++-- gnocchiclient/shell.py | 8 ++-- gnocchiclient/utils.py | 56 ++++++++++++++++++++-- gnocchiclient/v1/metric.py | 39 ++++++++++++++- gnocchiclient/v1/metric_cli.py | 37 ++++++++++++++ gnocchiclient/v1/resource.py | 22 ++++++++- gnocchiclient/v1/resource_cli.py | 32 +++++++++---- requirements.txt | 2 - setup.cfg | 31 +++++++----- test-requirements.txt | 19 -------- tox.ini | 22 +++++---- 29 files changed, 415 insertions(+), 208 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 67f4e1c..f423224 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +5,0 @@ pbr<2.0,>=1.4 -Babel>=1.3 @@ -8 +6,0 @@ cliff>=1.14.0 # Apache-2.0 -oslo.i18n>=1.5.0 # Apache-2.0 Cheers, -- Mehdi Abaakouk mail: sileht@sileht.net irc: sileht
participants (1)
-
Mehdi Abaakouk