Browse Source

CHANGELOG-3.3: add "grpc-proxy start --max-send/recv-bytes" flags

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 8 years ago
parent
commit
ab2bc5b93c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      CHANGELOG-3.3.md

+ 2 - 0
CHANGELOG-3.3.md

@@ -165,6 +165,8 @@ See [code changes](https://github.com/coreos/etcd/compare/v3.2.0...v3.3.0-rc.0)
   - Set `--metrics-addr=http://[HOST]:9379` to serve `/metrics` in insecure port 9379.
 - Serve [`/health` endpoint in grpc-proxy](https://github.com/coreos/etcd/pull/8322).
 - Add [`grpc-proxy start --debug`](https://github.com/coreos/etcd/pull/8994) flag.
+- Add [`grpc-proxy start --max-send-bytes`](https://github.com/coreos/etcd/pull/9250) flag to [configure maximum client request size](https://github.com/coreos/etcd/issues/7923).
+- Add [`grpc-proxy start --max-recv-bytes`](https://github.com/coreos/etcd/pull/9250) flag to [configure maximum client request size](https://github.com/coreos/etcd/issues/7923).
 
 ### Added(gRPC gateway)