Skip to content

Commit

Permalink
CHANGELOG: add missing default setting for grpc gateway flag
Browse files Browse the repository at this point in the history
Add missing changelog entry for the flag setting for the
enable-grpc-gateway.
  • Loading branch information
spzala committed May 24, 2021
1 parent 06538ee commit 30a6785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 30a6785

Please sign in to comment.