CHANGES
=======

0.9.1
-----

* Fix README.rst for pypi publishing

0.9.0
-----

* Add support for batch promotions

0.8.1
-----

* Support aggregate hash in Ansible module

0.8.0
-----

* Add support for CI Votes on aggregates

0.7.0
-----

* Add component support to vote-related calls
* Support component in promotion calls
* Assure we do functional testing on two distros
* Use pytest to execute tests
* Update py3 support matrix
* Improve help message for --success parameter

0.6.1
-----

* Convert README to rst

0.6.0
-----

* Add in-URL parameters for GET operations
* Fix exception handling

0.5.2
-----

* Fix linter errors

0.5.1
-----

* Do not explicitly raise e when shell fail
* Add in README.md the DLRNAPI\_PASSWORD env var usage
* Add SSL\_VERIFY env var support to deactivate SSL cert check
* Add metrics to the DLRN API client
* Handle 404 errors from server

0.5.0
-----

* Retrieve repo hash and URL in promotion calls
* Add release jobs to publish on PyPi

0.4.0
-----

* Support of the limit parameter in the get promotions API
* Update links in the README
* Support the user value in promotions and CI vote queries
* Add Zuul v3 configuration

0.3.0
-----

* Output proper JSON for responses
* Replace swagger\_client with dlrnapi\_client in README.md

0.2.0
-----

* Add support for the new /api/promotions-get call
* Add .gitreview for softwarefactory-project.io

0.1.0
-----

* Provide the ability to declare username/password over env variable
* Fix dlrn-api ansible module for actions not returning dicts
* Fix setup.cfg
* Move Ansible module inside python module, add example playbook
* Add Ansible module
* Fix action functions behavior
* Expand documentation
* Add unit tests for DefaultApi
* Add commit-import subcommand
* Remove unneeded README.rst
* Add license
* Complete pep8 cleanup, remove redundant models
* Code cleanup, start fixing pep8 checks
* Initial API implemented
* Initial commit
