v0.4.0
Summary
Minor release with new adapters, Spec UI improvements, response-handling consolidation, and release tooling updates.
Highlights
- New adapter: Added Fiber v3 adapter (
fiberv3openapi). - New adapter: Added Echo v5 adapter (
echov5openapi). - Spec UI: Upgraded Spec UI to v0.2.0 and added custom spec-ui option support.
- Responses: Merged duplicate status-code responses into a single
oneOfentry. - Bugfix: Fixed asset-handler registration when using embedded UI.
- Release tooling: Improvements to release preflight and release commands.
What's Changed
- feat: merge duplicate status code responses into oneOf by @oscarbc96 in #44
- feat: add Echo v5 adapter by @oscarbc96 in #43
- feat: adjust release command by @akfaiz in #46
- feat: add Fiber v3 adapter (fiberv3openapi) by @akfaiz in #47
- feat: add custom spec-ui option support and upgrade spec-ui to v0.2.0 by @akfaiz in #48
New Contributors
- @oscarbc96 made their first contribution in #44
Full Changelog: v0.3.6...v0.4.0