mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Add changelog entry for updated compaction logs.
Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
parent
f8f0bf9c1a
commit
6ea83db20a
@ -6,6 +6,9 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
|
||||
|
||||
## v3.4.31 (TBD)
|
||||
|
||||
### etcd server
|
||||
- Add [mvcc: print backend database size and size in use in compaction logs](https://github.com/etcd-io/etcd/pull/17436)
|
||||
|
||||
### Package `clientv3`
|
||||
- Add [client backoff and retry config options](https://github.com/etcd-io/etcd/pull/17369).
|
||||
|
||||
|
@ -28,6 +28,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
|
||||
- Fix [needlessly flocking snapshot files when deleting](https://github.com/etcd-io/etcd/pull/17206)
|
||||
- Add [digest for etcd base image](https://github.com/etcd-io/etcd/pull/17205)
|
||||
- Fix [delete inconsistencies in read buffer](https://github.com/etcd-io/etcd/pull/17230)
|
||||
- Add [mvcc: print backend database size and size in use in compaction logs](https://github.com/etcd-io/etcd/pull/17291)
|
||||
|
||||
### Dependencies
|
||||
- Compile binaries using [go 1.20.13](https://github.com/etcd-io/etcd/pull/17275)
|
||||
|
Loading…
x
Reference in New Issue
Block a user