mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
update 3.4 and 3.5 CHANGELOG of watch event loss after compaction fix
Signed-off-by: Chao Chen <chaochn@amazon.com>
This commit is contained in:
parent
97029d768a
commit
ec9b3f375f
@ -10,6 +10,7 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
|
||||
- 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).
|
||||
- Fix [no progress notification being sent for watch that doesn't get any events](https://github.com/etcd-io/etcd/pull/17567).
|
||||
- Fix [watch event loss after compaction](https://github.com/etcd-io/etcd/pull/17610).
|
||||
|
||||
### Package `clientv3`
|
||||
- Add [client backoff and retry config options](https://github.com/etcd-io/etcd/pull/17369).
|
||||
|
@ -9,6 +9,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
|
||||
### 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).
|
||||
- Fix [no progress notification being sent for watch that doesn't get any events](https://github.com/etcd-io/etcd/pull/17566).
|
||||
- Fix [watch event loss after compaction](https://github.com/etcd-io/etcd/pull/17612).
|
||||
|
||||
### Package `clientv3`
|
||||
- Add [client backoff and retry config options](https://github.com/etcd-io/etcd/pull/17363).
|
||||
|
Loading…
x
Reference in New Issue
Block a user