v1.14.8
The grpc-gateway v1 is in maintenance mode, you are encouraged to migrate to v2.
See #1223 for more information and check out our v2 migration guide.
v1.14.8 (2020-09-03)
Closed issues:
- Generated files contain calls to methods that don't exist #1643
- TestConvertDuration/invalid_duration failure #1630
runtime.WithForwardResponseOption\(\)
is not respected #1625- same field in params #1621
- Use grpc gateway to create rest API whose body is a list #1617
- grpc-gateway equivalent in the grpc python package #1613
- Migrate away from importing
github.com/golang/protobuf/{descriptor,proto}
in generated code (similar to #1260). #1608 - runtime.WithForwardResponseOption compile error #1607
- Apply FiedMask to the GET (and LIST) returns #1605
- code: 32603, message
types.Coin
is neither a v1 or v2 Message #1603 - protoc-gen-swagger map type filed doesn't support options.openapiv2_field #1601
- 🐛HttpRule is stated in unannotated_echo_service.yaml, but warning is still issued #1578
Merged pull requests:
- Add ignore for golang.org/x/oauth2 #1644 (johanbrandhorst)
- fix SendHeader/SetTrailer when use grpc-gateway standalone server (master) #1639 (ghostiam)
- Update golang Docker tag to v1.15.1 (master) #1634 (renovate[bot])
- runtime: fix duration test #1631 (johanbrandhorst)
- Update dependency bazel_skylib to v1.0.3 (master) #1618 (renovate[bot])
- Update module google.golang.org/grpc to v1.31.1 (master) #1614 (renovate[bot])
- Control warning behavior on unbound methods using a flag #1606 (yousseftelda)
- protoc-gen-swagger: fix map field options (#1601) #1602 (yangxikun)
- protoc-gen-swagger: remove boolean format #1597 (algas)
- document optional swagger plugin for unannotated grpc_api_configuration #1588 (piengeng)