Update CHANGELOG.md

This commit is contained in:
Kyle Havlovitz 2016-11-08 14:55:37 -05:00 committed by GitHub
parent 1ffdf04bd7
commit 99ee7b2cb8
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
BACKWARDS INCOMPATIBILITIES:
* Child process reaping support has been removed, along with the `reap` configuration option. Reaping is also done via [dumb-init](https://github.com/Yelp/dumb-init) in the [Consul Docker image](https://github.com/hashicorp/docker-consul), so removing it from Consul itself simplifies the code and eases future maintainence for Consul. If you are running Consul as PID 1 in a container you will need to arrange for a wrapper process to reap child processes. [GH-1988]
* The default for `max_stale` has been increased to a near-indefinite threshold (10 years) to allow DNS queries to continue to be served in the event of a long outage with no leader. A new telemetry counter has also been added at `consul.dns.stale_queries` to track when agents serve DNS queries that are over a certain staleness (>5 seconds). [GH-2481]
* The api package's PreparedQuery.Delete() method now takes WriteOptions instead of QueryOptions. [GH-2417]
FEATURES: