From 510c3ab6dc288af2337fa53731aed6b02228c112 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Sat, 15 Jul 2017 00:09:04 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97f136cc1..9bcd295c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ BUG FIXES: * agent: (Consul Enterprise) Fixed an issue with the snapshot agent where it could get stuck trying to obtain the leader lock after an extended server outage. * agent: Fixed HTTP health checks to allow them to set the `Host` header correctly on outgoing requests. [GH-3203] * agent: Serf snapshots can now auto recover from disk write errors without needing a restart. [GH-1744] +* agent: Fixed log redacting code to properly remove tokens from log lines with tokens in the URL itself: `/v1/acl/clone/:uuid`, `/v1/acl/destroy/:uuid`, `/v1/acl/info/:uuid`. [GH-3276] * server: Updated the Raft library to pull in a fix where servers that are very far behind in replication can get stuck in a loop trying to install snapshots. [GH-3201] * server: Fixed a rare but serious deadlock where the Consul leader routine could get stuck with the Raft internal leader routine while waiting for the initial barrier after a leader election. [GH-3230] * server: Added automatic cleanup of failed Raft snapshots. [GH-3258]