From 163917d856804e85ee9e90e39c1aaceb044e17b0 Mon Sep 17 00:00:00 2001 From: Mohamed Awnallah Date: Sun, 14 Jul 2024 00:27:48 +0300 Subject: [PATCH] CHANGELOG/CHANGELOG-3.5.md: update changelog In this commit, we update the changelog for gRPC metadata printing in release 3.5 which is mainly a backport from PR #18312. Signed-off-by: Mohamed Awnallah --- CHANGELOG/CHANGELOG-3.5.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index 9f0d787fbc8..286c4c95366 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -11,6 +11,9 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ - Add [Support multiple values for allowed client and peer TLS identities](https://github.com/etcd-io/etcd/pull/18160) - Fix [noisy logs from simple auth token expiration by reducing log level to debug](https://github.com/etcd-io/etcd/pull/18245) +### Package clientv3 +- [Print gRPC metadata in guaranteed order using the official go fmt pkg](https://github.com/etcd-io/etcd/pull/18312). + ### Dependencies - Compile binaries using [go 1.21.12](https://github.com/etcd-io/etcd/pull/18271). - [Fully address CVE-2023-45288 and fix govulncheck CI check](https://github.com/etcd-io/etcd/pull/18170)