Skip to content

Commit

Permalink
CHANGELOG: update for 11850
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed May 14, 2020
1 parent c667c14 commit 3b6d222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change.
- Use [ServerName as the authority](https://github.com/etcd-io/etcd/pull/11574) after bumping to grpc v1.26.0. Remove workaround in [#11184](https://github.com/etcd-io/etcd/pull/11184).
- Fix [`"hasleader"` metadata embedding](https://github.com/etcd-io/etcd/pull/11687).
- 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.

### Package `lease`

Expand Down

0 comments on commit 3b6d222

Please sign in to comment.