Skip to content

v2.37.3

Choose a tag to compare

@wolveix wolveix released this 26 Mar 01:10
· 17 commits to main since this release
a38b536

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

Full Changelog: v2.37.2...v2.37.3