Browse Source

CHANGELOG: updates from #9298

Sam Batschelet 8 years ago
parent
commit
68c270d9bd
1 changed files with 5 additions and 0 deletions
  1. 5 0
      CHANGELOG-3.4.md

+ 5 - 0
CHANGELOG-3.4.md

@@ -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.