Overview
Upgraded Documentation
Stoplight Elements has been upgraded to the latest version.
Others
- Fixed two important memory access issues (body race & Fiber context).
- Additional docs & examples added ❤️
- Major refactor of some of the codebase to make future changes easier.
What's Changed
- chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0 by @dependabot in #676
- fix: useless assertion in TestFeatures/response-image by @alexandear in #677
- fix: potential body error race by @danielgtaylor in #687
- feat: upgrade to Stoplight Elements latest by @fourcels in #689
- fix: adapters/humafiber - prevent to use *fiber.Ctx and *fasthttp.RequestCtx outside handler, fixes #686 by @excavador in #693
- Fix examples by @alexandermyasnikov in #696
- docs: describe MultipartFormFiles by @b-kamphorst in #704
- refactor: split up huma.Register by @b-kamphorst in #705
New Contributors
- @alexandermyasnikov made their first contribution in #696
- @b-kamphorst made their first contribution in #704
Full Changelog: v2.27.0...v2.28.0