Skip to content

v1.14.0

Compare
Choose a tag to compare
@danielgtaylor danielgtaylor released this 01 May 18:43
· 552 commits to main since this release
v1.14.0
d1d01e5

Note: The generated schema reference behavior from Huma v1.13.0 has been reverted as it breaks things. This release uses the original behavior by default, and provides an opt-in fixed v1.13.0 behavior via schema.GenerateInline = false! If you rely on the broken behavior you will want to set that value when upgrading.

What's Changed

  • fix: implement Flusher interface for wrapped ResponseWriters by @mtiller in #89
  • fix: add missing CORS headers by @mtiller in #90
  • Add stoplight elements docs handler option by @lp-disco in #95
  • fix: properly instantiate nested schemas, replaces #86 by @danielgtaylor in #100
  • chore(deps): bump golang.org/x/crypto from 0.0.0-20220112180741-5e0467b6c7ce to 0.1.0 in /benchmark by @dependabot in #91
  • chore(deps): bump golang.org/x/sys from 0.0.0-20220318055525-2edf467146b5 to 0.1.0 by @dependabot in #93

New Contributors

  • @mtiller made their first contribution in #89
  • @lp-disco made their first contribution in #95

Full Changelog: v1.13.0...v1.14.0