CHANGES
=======

0.1.0
-----

* Improve error message parsing
* Add support for interactive mode for "run" command
* Revise the functional env in tox.ini
* Update in OSC needs _remove_null_params
* _remove_null_params in OSC needs be synchronized
* Add OSC Plugin for openstack appcontainer update
* Handle various permutation of query params
* Add more container related test
* Update requirements
* Use "--format" instead of "--json" when showing a container
* Add image_driver option to create and run
* Generalize the usage of _remove_null_params
* Added stdout&stderr for openstack appcontainer logs
* Add OSC commands functional test
* Support the command "zun top"
* Don't pass parameter to API when the parameters is null
* Add support for attach detach and resize
* Added support for stdout & stderr for logs in zunclient
* Clean imports in code
* Add post_test_hook.sh
* Changed Optional to Positional arg in zun pull
* Allow zun exec to take arbitrary number of arguments
* Remove support for py33
* Update to match latest global-requirements
* Add support for interactive mode in shell when zun run and create
* "Zun reboot" supports the parameter "--timeout"
* "Zun stop" supports the parameter "--timeout"
* Remove white space between print ()
* Add support for restart policy in CLIS when create/run
* Add OSC Plugin for openstack appcontainer rename
* Add container-update command
* Add OSC Plugin for openstack appcontainer run
* Add OSC Plugin for openstack appcontainer stop
* Support rename a container
* Add OSC Plugin for openstack appcontainer kill
* Add OSC Plugin for openstack appcontainer logs
* Add OSC Plugin for openstack appcontainer exec
* Corrected wrong env variable in --zun-api-version
* Add support for killing multiple containers
* Move out the "-i" and "--image" flags from shell
* Add OSC Plugin for openstack appcontainer unpause
* Add OSC Plugin for openstack appcontainer pause
* Add OSC Plugin for openstack appcontainer start
* zun exec syntax changed similar to docker
* Add OSC Plugin for openstack appcontainer reboot
* Move unit test cases under unit folder
* Add OSC Plugin for openstack appcontainer delete
* Add OSC Plugin for openstack appcontainer list
* zun run URL changed to /v1/containers?run=true
* Rename 'format_labels' to 'format_args' in OSC
* Remove option --hostname on container creation
* Change the help message for memory input
* Add OSC Plugin for openstack appcontainer create
* Rename method 'format_labels' to 'format_args'
* Add OSC Plugin for openstack appcontainer show
* --expose option removed as it is not supported
* Added unit tests for zunclient/v1/containers.py
* Fixed the '_' is not defined error
* Initial commit for openstack-client support in python-zunclient
* Add auto-complete function for zun's commands
* added run command support at client side
* Add image command support in zunclient
* Compatibility issue with environment variable
* Add addresses column to containers
* Add --image-pull-policy option to zun create command
* Delete python bytecode file
* Add docs and releasenotes testenv in tox
* Adding files to .gitignore
* Add coverage configuration
* Add Python 3.5 classifier and venv
* Add more details to service-list command
* Add commandline for Zun kill
* Added more properties to Container
* Parse the provided container environment
* Enable release notes translation
* Changed the link to homepage
* Create shortcut for frequently used options in command
* Client support for --force option
* Change HTTP method of _action from PUT to POST
* Cleanup tox.ini: Remove obsolete constraints
* Enable Code Coverage
* Changed the CLI style
* Added containers command
* Add base files and service-list command
* Initial commit for zunclient
* Added .gitreview
