v1.14.4
Note that this release changes how we generate Swagger OperationIDs - please review #1193 and #662 for rationale. If you want to re-enable the old generation behaviour, use the flag simple_operation_ids=true
like so:
$ protoc --swagger_out=simple_operation_ids=true:. my_service.proto
v1.14.4 (2020-04-18)
Closed issues:
- custom unmarshal response error #1211
- api annotation placeholder character case #1207
- response_body of http rule is ignored in case of server streaming #1202
- Go gRPC Gateway - Type of one field in JSON is not same as in proto #1201
- 1.14 breaks protoc-gen-go-json #1199
- Use different field name in gateway #1197
- No longer generate register...Server function in pb.gw.go? #1195
- Support for source_relative argument #1180
Merged pull requests:
- Add option to disable new operationID generation #1216 (johanbrandhorst)
- http rule's response_body support to stream rpc #1208 (adasari)
- Add GopherCon UK link to README #1204 (johanbrandhorst)
- Move codegenerator back to public namespace #1200 (johanbrandhorst)