Skip to content

Commit

Permalink
Merge pull request #11874 from jackkleeman/patch-1
Browse files Browse the repository at this point in the history
Update CHANGELOG for 11850
  • Loading branch information
spzala authored May 14, 2020
2 parents 7cc2f8a + 3b6d222 commit dd7055b
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 @@ -129,6 +129,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 dd7055b

Please sign in to comment.