Merge pull request #14367 from ahrtr/update_3.5_changelog_keepalive

Update changelog-3.5 to cover the change for refactoring the keepAliveListener and keepAliveConn
This commit is contained in:
Benjamin Wang 2022-08-24 10:14:42 +08:00 committed by GitHub
commit c29dbf3400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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