Skip to content

Release 1.9.17

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jul 12:04
8e91c5e

Added

  • Introduced options to provide events async when testing commands using ICommandGiven, ICommandWhen and ICommandThen.
  • Introduce hard limits to the number of events the system can accept per operation.
    • A maximum of 10 events per command context (CQRS)
    • A maximum of 50 events per stream batch (Event Store)

Fixed

  • Fixed issue where adding two or more projections with the same class name would override their configurations resulting in the "dead" projections.