Skip to content

Releases: JasperFx/marten

V8.3.1

27 Jun 01:13
8d5cbfc
Compare
Choose a tag to compare

What's Changed

Full Changelog: V8.3.0...V8.3.1

V8.3.0

16 Jun 17:46
cfff44d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V8.2.1...V8.3.0

V8.2.1

12 Jun 17:35
Compare
Choose a tag to compare

Revert PR #3824 which is causing regression with indexes.

Fixes regression issue #3837

V8.2.0

09 Jun 23:02
8e71889
Compare
Choose a tag to compare

The CLI improvements in JasperFx & Weasel and the corresponding changes to Marten are substantial, even though nothing else in Marten changes in this release.

What's Changed

Full Changelog: V8.1.2...V8.2.0

V8.1.2

07 Jun 21:16
6ab9e39
Compare
Choose a tag to compare

What's Changed

Full Changelog: V8.1.0...V8.1.2

V8.1.0

04 Jun 18:12
6b2610d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V8.0.1...V8.1.0

V8.0.1

03 Jun 17:26
40d94f8
Compare
Choose a tag to compare

Please upgrade from 8.0 to 8.0.1

The big change here is addressing a "Connection Leak" issue when running the Async Daemon with aggregation projections. We apologize for the inconvenience here:-(

Also, the database index change is technically a breaking change, but we're bending the rules because this should have been in the 8.0.0 change. This removes a table index that probably isn't helpful anyway.

What's Changed

  • Update migration and rebuild guide by @Hawxy in #3816
  • Remove unnecessary default index on tenantId when using default prima… by @schadowfax in #3817
  • Eliminates the connection leak issue w/ async aggregation projections by @jeremydmiller in #3819

Full Changelog: V8.0.0...V8.0.1

V8.0.0

01 Jun 19:55
Compare
Choose a tag to compare

Release Overview: Blog Post

Breaking Changes: Read Migration Guide

What's Changed

New Contributors

Full Changelog: V7.39.1...V8.0.0

V7.40.5

26 May 13:08
Compare
Choose a tag to compare

What's Changed

    • Added support for defining a computed index on an FSharpOption of t… by @nkosi23 in #3777

Full Changelog: V7.40.4...V7.40.5

V7.40.4

22 May 13:55
aa40d08
Compare
Choose a tag to compare

What's Changed

  • Additional test coverage on using single tenanted documents from tenanted sessions by @jeremydmiller in #3790
  • Make SingleTenanted attribute work properly by @Gwynbleid85 in #3794
  • Fix Full-text search mapping lookup by @Hawxy in #3797

New Contributors

Full Changelog: V7.40.3...V7.40.4