Update CHANGELOG.md

This commit is contained in:
James Phillips 2017-07-11 10:03:42 -07:00 committed by GitHub
parent 3fcf1bc9e2
commit 91f293b251
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ BUG FIXES:
* agent: Serf snapshots can now auto recover from disk write errors without needing a restart. [GH-1744]
* server: Updated the Raft library to pull in a fix where servers that are very far behind in replication can get stuck in a loop trying to install snapshots. [GH-3201]
* server: Fixed a rare but serious deadlock where the Consul leader routine could get stuck with the Raft internal leader routine while waiting for the initial barrier after a leader election. [GH-3230]
* server: Added automatic cleanup of failed Raft snapshots. [GH-3258]
* ui: Provided a path to reset the ACL token when the current token is invalid. Previously, the UI would get stuck on the error page and it wasn't possible to get back to the settings. [GH-2370]
* ui: Removed an extra fetch of the nodes resource when loading the UI. [GH-3245]
* ui: Changed default ACL token type to "client" when creating ACLs. [GH-3246]