mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #17480 from ivanvc/update-3.4-and-3.5-changelog-with-backport-ignore-old-leader-leases-revoking-requests
[3.4][3.5] changelog: Add ignore old leader's leases revoking requests
This commit is contained in:
commit
e1ceb7d1c9
@ -8,6 +8,7 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
|
||||
|
||||
### etcd server
|
||||
- Add [mvcc: print backend database size and size in use in compaction logs](https://github.com/etcd-io/etcd/pull/17436)
|
||||
- Fix leases wrongly revoked by the leader by [ignoring old leader's leases revoking request](https://github.com/etcd-io/etcd/pull/17465)
|
||||
|
||||
### Package `clientv3`
|
||||
- Add [client backoff and retry config options](https://github.com/etcd-io/etcd/pull/17369).
|
||||
|
@ -6,6 +6,9 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
|
||||
|
||||
## v3.5.13 (TBD)
|
||||
|
||||
### etcd server
|
||||
- Fix leases wrongly revoked by the leader by [ignoring old leader's leases revoking request](https://github.com/etcd-io/etcd/pull/17425)
|
||||
|
||||
### Package `clientv3`
|
||||
- Add [client backoff and retry config options](https://github.com/etcd-io/etcd/pull/17363).
|
||||
- [Ignore SetKeepAlivePeriod errors on OpenBSD](https://github.com/etcd-io/etcd/pull/17387).
|
||||
|
Loading…
x
Reference in New Issue
Block a user