Skip to content

Releases: tomasaschan/RdbmsEventStore

Conflict detection and better error handling

03 Oct 15:58
Compare
Choose a tag to compare

Improvements in this release

  • #14 Test suite (resolved #2)
  • #15 Conflict detection (resolved #10)
  • #16 Fix assembly registry bug (fixed #12 and resolved #13). This also greatly improved error messages when incorrectly configuring registries, both AssemblyEvenRegistry and other types.

Fix versioning

02 Oct 20:55
Compare
Choose a tag to compare

This will hopefully fix the version numbering both here and on NuGet.

Initial proof of concept

02 Oct 20:56
Compare
Choose a tag to compare

This is just to show that a project like this is possible, and to open up for the community. It has all the features you need to start using Event Sourcing, but it's still lacking many of the features you will expect from a mature event store, such as conflict detection and a thorough test suite.