Skip to content

v2.0.0

Choose a tag to compare

@MarcelRoozekrans MarcelRoozekrans released this 19 May 14:29
b41033a

2.0.0 (2026-05-19)

⚠ BREAKING CHANGES

  • drop sync IsAuthorized, async IsAuthorizedAsync, sync Evaluate from IAuthorizationPolicy. All policies must now implement async EvaluateAsync only. Sync-completing policies wrap their result in new ValueTask<...>(result) — allocation-free.

Features

  • v2 — source-generated policy registry + [Policy]/[RequirePolicy] rename (#19) (5e3b2c7)

Documentation

  • v2 - rename to [Policy]/[RequirePolicy], async-only IAuthorizationPolicy (#21) (9263ec5)