From d8ed2337915b61024c208a42dcbbb6ec5c664479 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Tue, 11 Aug 2020 20:58:42 -0700 Subject: [PATCH] CHANGELOG: update Signed-off-by: Gyuho Lee --- CHANGELOG-3.5.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index 0800b0827..147dbf676 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -141,6 +141,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Remove [`embed.Config.Debug`](https://github.com/etcd-io/etcd/pull/10947). - Use `embed.Config.LogLevel` instead. - Add [`embed.Config.ZapLoggerBuilder`](https://github.com/etcd-io/etcd/pull/11147) to allow creating a custom zap logger. +- Replace [global `*zap.Logger` with etcd server logger object](https://github.com/etcd-io/etcd/pull/12212). ### Package `clientv3` @@ -206,6 +207,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. ### Dependency - Upgrade [`google.golang.org/grpc`](https://github.com/grpc/grpc-go/releases) from [**`v1.23.0`**](https://github.com/grpc/grpc-go/releases/tag/v1.23.0) to [**`v1.26.0`**](https://github.com/grpc/grpc-go/releases/tag/v1.26.0). +- Upgrade [`go.uber.org/zap`](https://github.com/uber-go/zap/releases) from [**`v1.14.1`**](https://github.com/uber-go/zap/releases/tag/v1.14.1) to [**`v1.15.0`**](https://github.com/uber-go/zap/releases/tag/v1.15.0). ### Release