From cb6e9d2a7e25756b879a55833aa6fb4c8046cd8b Mon Sep 17 00:00:00 2001 From: Joe Betz Date: Fri, 15 Jun 2018 16:43:30 -0700 Subject: [PATCH] CHANGELOG: Add PR and issue links for new client balancer --- CHANGELOG-3.4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index 477cc33e1..1b5069dee 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -9,7 +9,7 @@ See [code changes](https://github.com/coreos/etcd/compare/v3.3.0...v3.4.0) and [ ### Improved -- Rewrite [client balancer](TODO) with [new gRPC balancer interface](TODO). +- Rewrite [client balancer](https://github.com/coreos/etcd/pull/9860) with [new gRPC balancer interface](https://github.com/coreos/etcd/issues/9106). - Add [backoff on watch retries on transient errors](https://github.com/coreos/etcd/pull/9840). - Add [jitter to watch progress notify](https://github.com/coreos/etcd/pull/9278) to prevent [spikes in `etcd_network_client_grpc_sent_bytes_total`](https://github.com/coreos/etcd/issues/9246). - Improve [slow request apply warning log](https://github.com/coreos/etcd/pull/9288).