From d3a57fd655572986d971984ff1a3348216ddb6d6 Mon Sep 17 00:00:00 2001 From: Wei Fu Date: Wed, 24 Apr 2024 18:48:30 +0800 Subject: [PATCH] CHANGELOG: update 3.4 and 3.5 with fix Fix: Revision decreasing after panic during compaction - #17780 Signed-off-by: Wei Fu Signed-off-by: Will Russell --- CHANGELOG/CHANGELOG-3.4.md | 1 + CHANGELOG/CHANGELOG-3.5.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index 3da71b7779b2..b37acdb77027 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -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). diff --git a/CHANGELOG/CHANGELOG-3.5.md b/CHANGELOG/CHANGELOG-3.5.md index b6919534032a..9a39f4de9cfe 100644 --- a/CHANGELOG/CHANGELOG-3.5.md +++ b/CHANGELOG/CHANGELOG-3.5.md @@ -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).