From 97893b1897626887f8654d3beee2f04d5e2535e8 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Mon, 30 Nov 2015 22:11:20 -0800 Subject: [PATCH] Updates the change log. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 567cb2bfcb..91a9e03919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,6 +82,10 @@ IMPROVEMENTS: in the query string [GH-1318] * Increased session TTL max to 24 hours (use with caution, see note added to the Session HTTP endpoint documentation) [GH-1412] +* Added support to the API client for retrying lock monitoring when Consul + is unavailable, helping prevent false indications of lost locks (eg. apps + like Vault can avoid failing over when a Consul leader election occurs) + [GH-1457] MISC: