Releases: grpc-ecosystem/grpc-gateway
Releases · grpc-ecosystem/grpc-gateway
v1.9.5
v1.9.4
v1.9.3
v1.9.3 (2019-06-28)
Fixed bugs:
- EOF when calling Send for client streams #961
Closed issues:
- application/x-www-form-urlencoded support. #960
- Bazel files are out of date #955
- Configurable AllowUnknownFields in jsonpb? #448
Merged pull requests:
- EOF on send #962 (gustavocovas)
- Add new option for the decoder - to disallow unknown fields #959 (vsaveliev)
- Update to rules_go and buildtools #956 (drigz)
- docs/customizingyourgateway: add ?pretty example #954 (srenatus)
- protoc_gen_swagger: Add attr for allow_merge #944 (prestonvanloon)
v1.9.2
v1.9.1
v1.9.1 (2019-06-13)
Closed issues:
- grpc: received message larger than max #943
- json 1.1 api support for grpc-ecosystem to use queryparams with filter #938
- i import a new gateway.Endpoint without recompile #937
- all SubConns are in TransientFailure #936
- Merging swagger specs fails to use rpc comments (again) #923
Merged pull requests:
v1.9.0
v1.8.6
v1.8.6 (2019-05-07)
Fixed bugs:
- can't specify an empty path? #414
Closed issues:
- JSON stream response not available #926
- why google/api/http.proto annotations.proto Field Numbers is 72295728 ? #925
- Documentation: 'base_path' Swagger attribute confuses users #918
- go get: error loading module requirements go 1.11 #915
- gateway generation issue on windows #911
Merged pull requests:
- Delete redundant load statement #922 (pcj)
- Make gazelle diffs fail the build #916 (achew22)
- Fixed empty path bug #913 (brycematheson1234)
- Use proto gen swagger with protos from external repository #924 (elenadeneva92)
v1.8.5
v1.8.4
v1.8.4 (2019-03-13)
Closed issues:
- Invalid swagger generated for bodies with repeated fields #906
Merged pull requests:
- Revert "Use collectionFormat multi for query params of repeated fields (#902)" #907 (johanbrandhorst)
- New proposal: support for the google.api.HttpBody #904 (wimspaargaren)
v1.8.3
v1.8.3 (2019-03-11)
Implemented enhancements:
- Feature request from openapi 3: Allow apiKey in cookie #900
Fixed bugs:
- Error while defining enum comments #897
Closed issues:
- Its impossible to send response with non 200 status code #901
- Swagger get query param documentation shows repeated fields incorrectly #756
Merged pull requests: