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

Update 3.7 changelog to cover the bootstrap from v3 change

Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
This commit is contained in:
Benjamin Wang
2026-01-21 21:46:17 +00:00
parent 9a2b574b70
commit 478226954f

View File

@@ -18,6 +18,11 @@ Previous change logs can be found at [CHANGELOG-3.6](https://github.com/etcd-io/
- [Improves performance of lease and user/role operations (up to 2x) by updating `(*readView) Rev()` to use `SharedBufReadTxMode`](https://github.com/etcd-io/etcd/pull/20411)
- [Allow client to retrieve AuthStatus without authentication](https://github.com/etcd-io/etcd/pull/20802)
- [Add FastLeaseKeepAlive feature to enable faster lease renewal by skipping the wait for the applied index](https://github.com/etcd-io/etcd/pull/20589)
- [Bootstrap etcd from v3store](https://github.com/etcd-io/etcd/issues/20187), see changes below,
- [Stop loading v2 snapshot files](https://github.com/etcd-io/etcd/pull/21107)
- [Initialize confState from v3 store on bootstrap](https://github.com/etcd-io/etcd/pull/21138)
- [Remove flag `--max-snapshots` in 3.8 rather than 3.7](https://github.com/etcd-io/etcd/pull/21160)
- [Keep the `--snapshot-count` flag](https://github.com/etcd-io/etcd/pull/21162)
### Package `clientv3`