* Add the coordinate endpoint and near support on Catalog and Health Checks (thanks shalev67!) * Rework all endpoints to use a common callback handler to help ensure consistent handling of responses (thanks shalev67) * Add Query api support (thanks shalev67) * Add token support for the Health endpoints (thanks morpheu!) * Force to use UTF-8 encoding for the response with the request's client (thanks maxnasonov)
Maintenance ~~~~~~~~~~~
* Migrate readthedocs links from .org to .io (thanks adamchainz)
0.6.0
------
Features ~~~~~~~~
* Add support for the new TCP and Docker health checks (thanks abn) * Add support for join and force-leave (thanks abn) * Use standard consul environment variables to override configuration (thanks amayausky)
Maintenance ~~~~~~~~~~~
* Test binaries updated to Consul 0.6.4 * Tweaks to fix small updates to Consul's API
0.4.7
------
Features ~~~~~~~~
* Add ACL token support to agent.service.register and agent.check.register
0.4.6
------
Features ~~~~~~~~
* Add health.checks endpoint, update health TODOs (thanks cruatta!) * Improve error when a HTTP 503 status code is returned (thanks raboof!) * Added index and wait parameter to event.list (thanks max0d41!)
0.4.5
------
Features ~~~~~~~~
* Allow SSL certificate verification to be disabled (thanks jgadling!) * Use requests.session for performance (thanks msabramo!) * Support 'wait' param for all blocking queries (thanks rmt!) * deduplicate query string when doing deletes with the std (requests) library (thanks sduthil!)
0.4.4
------
Features ~~~~~~~~
* Support creation of ALCs with explicit ID. (thanks KyleJamesWalker)