Skip to content

v1.14.4

Compare
Choose a tag to compare
@johanbrandhorst johanbrandhorst released this 18 Apr 15:26

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)

Full Changelog

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: