From 30a67850ce084a396e4561ba36767a8633f1197e Mon Sep 17 00:00:00 2001 From: Sahdev Zala Date: Mon, 24 May 2021 13:30:09 -0400 Subject: [PATCH] CHANGELOG: add missing default setting for grpc gateway flag Add missing changelog entry for the flag setting for the enable-grpc-gateway. --- CHANGELOG-3.5.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index 2d51d7dd2..fb50ca3b7 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -235,6 +235,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - [gRPC gateway](https://github.com/grpc-ecosystem/grpc-gateway) only supports [`/v3`](TODO) endpoint. - Deprecated [`/v3beta`](https://github.com/etcd-io/etcd/pull/9298). - `curl -L http://localhost:2379/v3beta/kv/put -X POST -d '{"key": "Zm9v", "value": "YmFy"}'` does work in v3.5. Use `curl -L http://localhost:2379/v3/kv/put -X POST -d '{"key": "Zm9v", "value": "YmFy"}'` instead. +- Set [`enable-grpc-gateway`](https://github.com/etcd-io/etcd/pull/12297) flag to true when using a config file to keep the defaults the same as the command line configuration. ### gRPC Proxy