Merge pull request #11756 from mlmhl/changelog-11743

CHANGELOG: update from #11743
This commit is contained in:
Hitoshi Mitake
2020-04-06 22:46:14 +09:00
committed by GitHub

View File

@@ -132,6 +132,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change.
- Fix `etcdctl member add` command to prevent potential timeout. ([PR#11194](https://github.com/etcd-io/etcd/pull/11194) and [PR#11638](https://github.com/etcd-io/etcd/pull/11638))
- Add [`etcdctl watch --progress-notify`](https://github.com/etcd-io/etcd/pull/11462) flag.
- Add [`etcdctl auth status`](https://github.com/etcd-io/etcd/pull/11536) command to check if authentication is enabled
- Add [`etcdctl get --count-only`](https://github.com/etcd-io/etcd/pull/11743) flag for output type `fields`.
### gRPC gateway