CHANGES
=======

7.0.1
-----

* Set the Cliff namespace
* Use Python 3 for docs and pep8 test target
* resource-type: fixed attributes specific options of resource-type
* Remove outdated tox-travis configuration

7.0.0
-----

* Pass explicit kwargs to metric.create
* Add "server version" client
* tests: fix tests not specifying UTC
* metric: reduce output on metric show
* tests: fix start/stop timestamp not being in UTC
* Only run tests on pull requests

6.0.0
-----

* aggregates: new output parsing
* Remove client side query parsing
* tests: use a random metric name
* tests: use a fixture to fake TZ in environ
* Show and parse timestamps in local timezone by default
* shell: workaround missing OS\_AUTH\_TYPE when using Keystone auth
* add aggregates API
* Make build\_pagination\_options return a dict
* Update mailmap entries for sileht and gord
* tests: move to pytest
* metric: add support for metric pagination by default
* Fix osc client
* Clear .gitignore
* Use pretty\_tox to run tests
* Remove tempest dependency
* metric\_cli: convert datetime before returning
* Add archive-policy-rule update

5.0.0
-----

* Fix exception name for keystoneauth1
* metric: parse ISO8601 as datetime Python objects
* benchmark: generate just enough point for a batch
* benchmark: print the number of measures per request on show
* Remove useless comment
* Use cumulated runtime to compute op/s
* Use Travis to upload releases
* Add missing dependency on pyparsing

4.0.0
-----

* fix benchmark stopwatch
* Translate keystoneauth1 exceptions in gnocchiclient exceptions
* Remove \_\_version\_\_ from gnocchiclient module
* Remove deprecated compatibility session options in client
* Remove wrong comment
* Replace oslotest by testtools

3.3.1
-----

* Add missing requirement
* Remove ugly Travis/Docker workaround

3.3.0
-----

* Don't require osc\_lib
* Drop oslo.utils
* Drop oslo.serialization

3.2.0
-----

* Add ResourceTypeAlreadyExists exception
* fix use of unicode breaking python 2 help output
* Install pifpaf with gnocchi flavor
* travis: allow Docker to write in home directory
