v1.14.0
This release is technically breaking, moving many unintentionally public APIs into internal folders to prevent their use. If you have any APIs you wish to keep accessing, please raise an issue.
v1.14.0 (2020-03-04)
Closed issues:
- Swagger Codegen With Multiple Additional Bindings is resulting in missing Documentation #1149
- google.api.http option not picked up/mapped correctly? #1148
- cannot use multiple different error handlers in one gateway binary #1143
- Is grpc-gateway a stateless application? #1139
- Support for custom query parameters parsers #1128
Merged pull requests:
- Use an interface for ContentTypeFromMessage #1150 (wtlangford)
- Minimize API surface in anticipation of gorelease #1146 (johanbrandhorst)
- Fix #1143: Support multiple error handlers. #1144 (jgiles)
- Fix customizing your gateway documentation CustomMatcher example #1142 (wiliamsouza)
- protoc-gen-swagger: add flag to disable default errors #1141 (johanbrandhorst)
- Bump nokogiri from 1.10.4 to 1.10.8 in /docs #1140 (dependabot[bot])
- Configurable query parameters parser #1138 (wp0pw)
- Improve installation instructions #1132 (johanbrandhorst)
- Add bazel gazelle to CONTRIBUTING #1131 (johanbrandhorst)
- Configure response content type at the method level #1130 (nboukeffa)