v2.27.4
What's Changed
- feat: support deprecated field for OpenAPI parameters by @lachlancooper in https://github.com/grpc-ecosystem/grpc-gateway/pull/6068
- fix(openapiv2): Invalid entries in body parameter schema required array when using
body: "field_name"by @rdark in https://github.com/grpc-ecosystem/grpc-gateway/pull/6088 - fix(openapiv2): prevent nested required fields hoisting to parent schema by @rdark in https://github.com/grpc-ecosystem/grpc-gateway/pull/6078
- [issue-6080] Fix strict
no-$ref-siblingsrule violations by @jgreffe in https://github.com/grpc-ecosystem/grpc-gateway/pull/6099 - Dockerfile: upgrade openjdk version by @johanbrandhorst in https://github.com/grpc-ecosystem/grpc-gateway/pull/6130
- fix: Exclude methods without HTTP bindings from OpenAPI definitions by @iamrajiv in https://github.com/grpc-ecosystem/grpc-gateway/pull/6030
- Add note about Authorization header forwarding by @MicahParks in https://github.com/grpc-ecosystem/grpc-gateway/pull/6185
- fix(gengateway): correct body field decoding in opaque API mode by @kop in https://github.com/grpc-ecosystem/grpc-gateway/pull/6197
New Contributors
- @lachlancooper made their first contribution in https://github.com/grpc-ecosystem/grpc-gateway/pull/6068
- @rdark made their first contribution in https://github.com/grpc-ecosystem/grpc-gateway/pull/6088
- @jgreffe made their first contribution in https://github.com/grpc-ecosystem/grpc-gateway/pull/6099
- @MicahParks made their first contribution in https://github.com/grpc-ecosystem/grpc-gateway/pull/6185
Full Changelog: https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.27.3...v2.27.4