Skip to content

Various improvements and bug fixes for Event Sourcing Samples

Compare
Choose a tag to compare
@oskardudycz oskardudycz released this 12 Mar 13:04
· 433 commits to main since this release
  1. Made an alignment of ECommerce samples: #118:
  • Renamed Initialize Shopping Cart to Open Shopping Cart to be more closer to real terminology,
  • Added Cancel Shopping Cart operation,
  • Aligned Product Items implementation.
  1. Updated MartenEventPublisher to publish events with metadata #112
  2. Fixed Marten Append Scope registration: #111
  3. Upgraded Marten to v5 release candidate 1: #115
  4. Shift tenant to aggregateId part of streamId to properly handle EventStoreDB category projections: #117