Merge pull request #12817 from cwedgwood/3.4-changelog

CHANGELOG-3.4 updates
This commit is contained in:
Piotr Tabor 2021-03-30 12:53:02 +02:00 committed by GitHub
commit a49c7ec4fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,11 @@ The minimum recommended etcd versions to run in **production** are 3.2.28+, 3.3.
### etcd server
- Add [`--experimental-warning-apply-duration`](https://github.com/etcd-io/etcd/pull/12448) flag which allows apply duration threshold to be configurable.
- Fix [`--unsafe-no-fsync`](https://github.com/etcd-io/etcd/pull/12751) to still write-out data avoiding corruption (most of the time).
### Metrics
- Fix [incorrect metrics generated when clients cancel watches](https://github.com/etcd-io/etcd/pull/12803) back-ported from (https://github.com/etcd-io/etcd/pull/12196).
<hr>