Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

v2.3.2

Compare
Choose a tag to compare
@osoykan osoykan released this 30 Jan 08:10
· 35 commits to master since this release
680ca96

Features

  • Implement more CQRS oriented structures #121

    • Command, SequencedCommand
    • CorrelationId/CausationId approach for each command
    • CorrelationId/CausationId aware Context implementation. This will provide these Ids in its context
      e.g ICommandContext {CorrelationId, CausationId} per thread.
  • Create a aspnetcore middleware fore CorrelationId #124

Breaking Changes

  • Remove Entity Change/Create/Update event handling #123
  • Implement async UseUow func #122
  • Introduced IEventHandler.Handle(@event, headers) this will break the existing EventHandler implementations but easy to fix.