From c42c1cf3546bf375206fc4b3b26333f581f38d89 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 28 Jun 2017 20:18:24 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2712ae665d..09dc48d393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,12 @@ FEATURES: IMPROVEMENTS: -* agent: (Consul Enterprise) Agent snapshot rotation uses S3's pagination API, enabling retaining more than a 100 snapshots. +* agent: (Consul Enterprise) Snapshot agent rotation uses S3's pagination API, enabling retaining more than a 100 snapshots. BUG FIXES: * agent: Fixed an issue where watch plans would take up to 10 minutes to close their connections and give up their file descriptors after reloading Consul. [GH-3018] +* 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. * 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] ## 0.8.5 (June 27, 2017)