Skip to content

5.10.0

Compare
Choose a tag to compare
@oskardudycz oskardudycz released this 02 Sep 11:03
· 1577 commits to master since this release

What's New

  • Improved the multiple events' schema version support. Previously, if not stated explicitly, new events were registered as old event type names. That made it harder to use multiple schemas with Upcasters using CLR types. Updated the mapping to use a new type name and added registration and helper methods for the default versioning pattern. Now it's possible to more straightforward set event type names with version or custom suffixes. by @oskardudycz in #2342
  • Enhanced multiple events' schema versions upcasting tests by @oskardudycz in #2345 and #2346

What's Changed

Full Changelog: 5.9.0...5.10.0
Milestone: https://github.com/JasperFx/marten/milestone/90?closed=1