diff --git a/CHANGELOG.md b/CHANGELOG.md index b62c172b41..1121f49a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,14 +14,6 @@ BACKWARDS INCOMPATIBILITIES: IMPROVEMENTS: -* Consul agents will now periodically reconnect to available Consul servers - in order to redistribute their RPC query load. Consul clients will, by - default, attempt to establish a new connection every 120s to 180s, however - the rate at which agents begin to query new servers is proportional to the - size of the Consul cluster (servers should never receive more than 64 new - connections per second per Consul server as a result of rebalancing). - Clusters in stable environments who use `allow_stale` should see a more - even distribution of query load across all of their Consul servers. [GH-1667] * Added a new `disable_hostname` configuration option to control whether Consul's runtime telemetry gets prepended with the host name. All of the telemetry configuration has also been moved to a `telemetry` nested structure, but the old