Browse Source

Update CHANGELOG.md

pull/2250/head^2
James Phillips 8 years ago committed by GitHub
parent
commit
322704607a
  1. 4
      CHANGELOG.md

4
CHANGELOG.md

@ -4,6 +4,10 @@ FEATURES:
* 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]
* Added a full replication capability for ACLs. Non-ACL datacenters can now
replicate the complete ACL set locally to their state store and fall back to
that if there's an outage. Additionally, this provides a good way to make a
backup ACL datacenter, or to migrate the ACL datacenter to a different one. [GH-2237]
* Script checks now support an optional `timeout` parameter. [GH-1762]
* Reap time for failed nodes is now configurable via new `reconnect_timeout` and
`reconnect_timeout_wan` config options ([use with caution](https://www.consul.io/docs/agent/options.html#reconnect_timeout)). [GH-1935]

Loading…
Cancel
Save