CHANGELOG: updates from #9298

This commit is contained in:
Sam Batschelet 2018-02-13 18:26:21 -05:00 committed by Sam Batschelet
parent 9c6d930565
commit 68c270d9bd

View File

@ -61,6 +61,11 @@
- Add ["raft applied index" to `endpoint status`](https://github.com/coreos/etcd/pull/9176).
- Add ["errors" to `endpoint status`](https://github.com/coreos/etcd/pull/9206).
### Added(gRPC gateway)
- Replace [gRPC gateway](https://github.com/grpc-ecosystem/grpc-gateway) endpoint with [`/v3`](https://github.com/coreos/etcd/pull/9298).
- To deprecate [`/v3beta`] in `v3.5`.
### Package `raft`
- Improve [Raft `becomeLeader` and `stepLeader`](https://github.com/coreos/etcd/pull/9073) by keeping track of latest `pb.EntryConfChange` index.