Releases: Labbs/fiber-oapi
Releases · Labbs/fiber-oapi
Release list
v3.1.0
What's Changed
- Add OpenAPIOptions controls to hide routes and suppress default error responses by @moutonjeremy in #55
Full Changelog: v3.0.1...v3.1.0
v3.0.1
What's Changed
- Suppress 4XX catch-all response for explicit error codes by @moutonjeremy in #54
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- Build(deps): Bump the go_modules group across 4 directories with 1 update by @dependabot[bot] in #50
- Update dependencies and migrate to Fiber v3 by @moutonjeremy in #51
- Add OpenAPI spec configuration options by @moutonjeremy in #52
- feat: enhance error handling and validation responses by @moutonjeremy in #53
Full Changelog: v1.9.3...v3.0.0
v3.0.0-beta.1
What's Changed
- Build(deps): Bump the go_modules group across 4 directories with 1 update by @dependabot[bot] in #50
- Update dependencies and migrate to Fiber v3 by @moutonjeremy in #51
Full Changelog: v1.9.3...v3.0.0-beta.1
v1.9.3
What's Changed
- Fix OpenAPI schema to render time.Time in date-time format by @moutonjeremy in #48
- Build(deps): Bump github.com/gofiber/fiber/v2 from 2.52.12 to 2.52.13 by @dependabot[bot] in #47
- Build(deps): Bump github.com/go-playground/validator/v10 from 10.30.1 to 10.30.2 by @dependabot[bot] in #46
- Inline time.Time schema for top-level request and response bodies by @moutonjeremy in #49
Full Changelog: v1.9.2...v1.9.3
v1.9.2
v1.9.1
What's Changed
- Add custom AuthErrorHandler for improved authentication error handling by @moutonjeremy in #43
- Fix AuthErrorHandler behavior and improve validation logic by @moutonjeremy in #44
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
- Refactor role-based access control by @moutonjeremy in #42
Full Changelog: v1.8.1...v1.9.0
v1.8.1
What's Changed
- Build(deps): Bump the go_modules group across 4 directories with 1 update by @dependabot[bot] in #40
- Build(deps): Bump github.com/gofiber/fiber/v2 from 2.52.11 to 2.52.12 in the go_modules group across 1 directory by @dependabot[bot] in #39
- Fix OpenAPI schema by adding missing tags by @moutonjeremy in #41
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
- Bump github.com/gofiber/fiber/v2 from 2.52.10 to 2.52.11 by @dependabot[bot] in #30
- Add header parameter support by @moutonjeremy in #31
- Skip hidden fields in OpenAPI documentation by @moutonjeremy in #32
- Add multi-scheme authentication support by @moutonjeremy in #33
- Build(deps): Bump the go_modules group across 3 directories with 1 update by @dependabot[bot] in #37
Full Changelog: v1.7.6...v1.8.0