1
0
mirror of https://github.com/etcd-io/etcd.git synced 2026-02-05 06:46:49 +01:00

Merge pull request #21244 from ahrtr/20260203_metadata_changelog

This commit is contained in:
Fu Wei
2026-02-03 17:03:26 -05:00
committed by GitHub
3 changed files with 12 additions and 0 deletions

View File

@@ -6,6 +6,10 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
## v3.4.41 (TBC)
### Package `clientv3`
- [Remove the use of grpc-go's Metadata field](https://github.com/etcd-io/etcd/pull/21243)
### Dependencies
- Compile binaries using [go 1.24.12](https://github.com/etcd-io/etcd/pull/21218).

View File

@@ -6,6 +6,10 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
## v3.5.27 (TBC)
### Package `clientv3`
- [Remove the use of grpc-go's Metadata field](https://github.com/etcd-io/etcd/pull/21242)
### Dependencies
- Compile binaries using [go 1.24.12](https://github.com/etcd-io/etcd/pull/21217).

View File

@@ -11,6 +11,10 @@ Previous change logs can be found at [CHANGELOG-3.5](https://github.com/etcd-io/
- [Postpone removal of the --max-snapshots flag from v3.7 to v3.8](https://github.com/etcd-io/etcd/pull/21161)
- [Revoke the deprecation of the `--snapshot-count` flag](https://github.com/etcd-io/etcd/pull/21163)
### Package `clientv3`
- [Remove the use of grpc-go's Metadata field](https://github.com/etcd-io/etcd/pull/21241)
### Dependencies
- Bump [golang.org/x/crypto to 0.45.0 to address CVE-2025-47914, and CVE-2025-58181](https://github.com/etcd-io/etcd/pull/21037).