update CHANGELOG-3.5.md for #17447

Signed-off-by: shihuixing <shihuixing@jd.com>
This commit is contained in:
shihuixing 2024-02-26 09:36:30 +08:00
parent 2e7ed80be2
commit b95c65e065

View File

@ -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)