From 7d1721c0637119600fe25fdaa58f8a2920d215c6 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..20da955f0820 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -9,6 +9,9 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/ ### Dependencies - Compile binaries using go [1.21.12](https://github.com/etcd-io/etcd/pull/18272). +### Package clientv3 +- [Print gRPC metadata in guarnteed order using the official go fmt pkg](https://github.com/etcd-io/etcd/pull/18311). +
## v3.4.33 (2024-06-13)