v2.37.3
Overview
This bugfix release fixes a few minor bugs and typos from previous releases.
This also adjusts the HTTP status code returned by Huma if marshaling a response fails, from 200 to 500.
What's Changed
- Fix: add allow-popups to CSP sandbox for OAuth popups by @Micaso in #987
- Fix: use epsilon tolerance in multipleOf float validation by @smazurov in #989
- Fix typo in groups.md documentation by @Its-Haze in #995
- Fix relative schema urls by @wolveix in #990
- Return HTTP 500 if marshaling fails by @wolveix in #997
- Handle contentEncoding and contentMediaType keys by @NPellet in #919
- Chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.11 to 2.52.12 by @dependabot[bot] in #984
New Contributors
- @Micaso made their first contribution in #987
- @smazurov made their first contribution in #989
- @Its-Haze made their first contribution in #995
- @NPellet made their first contribution in #919
Full Changelog: v2.37.2...v2.37.3