From f00df77d384537013fe1ee4db08c7c8a0033fdff Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Thu, 6 Jul 2017 09:19:22 -0500 Subject: [PATCH] Updating CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29df108279..9a26b1abe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ 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] * 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 deadlock between the raft layer and consul servers barrier writes [GH-3230] +* serf: Serf snapshots can now auto recover from disk write errors without needing a restart [GH-1744] ## 0.8.5 (June 27, 2017)