Merge pull request #16762 from chaochn47/changelog-grpc-1.47.0

CHANGELOG-3.5.md: Upgrade gRPC to 1.58.3
This commit is contained in:
Benjamin Wang 2023-10-20 19:23:22 +01:00 committed by GitHub
commit 7f2936dfba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
### Dependencies
- Compile binaries using [go 1.20.10](https://github.com/etcd-io/etcd/pull/16745).
- Upgrade gRPC to 1.58.3 in https://github.com/etcd-io/etcd/pull/16625, https://github.com/etcd-io/etcd/pull/16781 and https://github.com/etcd-io/etcd/pull/16790. Note that gRPC server will reject requests with connection header (refer to https://github.com/grpc/grpc-go/pull/4803).
<hr>