Skip to content

Releases: JasperFx/marten

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

V7.16.0

23 May 00:33
9f57b0c
Compare
Choose a tag to compare

What's Changed

  • Improvements and utilities for automated testing using the async daemon by @jeremydmiller in #3228

Full Changelog: V7.15.0...V7.16.0

V7.15.0

21 May 18:51
a16c204
Compare
Choose a tag to compare

What's Changed

  • Fix: TeardownDataOnRebuild = false must not throw unique constraint exception on multiple rebuilds by @AlexZeitler in #3220
  • New RollUpByTenant() feature for multi-stream projections. Closes GH-… by @jeremydmiller in #3225
  • Much better assertion exception explaining multi-stream aggregation i… by @jeremydmiller in #3224
  • Case insensitive tenant id styles by @jeremydmiller in #3226

Full Changelog: V7.14.0...V7.15.0