From 6ef970a191d37ba7a1dd168d64862262cc5cdf77 Mon Sep 17 00:00:00 2001 From: Paul Banks Date: Fri, 15 Mar 2019 20:20:39 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42baac68a4..de2b42791a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)]