CHANGELOG-3.5: Set v3.5.20 release date

Add entries from pull requests that were released.

Signed-off-by: Ivan Valdes <ivan@vald.es>
This commit is contained in:
Ivan Valdes 2025-03-21 13:24:38 -07:00
parent 5e272463f7
commit e55e55b1bb
No known key found for this signature in database
GPG Key ID: 4037D37741ED0CC5

View File

@ -3,9 +3,20 @@
Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.4.md).
<hr>
## v3.5.20 (TBC)
## v3.5.21 (TBC)
<hr>
## v3.5.20 (2025-03-21)
### etcd server
- Fix [grpcproxy can get stuck in and endless loop causing high CPU usage](https://github.com/etcd-io/etcd/pull/19562)
- Fix [the learner promotion changes not being persisted into v3store (bbolt)](https://github.com/etcd-io/etcd/pull/19563)
- Update [the RLock in Demoted method for read-only access to expiry](https://github.com/etcd-io/etcd/pull/19445)
### etcdctl
- Fix [command `etcdctl member promote` doesn't support json output](https://github.com/etcd-io/etcd/pull/19602)
<hr>