From b95c65e06501f16a5e45d40a34e1b2949309b28c Mon Sep 17 00:00:00 2001 From: shihuixing Date: Mon, 26 Feb 2024 09:36:30 +0800 Subject: [PATCH] update CHANGELOG-3.5.md for #17447 Signed-off-by: shihuixing --- CHANGELOG/CHANGELOG-3.5.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index 33bce5c85f3..8f3ad48d443 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -14,6 +14,12 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ - [Ignore SetKeepAlivePeriod errors on OpenBSD](https://github.com/etcd-io/etcd/pull/17387). - [Support unix/unixs socket in client or peer URLs](https://github.com/etcd-io/etcd/pull/15940) +### gRPC Proxy +- Add [three flags (see below) for grpc-proxy](https://github.com/etcd-io/etcd/pull/17447) + - `--dial-keepalive-time` + - `--dial-keepalive-timeout` + - `--permit-without-stream` + ### Dependencies - Compile binaries using [go 1.21.6](https://github.com/etcd-io/etcd/pull/17362)