Release v2.8.0
Summary
Events can be appended across several event sources as one atomic batch, and composed before committing.
Added
appendManyaccepting 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 withperform(). (#14)