1
0
mirror of https://github.com/etcd-io/etcd.git synced 2026-02-05 06:46:49 +01:00

Merge pull request #20832 from ivanvc/changelog-3-4-38

CHANGELOG(3.4): Set v3.4.38 release date
This commit is contained in:
Benjamin Wang
2025-10-22 09:39:04 +01:00
committed by GitHub

View File

@@ -4,7 +4,11 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
---
## v3.4.38 (TBC)
## v3.4.39 (TBC)
---
## v3.4.38 (2025-10-21)
### etcd server
@@ -13,6 +17,7 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
- Improve [help message for --quota-backend-bytes](https://github.com/etcd-io/etcd/pull/20379)
- Fix [potential data corruption when applySnapshot and defragment happen concurrently](https://github.com/etcd-io/etcd/pull/20659)
- [Reject watch request with -1 revision to prevent invalid resync behavior on uncompacted etcd](https://github.com/etcd-io/etcd/pull/20711)
- Fix [etcd may return success for leaseRenew request even when the lease is revoked](https://github.com/etcd-io/etcd/pull/20813)
### Dependencies