Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Apr 08:49
5dd6e0e

1.0.0 (2026-04-29)

Features

  • add ISagaBuilder + AddSaga() DI extension (cce4e12)
  • add ISagaManager + SagaManager + ISagaCompensationDispatcher (3ea663f)
  • add ISagaStore<TSaga,TKey> + InMemorySagaStore default (42f2dba)
  • add public Saga, Step, CorrelationKey attributes (8386152)
  • add SagaLockManager<TKey> for per-saga serialization (0b8ca8a)
  • AOT smoke + sample + docs + 1.0.0 release (8423492)
  • diagnostics ZASAGA001-013 + 3 code-fix providers (fb8a2ca)
  • diagnostics: code-fix providers for ZASAGA001/007/009 (cd3dc3d)
  • diagnostics: wire ZASAGA001-013 reporting into generator (8b87196)
  • generator: emit AOT-safe AddXxxSaga DI extension and compensation dispatcher (60d9db4)
  • generator: emit Fsm property on user's saga partial class (19e4fd0)
  • generator: emit inline FSM partial class per [Saga] (0f4cebd)
  • generator: emit per-event INotificationHandler with forward and compensation cascade (23ea815)
  • generator: emit static correlation-dispatch class per [Saga] (5c638b1)
  • generator: SagaGenerator skeleton + SagaModel (0072efa)
  • runtime + source generator + happy-path tests (19647f2)
  • samples: add AotSmoke — minimal saga e2e for AOT publish (3509c61)
  • samples: add OrderFulfillment demo (00eb426)

Documentation

  • changelog: add 1.0.0 entry (1e91e37)