Update CHANGELOG.md

This commit is contained in:
Paul Banks 2019-03-15 20:20:39 +00:00 committed by GitHub
parent dd08426b04
commit 5d56039874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
FEATURES:
* agent: (Consul Enterprise) Snapshot agent can now use Azure Blob Storage for automated backups.
IMPROVEMENTS:
* api: `/health/service/:service` blocking queries now only need a single goroutine regardless of number of instances in the service and watch channel which can massively reduce the number of goroutines on busy servers. [[GH-5449](https://github.com/hashicorp/consul/pull/5449)]
BUG FIXES:
* api: Fixed a bug where updating node information wasn't reflected in health result index. [[GH-5450](https://github.com/hashicorp/consul/issues/5450)]