mirror of https://github.com/status-im/consul.git
Update CHANGELOG.md
This commit is contained in:
parent
fce7d75609
commit
d045611045
|
@ -20,6 +20,9 @@ FEATURES:
|
||||||
used. [GH-1712]
|
used. [GH-1712]
|
||||||
* Prepared queries support baking in the `Near` sorting parameter. [GH-2137]
|
* Prepared queries support baking in the `Near` sorting parameter. [GH-2137]
|
||||||
* Added Circonus support for telemetry. [GH-2193]
|
* Added Circonus support for telemetry. [GH-2193]
|
||||||
|
* 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. [GH-2101]
|
||||||
|
|
||||||
BACKWARDS INCOMPATIBILITIES:
|
BACKWARDS INCOMPATIBILITIES:
|
||||||
|
|
||||||
|
@ -33,9 +36,6 @@ IMPROVEMENTS:
|
||||||
* Consul will now retry RPC calls that result in "no leader" errors for up to
|
* Consul will now retry RPC calls that result in "no leader" errors for up to
|
||||||
5 seconds. This allows agents to ride out leader elections with a delayed
|
5 seconds. This allows agents to ride out leader elections with a delayed
|
||||||
response vs. an error. [GH-2175]
|
response vs. an error. [GH-2175]
|
||||||
* 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. [GH-2101]
|
|
||||||
* Joins based on a DNS lookup will use TCP and attempt to join with the full
|
* Joins based on a DNS lookup will use TCP and attempt to join with the full
|
||||||
list of returned addresses. [GH-2101]
|
list of returned addresses. [GH-2101]
|
||||||
* Added a new network tomogroaphy visualization to the UI. [GH-2046]
|
* Added a new network tomogroaphy visualization to the UI. [GH-2046]
|
||||||
|
|
Loading…
Reference in New Issue