From 07a599f55ca15e77cf852180267bf04e3926dd3d Mon Sep 17 00:00:00 2001 From: Mohamed Awnallah Date: Sun, 14 Jul 2024 00:23:05 +0300 Subject: [PATCH] CHANGELOG/CHANGELOG-3.4.md: update changelog In this commit, we update the changelog for gRPC metadata printing in release 3.4 which is mainly a backport from PR #18311. Signed-off-by: Mohamed Awnallah --- CHANGELOG/CHANGELOG-3.4.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index 992da0f9a5e5..6da88408fb1d 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -20,6 +20,9 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/ - Compile binaries using go [1.21.11](https://github.com/etcd-io/etcd/pull/18130). - Upgrade [bbolt to 1.3.10](https://github.com/etcd-io/etcd/pull/17945). +### Package clientv3 +- [Print gRPC metadata in guarnteed order using the official go fmt pkg](https://github.com/etcd-io/etcd/pull/18311). +
## v3.4.32 (2024-04-25)