From edf22ed5e0915a824bb536d45049fbea26573b48 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 12 Apr 2016 21:40:32 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 999ae4d97..8d8e94f9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## 0.7.0 (UNRELEASED) +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] + IMPROVEMENTS: * Consul agents will now periodically reconnect to available Consul servers @@ -22,9 +28,16 @@ IMPROVEMENTS: [agent options](https://www.consul.io/docs/agent/options.html#udp_answer_limit) documentation for additional details for when this should be used. [GH-1712] -* `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] +* Consul will now refuse to start with a helpful message if the same UNIX + socket is used for more than one listening endpoint. [GH-1910] +* Removed an obsolete warning message when Consul starts on Windows. [GH-1920] +* Defaults bind address to 127.0.0.1 when running in `-dev` mode. [GH-1878] +* Builds Consul releases with Go 1.6.1. [GH-1948] + +BUG FIXES: + +* Fixed an issue where a health check's output never updates if the check + status doesn't change after the Consul agent starts. [GH-1934] ## 0.6.4 (March 16, 2016)