Skip to content

Commit

Permalink
update CHANGELOG-3.5.md for etcd-io#17447
Browse files Browse the repository at this point in the history
Signed-off-by: shihuixing <shihuixing@jd.com>
  • Loading branch information
shihuixing committed Feb 19, 2024
1 parent b601362 commit 07ac243
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG/CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
### Dependencies
- Compile binaries using [go 1.21.6](https://github.com/etcd-io/etcd/pull/17362)

### etcd grpc-proxy

- Add [`etcd grpc-proxy start --dial-keepalive-time`](https://github.com/etcd-io/etcd/pull/17447) flag to keepalive time for client(grpc-proxy) connections.
- Add [`etcd grpc-proxy start --dial-keepalive-timeout`](https://github.com/etcd-io/etcd/pull/17447) flag to keepalive timeout for client(grpc-proxy) connections.
- Add [`etcd grpc-proxy start --permit-without-stream`](https://github.com/etcd-io/etcd/pull/17447) flag to enable client(grpc-proxy) to send keepalive pings even with no active RPCs.

<hr>

## v3.5.12 (2024-01-31)
Expand Down

0 comments on commit 07ac243

Please sign in to comment.