Skip to content

v1.0.0

Compare
Choose a tag to compare
@ircnelson ircnelson released this 24 May 00:11
· 173 commits to master since this release
  • [feat.] Event store abstraction.
  • [feat.] Snapshot store.
  • [feat.] Snapshot strategy.
    • IntervalSnapshotStrategy implementation.
  • [feat.] Session.
  • [feat.] In memory Event bus.
  • [feat.] Transaction command handler that encapsulating Unit of work abstraction (IUnitOfWork).
  • [feat.] Abstraction for aggregates with event sourcing.
  • [refact.] Renamed folder Bus to MessageBus.
  • [fix] Aggregate's EventVersion property.
  • [fix] ConfigureAwait(false) in all async/await methods.