v1.12.2
v1.12.2 (2020-01-22)
Fixed bugs:
- Gateway does not parse oneof types correctly when using camelCase #1113
Closed issues:
- all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial tcp [::1]:50051: connect: connection refused" #1111
- Streaming responses are put in
x-stream-definitions
rather than/components/schema
, which tools do not support #1109 - Why is metadataAnnotators not []func(metadata.MD, *http.Request) #1107
- protoc_gen_swagger: Why
protobufListValue
type is represented as object? #1106 - The metadata of local_request function's return is always nil #1105
- protoc-gen-swagger: support multiple files #1104
- grpc-gateway is incompatible with --incompatible_load_proto_rules_from_bzl #1101
- Any example or doc of sending large data from Postman (json) to the server using client side streaming? #1100
- Why errors have both "error" and "message" field that contains same (redundant) data? #1098
- Generate java grpc gateway code. #1097
- protoc-gen-swagger gen unsupport http post in query, only support http get in query? #1096
- Cannot generate swagger with generated protobuf #1094
- genswagger fails on Ubuntu on Windows (WSL): value of type genswagger.alias is not assignable to type genswagger.alias #1092
- protoc-gen-swagger: should use json_name values for generating properties in swagger doc #1090
- protoc-gen-swagger: json_names_for_fields=true does not respect json_name for path parameters #1084
- extract protoc-gen-swagger to separate repo #1083
- How do I load balance call grpc service? #1081
Merged pull requests:
- docs: require Jekyll Github Token to be set #1118 (johanbrandhorst)
- fix: protoc-gen-swagger: get wrong second services method comments #1116 (chinaran)
- Bump rubyzip from 1.2.3 to 2.0.0 in /docs #1115 (dependabot[bot])
- #1113 Fix broken parsing of camelCase oneof #1114 (seanlaff)
- #1109 Inline streamingDefinitions in generated swagger to better support codegen tools #1112 (seanlaff)
- Explicitly load rules_proto rules #1102 (achew22)
- [bazel] Correctly handle proto files under _virtual_imports #1095 (Yannic)
- Override operation_id when available #1091 (guilherme-santos)
- Support reserved json name and add tests #1085 (xin-au)