Skip to content

v0.4.0

Choose a tag to compare

@akfaiz akfaiz released this 05 Apr 09:26
· 76 commits to main since this release

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 oneOf entry.
  • 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

Full Changelog: v0.3.6...v0.4.0