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