v2.0.0-beta.3
danielgtaylor
released this
23 Oct 06:09
·
600 commits
to main
since this release
What's Changed
- chore(deps): bump github.com/gofiber/fiber/v2 from 2.45.0 to 2.49.2 by @dependabot in #129
- feat: oneOf, anyOf, allOf, not schema support by @danielgtaylor in #131
- fix: set explode=false for query params by @danielgtaylor in #136
- huma: v2: add middlewares support by @Insei in #134
- chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #135
- fix: allow fiber without StreamRequestBody, fixes #127 by @danielgtaylor in #138
- Fix: Update transforms.go to use explicit Host function from huma.Context by @james-andrewsmith in #139
- chore(deps): bump github.com/gofiber/fiber/v2 from 2.49.2 to 2.50.0 by @dependabot in #140
- docs: improve CLI docs around option naming by @danielgtaylor in #141
- Fixed a typo in Readme.md (cliend -> client) by @jmichael7 in #142
- Minor update to SSE example in README.md by @james-andrewsmith in #143
- fix: support v1 middleware, add example by @danielgtaylor in #144
- fix: add param re-use example, fixes #94 by @danielgtaylor in #146
- feat: support custom field schemas; add omittable example by @danielgtaylor in #145
- feat: add example for oneOf response, fix custom schema usage by @danielgtaylor in #147
- fix: prevent panic on examples for pointer field types by @danielgtaylor in #148
- feat: allow making query/header params required by @danielgtaylor in #149
- feat: better support for file uploads by @danielgtaylor in #150
- fix: add $schema field to input to allow round-trips by @danielgtaylor in #151
- feat: allow resolvers to set a custom response status code by @danielgtaylor in #152
New Contributors
- @Insei made their first contribution in #134
- @james-andrewsmith made their first contribution in #139
- @jmichael7 made their first contribution in #142
Full Changelog: v2.0.0-beta.2...v2.0.0-beta.3