Skip to content

v2.10.0

Choose a tag to compare

@pmcelhaney pmcelhaney released this 25 Apr 02:27
· 1333 commits to main since this release
9db4e22

Minor Changes

  • 43b0e34: The type system no longer allows responses constructed without $.response

Patch Changes

  • 68b2c8f: Fix: query parameters of type object with exploded form style (the OpenAPI default) are now properly supported. The request validator no longer falsely reports required object parameters as missing when their properties are sent as individual query params (e.g. ?page=0&size=100). The handler receives the object assembled under the parameter name ($.query.pageable) rather than only the flat individual keys.