Skip to content

v0.4.0

Latest

Choose a tag to compare

@kentiers kentiers released this 26 Jul 04:04

Added

  • Managed local transactions with reverse-order mutation rollback.
  • Explicit compensation hooks for external effects.
  • Stable request IDs, bounded audit records, replay records, and FakeRng.
  • Transaction/replay API and migration documentation.

Security and lifecycle boundaries

Rollback restores only Anvil-managed mutations. External effects are never claimed automatically reversed or replayed.

Verification

  • 30 TestEZ tests passed.
  • Stylua, Selene, and Luau LSP passed.