From 1cbdbd18d24ed6aa43d90c3ec4ac867e8176b3e5 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 8 Jun 2016 17:29:39 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d106653a..841dac2fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ BACKWARDS INCOMPATIBILITIES: IMPROVEMENTS: +* Implemented a new set of feedback controls for the gossip layer that help + prevent degraded nodes that can't meet the soft real-time requirements from + erroneously causing `serfHealth` flapping in other, healthy nodes. * Added a new `/v1/txn` state store transaction API that allows for atomic updates to and fetches from multiple entries in the key/value store. [GH-2028] * Consul agents will now periodically reconnect to available Consul servers