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 <mohamedmohey2352@gmail.com>
This commit is contained in:
Mohamed Awnallah 2024-07-14 00:23:05 +03:00
parent eeeb7e05b3
commit 4bf1861cb1
No known key found for this signature in database
GPG Key ID: 5D55706029E9B87E

View File

@ -6,6 +6,9 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
## v3.4.34 (TBD)
### Package clientv3
- [Print gRPC metadata in guaranteed order using the official go fmt pkg](https://github.com/etcd-io/etcd/pull/18311).
### Dependencies
- Compile binaries using go [1.21.12](https://github.com/etcd-io/etcd/pull/18272).