Skip to content

Releases: JasperFx/marten

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

V7.18.0

31 May 19:41
d7ff1dc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V1.17.1...V7.18.0

V7.17.0

29 May 15:12
6c4fc13
Compare
Choose a tag to compare

What's Changed

  • Explain how to update the docs including code snippets by @AlexZeitler in #3232
  • Docs: Fixed .NET8 keyed service registration example in hostbuilder.md by @sarvasana in #3233
  • Add NRT coverage for Linq namespace by @Hawxy in #3234
  • Add AdvancedSql.StreamAsync<>() by @e-tobi in #3235
  • Docs: add IHost cleanup / reset samples by @AlexZeitler in #3229
  • Retrieve Document Store using IHost when working with multiple Marten databases by @AlexZeitler in #3230
  • Moved dispose of old CancellationTokenSource in ProjectionCoordinator to right before creation by @baltie in #3239
  • Ability to opt back into a unique index in the "id" field of the even… by @jeremydmiller in #3241

New Contributors

Full Changelog: V7.16.0...V7.17.0

V7.17.1

29 May 21:33
2d4f12a
Compare
Choose a tag to compare

What's Changed

Full Changelog: V7.17.0...V1.17.1