Skip to content

v1.1.0

Latest

Choose a tag to compare

@MichaelSowah MichaelSowah released this 15 Jun 01:52
478d2e9

[1.1.0] - 2026-06-14

Added

  • Typed response DTOs TwoFactorChallengeData and OtpDispatchData, returned from the
    two-factor challenge and OTP-dispatch endpoints. Response envelopes remain byte-identical
    via HasResponseMessage.

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.