From 68c270d9bda47b0a5352e4f0ff90a42f49398ba9 Mon Sep 17 00:00:00 2001 From: Sam Batschelet Date: Tue, 13 Feb 2018 18:26:21 -0500 Subject: [PATCH] CHANGELOG: updates from #9298 --- CHANGELOG-3.4.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index b2605149991..88273694fbb 100644 --- a/CHANGELOG-3.4.md +++ b/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.