Skip to content

v1.3.0

Choose a tag to compare

@MichaelSowah MichaelSowah released this 15 Jun 01:51
· 67 commits to main since this release
84728fc

1.3.0 -- 2026-06-14

Changed

  • Migrated OpenAPI documentation to the framework 1.57.0 reflect generator. Route
    documentation (summaries, query parameters, request-body fields and response codes)
    is now expressed as typed #[ApiOperation], #[QueryParam] and #[ApiResponse]
    attributes on the controller methods; the now-inert route-file docblocks were removed.
    Docs-only — no runtime behaviour changes.
  • Raised the minimum framework requirement to ^1.57.0.