From fe2ada4b45f6243bba08c433925d9d19d7c660af Mon Sep 17 00:00:00 2001 From: yoyinzyc Date: Wed, 9 Oct 2019 13:06:11 -0700 Subject: [PATCH] CHANGELOG: update #11179 in changelog-3.4 --- CHANGELOG-3.4.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index 494960d3e..c7896b81a 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -23,6 +23,10 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.1...v3.4.2) and - Fix [`etcdctl member add`](https://github.com/etcd-io/etcd/pull/11194) command to prevent potential timeout. +### etcdserver + +- Add [`tracing`](https://github.com/etcd-io/etcd/pull/11179) to range, put and compact requests in etcdserver. + ### Go - Compile with [*Go 1.12.9*](https://golang.org/doc/devel/release.html#go1.12) including [*Go 1.12.8*](https://groups.google.com/d/msg/golang-announce/65QixT3tcmg/DrFiG6vvCwAJ) security fixes.