From ee60146141713eb2a876e35c7233939301412f77 Mon Sep 17 00:00:00 2001 From: Chao Chen Date: Sun, 15 Oct 2023 13:00:39 -0700 Subject: [PATCH] CHANGELOG-3.5.md: Upgrade gRPC to 1.47.0 Signed-off-by: Chao Chen --- CHANGELOG/CHANGELOG-3.5.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index 39a0bff6542..1b14d5a733c 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -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).