CHANGES
=======

0.0.3
-----

* Modify API to make use of /executions endpoint
* Removing horizon plugin code base from client
* Correct the name that the client is installed as
* Remove the log module and all dependencies
* Update openstack/common code
* Don't use oslo logging in the client
* change assertEquals to assertEqual
* "target_task" -> "task" in tests
* cleaning up index.rst file
* Handle error from upload definition command
* Rename Target to Task in execution format
* Print status code of requests
* Return response as error if not valid json object

0.0.2
-----

* Fixed issues with tarballs

0.0.1
-----

* Replace Task text field with drop-down list
* Add list of tasks for an execution
* Add authentication to dashboard
* Temporarily harbouring Horizon Dashboard
* Add upload workbook definition
* Add uploading context as a file
* Update oslo-incubator dependencies
* Add script to allow update dependencies in all envs
* Fix context serialization in Execution.create
* Modify API tests to check the calls
* Fix a bug with empty context
* Made keystone authentication optional
* Add command-line interface
* Add context parameter in execution creation
* Rename "target_task" to "task"
* Adding changes related to Data Flow
* Fix installation with requirements
* Moving Mistral Client code from main Mistral repository
* Adding .gitignore file
* Initial commit
