From 5d05be31aa0f32a88432afdc6ac801ed95b12f7a Mon Sep 17 00:00:00 2001 From: Chris Wedgwood Date: Mon, 29 Mar 2021 11:38:25 -0700 Subject: [PATCH] CHANGELOG-3.4 updates --- CHANGELOG-3.4.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index c76176ae0..b265491f8 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -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).