Update CHANGELOG.md

This commit is contained in:
James Phillips 2017-07-17 12:05:22 -07:00 committed by GitHub
parent 788dd255a1
commit 9eb17dc37f
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
BREAKING CHANGES: BREAKING CHANGES:
* agent: Added a new [`enable_script_checks`](https://www.consul.io/docs/agent/options.html#_enable_script_checks) configuration option that defaults to `false`, meaning that in order to allow an agent to run health checks that execute scripts, this will need to be configured and set to `true`. This provides a safer out-of-the-box configuration for Consul where operators must opt-in to allow script-based health checks. [GH-3087]
* api: Reworked `context` support in the API client to more closely match the Go standard library, and added context support to write requests in addition to read requests. [GH-3273, GH-2992] * api: Reworked `context` support in the API client to more closely match the Go standard library, and added context support to write requests in addition to read requests. [GH-3273, GH-2992]
FEATURES: FEATURES: