From 0c798e4ad96ccaeec2874b34c35a2415fa51ceed Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 1 Sep 2016 09:12:01 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fec492de2a..22f869a89b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,9 +55,13 @@ FEATURES: BACKWARDS INCOMPATIBILITIES: -* `skip_leave_on_interrupt`'s default behavior is now dependent on whether or - not the agent is acting as a server or client. When Consul is started as a - server the default is `true` and `false` when a client. [GH-1909] +* The default behavior of `leave_on_terminate` and `skip_leave_on_interrupt` + is now dependent on whether or not the agent is acting as a server or client. + When Consul is started as a server the defaults for these are `false` and + `true`, respectively, which means that you have to explicitly configure a + server to leave the cluster. When Consul is started as a client the defaults + are the opposite, which means by default, clients will leave the cluster if + shutdown or interrupted. [GH-1909] [GH-2320] * `allow_stale` for DNS queries now defaults to `true`, allowing for better utilization of available Consul servers and higher throughput at the exponse of weaker consistency. [GH-2315]