CHANGELOG: update 3.4.1 and 3.5

Update from #11147 and #11148
This commit is contained in:
Sahdev P. Zala 2019-09-13 15:51:46 -04:00
parent bf3d1fb484
commit b4be60515b
2 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,10 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change.
- 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.
### Package `embed`
- Add [`embed.Config.ZapLoggerBuilder`](https://github.com/etcd-io/etcd/pull/11148) to allow creating a custom zap logger.
<hr>

View File

@ -80,6 +80,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.
### Package `clientv3`