mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
CHANGELOG: update 3.4 and 3.5 with fix
Fix: Revision decreasing after panic during compaction - #17780 Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
parent
a2911b4844
commit
897f9e9ce4
@ -12,6 +12,7 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
|
||||
- Update [the compaction log when bootstrap](https://github.com/etcd-io/etcd/pull/17831).
|
||||
- [Allow new server to join 3.5 cluster if `next-cluster-version-compatible=true`](https://github.com/etcd-io/etcd/pull/17665)
|
||||
- [Allow updating the cluster version when downgrading from 3.5](https://github.com/etcd-io/etcd/pull/17821).
|
||||
- Fix [Revision decreasing after panic during compaction](https://github.com/etcd-io/etcd/pull/17864)
|
||||
|
||||
### Package `clientv3`
|
||||
- Add [requests retry when receiving ErrGPRCNotSupportedForLearner and endpoints > 1](https://github.com/etcd-io/etcd/pull/17692).
|
||||
|
@ -11,6 +11,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
|
||||
- Add [metrics `etcd_disk_wal_write_duration_seconds`](https://github.com/etcd-io/etcd/pull/17616).
|
||||
- Fix [ignore raft messages if member id mismatch](https://github.com/etcd-io/etcd/pull/17813).
|
||||
- Update [the compaction log when bootstrap](https://github.com/etcd-io/etcd/pull/17830).
|
||||
- Fix [Revision decreasing after panic during compaction](https://github.com/etcd-io/etcd/pull/17865)
|
||||
|
||||
### Package `clientv3`
|
||||
- Add [requests retry when receiving ErrGPRCNotSupportedForLearner and endpoints > 1](https://github.com/etcd-io/etcd/pull/17641).
|
||||
|
Loading…
x
Reference in New Issue
Block a user