Skip to content

v0.35.2247

Compare
Choose a tag to compare
@rasmus rasmus released this 06 Sep 19:17
  • Fixed: IAggregateStore.UpdateAsync and StoreAsync now publishes committed
    events as expected. This basically means that its now possible to circumvent the
    command and command handler pattern and use the IAggregateStore.UpdateAsync
    directly to modify an aggregate root
  • Fixed: Domain events emitted from aggregate sagas are now published