Skip to content

v0.8.0

Choose a tag to compare

@ggoodman ggoodman released this 13 May 16:56
cf158c6

Highlights

  • Breaking: ledger.cancelWork(...) now targets a durable WorkRef instead of the storage-local workId.
  • Add workKey to actions.enqueue(...) and actions.enqueueSignal(...) options.
  • Keyed work snapshots now expose ref values composed from source event id, signal flag, queue name, and work key.
  • This lets consumers cancel logical work items without relying on auto-increment row ids.