Skip to content

Releases: JasperFx/marten

7.23.1

08 Jul 10:56
499dd03
Compare
Choose a tag to compare

What's Changed

  • fix: Tenanted bulk loading should consider tenant id as part of document identity by @elexisvenator in #3297

Full Changelog: V7.23.0...V7.23.1

V7.23.0

05 Jul 00:06
e6a2da6
Compare
Choose a tag to compare

Reverting all of the inline projection optimizations that caused user issues

V7.22.0

04 Jul 14:19
0a96313
Compare
Choose a tag to compare

What's Changed

Full Changelog: V7.21.1...V7.22.0

V7.21.1

02 Jul 19:02
Compare
Choose a tag to compare

Closing a new problem with tombstones trying to persist without knowing the event sequence

V7.21.0

02 Jul 16:20
725e340
Compare
Choose a tag to compare

This release was 100% about the performance and scalability of event sourcing with Marten (and Wolverine downstream)

What's Changed

Full Changelog: V7.20.2...V7.21.0

V7.20.2

29 Jun 23:19
f571934
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V7.20.1...V7.20.2

V7.20.1

24 Jun 15:51
bc7a843
Compare
Choose a tag to compare

What's Changed

Full Changelog: V7.20.0...V7.20.1

V7.20.0

18 Jun 12:36
db185ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: V7.19.1...V7.20.0

V7.19.1

04 Jun 21:02
Compare
Choose a tag to compare

A fix to StoreOptions.TryMaybeCorrectTenantId() to harden against nulls

V7.19.0

04 Jun 15:06
bf49a48
Compare
Choose a tag to compare

What's Changed

  • Docs: sample how to wait for non-stale projections from IHost by @AlexZeitler in #3250
  • Test: throw exception when tenant id is missing for when using database per tenant by @AlexZeitler in #3251
  • Add AddProjectionWithServices and AddSubscriptionWithServices to .AddMartenStore by @Spiix5 in #3252
  • Making the multi-tenancy throw correct exception when no tenant id is… by @jeremydmiller in #3253
  • Enhanced ability to capture Otel metadata on IDocumentSession by @jeremydmiller in #3254

New Contributors

Full Changelog: V7.18.0...V7.19.0