CHANGES
=======

0.13.1
------

* Change template list for config hosts and services

0.13.0
------

* Change config objects create/list to use PUT/POST
* Changed comma-separated stringfields to lists
* Add paging for status hosts and services

0.12.0
------

* Add config object
* Enh: Docstring for do_config_command_create

0.11.0
------

* Added 'templates' option to 'list(
* Add paging support in shell

0.10.0
------

* change import in common/utils for oslo.serialization 1.7
* config-host-update and config-command-update can update their name

0.9.0
-----

* Add support for live query in metrics
* New default port: 5311
* Add support for Events endpoint
* status-metrics-list show the metric's name

0.8.0
-----

* Added proper SURVEIL_API_URL and SURVEIL_AUTH_URL defaults
* Implemented passive checks
* Normalize API
* Fixed issue where some properties would be None

0.7.0
-----

* Add commands to API
* Change console layout to write on 80 char per line
* Added status-host-show
* Add List and Show for metric status
* httpretty can fail in Python 3.4 with wrong LC_ALL

0.6.0
-----

* Add recheck command
* Handle none attributes

0.5.1
-----

* Fixed custom fields loading

0.5.0
-----

* Add get and show for config.hosts
* Added Check Modulation
* Add tests for actions, config and status
* Added TestDowntime

0.4.1
-----

* Fixed issue where get_auth_token wouldn't return the id

0.4.0
-----

* Implemented token authentication
* Added config-service-[create/delete] commands
* fixed typo
* New commands: 'config-host-[create/delete]'
* Implemented downtime API
* Added acknowledgements

0.3.0
-----

* Implemented V2_0 API
* Fix: correctly handle help with any argument possibility

0.2.0
-----

* Added reload-config command

0.1.3
-----

* Added test_client_init
* Adjust to the new client constructor
* Revert "Fix: correctly handle '-h' (or --help)"

0.1.2
-----

* Fix/enh: don't require to give the version

0.1.1
-----

* Fix: correctly handle '-h' (or --help
* Fixed json load on python3
* Added create function to host and service
* Default client version to 1_0
* Changed column order for service-list
* HTTPClient improvements
* Added test_json_request_get
* Added service-list command
* Added more shell tests
* Added bash completion script
* Added bash completion
* Documented CLI in README
* Added CLI interface
* Added basic lib
* Added README.rst
* Added .gitreview
