From 893f93e2bc76145266afee98c609e4413ecd6b88 Mon Sep 17 00:00:00 2001 From: Ryan Leung Date: Fri, 21 Jun 2024 17:06:14 +0800 Subject: [PATCH] add embed.Config.GRPCAdditionalServerOptions into changelog Signed-off-by: Ryan Leung --- CHANGELOG/CHANGELOG-3.6.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG/CHANGELOG-3.6.md b/CHANGELOG/CHANGELOG-3.6.md index 4a8b9296816..bb5ca4908bd 100644 --- a/CHANGELOG/CHANGELOG-3.6.md +++ b/CHANGELOG/CHANGELOG-3.6.md @@ -77,6 +77,7 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.5.0...v3.6.0). - Add [quota to endpoint status response](https://github.com/etcd-io/etcd/pull/17877) - Add ['etcd --experimental-set-member-localaddr'](https://github.com/etcd-io/etcd/pull/17661) to enable using the first specified and non-loopback local address from initial-advertise-peer-urls as the local address when communicating with a peer. - Add [Support multiple values for allowed client and peer TLS identities](https://github.com/etcd-io/etcd/pull/18015) +- Add [`embed.Config.GRPCAdditionalServerOptions`](https://github.com/etcd-io/etcd/pull/14066) to support updating the default internal gRPC configuration for embedded use cases. ### etcd grpc-proxy