Skip to content

Releases: JasperFx/marten

V7.33.3

08 Dec 20:31
960fcf5
Compare
Choose a tag to compare

What's Changed

  • Add guidance for including exported scripts in CICD pipeline by @erdtsieck in #3577
  • Duplicates the tenant id in a sub query when using ctid in the case o… by @jeremydmiller in #3579

Full Changelog: v7.33.2...V7.33.3

v7.33.2

29 Nov 08:11
c897ef9
Compare
Choose a tag to compare

What's Changed

  • Fix Marten.CommandLine .NET 9 compatibility + STJ CVE by @Hawxy in #3573

Full Changelog: V7.33.1...v7.33.2

V7.33.1

25 Nov 13:17
cf5618c
Compare
Choose a tag to compare

What's Changed

  • Latching side effects if a projection is running in rebuild mode an… by @jeremydmiller in #3568

Full Changelog: V7.33.0...V7.33.1

V7.33.0

19 Nov 19:58
1eee5a2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V7.32.0...V7.33.0

V7.32.0

18 Nov 18:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: V7.31.3...V7.32.0

V7.31.3

07 Nov 16:00
e4bb8ff
Compare
Choose a tag to compare

What's Changed

  • 3547 Explicit live aggregation should not create tables by @erdtsieck in #3546
  • Allows the usage of CustomProjection with AggregateByStream() and str… by @jeremydmiller in #3548

Full Changelog: V7.31.2...V7.31.3

V7.31.2

04 Nov 11:49
ec53e96
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V7.31.1...V7.31.2

V7.31.1

29 Oct 15:44
119a461
Compare
Choose a tag to compare

What's Changed

Full Changelog: V7.31.0...V7.31.1

V7.31.0

25 Oct 19:14
Compare
Choose a tag to compare

This turned out to be a rather large release, and we hope this will be the last major release of Marten 7.* with the obvious exception of any necessary bug fix releases. Also see the closed issue list for more information.

What's Changed

Full Changelog: V7.30.3...V7.31.0

V7.30.3

18 Oct 20:41
e20e002
Compare
Choose a tag to compare

What's Changed

  • Add patch implementation for Increment decimal by @mysticmind in #3479
  • You can use non-nullable value type members for document identifiers.… by @jeremydmiller in #3485
  • Fixing the embarrassing bug w/ mandatory stream markers. Closes GH-3482 by @jeremydmiller in #3486
  • docs: Extend comment for Aggregate projections async code example - remind devs to start async daemon by @cwhellams in #3487
  • FetchForWriting + Strong Typed Identifiers on the projected aggregate… by @jeremydmiller in #3492
  • Ability to use custom value types as parameters in compiled queries. … by @jeremydmiller in #3493

New Contributors

Full Changelog: V7.30.2...V7.30.3