Skip to content

Release v2.8.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 12:19
a78de4e

Summary

Events can be appended across several event sources as one atomic batch, and composed before committing.

Added

  • appendMany accepting events that each carry their own event source id, stream, tags and subject, committed as one atomic operation with an optional concurrency scope per event source. (#14)
  • Compose a batch across call sites with eventSequence.forEventSourceId(id) { ... }, inspect it, and commit it with perform(). (#14)