Skip to content

Releases: danielgtaylor/huma

v2.0.0

02 Dec 23:54
v2.0.0
f54b62a
Compare
Choose a tag to compare

This is a major new release with a completely rewritten interface using Go generics. Please see https://huma.rocks/ for documentation!

What's Changed

Full Changelog: v2.0.0-rc.1...v2.0.0

v2.0.0-rc.1

06 Nov 16:31
v2.0.0-rc.1
2c9320f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-beta.3...v2.0.0-rc.1

v1.14.2

24 Oct 15:37
v1.14.2
100b20c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.1...v1.14.2

v2.0.0-beta.3

23 Oct 06:09
v2.0.0-beta.3
5265385
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0-beta.2...v2.0.0-beta.3

v2.0.0-beta.2

11 Sep 17:21
v2.0.0-beta.2
fb679af
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2

v2.0.0-beta.1

25 Aug 19:05
v2.0.0-beta.1
536a097
Compare
Choose a tag to compare

Please see the main project README for what is new in v2. This is a major breaking change with a significantly different API.

What's Changed

Full Changelog: v1.14.1...v2.0.0-beta.1

v1.14.1

16 May 17:09
62c3193
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.0...v1.14.1

v1.14.0

01 May 18:43
v1.14.0
d1d01e5
Compare
Choose a tag to compare

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

v1.13.0

05 Jan 17:55
v1.13.0
a312f61
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/labstack/echo/v4 from 4.1.15 to 4.9.0 in /benchmark by @dependabot in #72
  • feat: avoids infinite recursion by @mt35-rs in #77
  • feat: schema handler can now handle schema names with special characters by @mt35-rs in #81
  • feat: ability to fetch router from huma context by @mt35-rs in #82
  • Fix typo by @sdil in #85
  • fix: this uses proper schema path for errors by @mt35-rs in #80

New Contributors

Full Changelog: v1.12.3...v1.13.0

v1.12.3

22 Nov 21:40
v1.12.3
2f0f492
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.2...v1.12.3