From 93be38856c23b27d2cc69591a7a424d757779821 Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Sun, 21 Aug 2022 13:06:02 +0800 Subject: [PATCH] Update changelog-3.5 to cover the change for refactoring the keepAliveListener and keepAliveConn Refer to https://github.com/etcd-io/etcd/pull/14366, Also refer to https://github.com/etcd-io/etcd/pull/14356 Signed-off-by: Benjamin Wang --- CHANGELOG/CHANGELOG-3.5.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index be3555319..825d6c682 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -6,6 +6,9 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/ ## v3.5.5 (TBD) +### Deprecations +- Deprecated [SetKeepAlive and SetKeepAlivePeriod in limitListenerConn](https://github.com/etcd-io/etcd/pull/14366). + ### Package `clientv3` - Fix [do not overwrite authTokenBundle on dial](https://github.com/etcd-io/etcd/pull/14132).