Skip to content

v0.55.3323

Compare
Choose a tag to compare
@rasmus rasmus released this 24 Apr 20:32
  • Fixed: Re-populating events to read models that span multiple aggregates
    now has events orderd by timestamp instead of sequence numbers, i.e., events
    from aggregates with higher sequences numbers isn't forced last
  • New: Trigger sagas without the need of any domain events by using
    ISagaStore.UpdateAsync(...)
  • New: .NET standard 2.0 (still supports 1.6) support added to these
    NuGet packages
    • EventFlow
    • EventFlow.Autofac
    • EventFlow.Elasticsearch
    • EventFlow.Hangfire
    • EventFlow.Sql