CHANGELOG: update for #12165 , #12264 .

release-3.5
CFC4N 2020-09-30 16:57:15 +08:00
parent ab4cc3caef
commit b0e8ec951c
No known key found for this signature in database
GPG Key ID: 93674013BC5F0FBD
1 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,8 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change.
- Previously, `clientv3.WithRequireLeader(ctx)` was overwriting existing context keys.
- Fix [watch leak caused by lazy cancellation](https://github.com/etcd-io/etcd/pull/11850). When clients cancel their watches, a cancel request will now be immediately sent to the server instead of waiting for the next watch event.
- Make sure [save snapshot downloads checksum for integrity checks](https://github.com/etcd-io/etcd/pull/11896).
- Fix [auth token invalid after watch reconnects](https://github.com/etcd-io/etcd/pull/12264). Get AuthToken automatically when clientConn is ready.
- Improve [clientv3:get AuthToken gracefully without extra connection](https://github.com/etcd-io/etcd/pull/12165).
### Package `lease`