Skip to content

Releases: JasperFx/marten

V7.1.1

08 Mar 22:17
e858ee5
Compare
Choose a tag to compare

What's Changed

Full Changelog: V7.1.0...V7.1.1

7.1.0

07 Mar 15:08
b01ae62
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.0...V7.1.0

V7.0.0 -- Lucky Number 7!

03 Mar 20:05
Compare
Choose a tag to compare

Highlights

  • Much improved LINQ provider support, including far more performant querying through child collections
  • More efficient command execution pipeline in the Marten internals
  • Effectively uses Polly for transient error resiliency
  • Substantial improvements for asynchronous projections
  • Dynamic tenant databases
  • Some support for zero downtime projection rebuilds and versioned projections
  • Project Aspire integration
  • FetchForWriting() improvements

Issues Resolved

https://github.com/JasperFx/marten/milestone/96?closed=1

What's Changed

Read more

V7.0.0.rc-2

21 Feb 21:13
Compare
Choose a tag to compare

LINQ fixes for Pascal/Raphael

What's Changed

Full Changelog: V7.0.0.rc-1...V7.0.0.rc-2

V7.0.0.rc-1

21 Feb 16:59
Compare
Choose a tag to compare
V7.0.0.rc-1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 7.0.0-beta.5...V7.0.0.rc-1

7.0.0-beta.5

27 Jan 09:42
Compare
Choose a tag to compare
7.0.0-beta.5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 7.0.0-beta.4...7.0.0-beta.5

7.0.0 Beta 4

15 Jan 15:22
Compare
Choose a tag to compare
7.0.0 Beta 4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 7.0.0-beta.3...7.0.0-beta.4

7.0.0-beta.3

22 Dec 14:04
Compare
Choose a tag to compare
7.0.0-beta.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 7.0.0-beta.2...7.0.0-beta.3

7.0.0-beta.2

29 Nov 14:18
Compare
Choose a tag to compare
7.0.0-beta.2 Pre-release
Pre-release

What's New

  • Added support for IsNullOrEmpty and IsNullOrWhiteSpace string operators in Linq queries by @oskardudycz in #2823

✏️ What's Changed

  • Fixed Ordering in combination Count/CountAsync in Linq queries. by @jeremydmiller in #2811
  • Fixed tenant id usage within compiled queries. by @jeremydmiller in #2826
  • Fixed edge scenarios when deleting multiple document types in one identity session by @jeremydmiller in #2818
  • Fixed EventProjection to respect global ordering by @oskardudycz in #2824
  • Made SelectMany().Distinct().Count() combination works in Linq queries by @jeremydmiller in #2814
    Fixed querying events withQueryRawEventDataOnly` with string stream identity when Id is selected* by @jeremydmiller in #2819
  • Fixed unit of work list of changes to yield all information in dirty-tracking session by @jeremydmiller in #2820
  • Ensured that BadLinqExpressionException is not being thrown anymore when using Contains in Where Linq clause. by @jeremydmiller in #2812
  • Ensured that querying child collections doesn't impact each other by @T0shik in #2674
  • Ensured that Include() gets proper count of documents when used with Take() in Linq queries by @luboshl in #2448
  • Ensured that Include() plus ToPagedList() works after the LINQ overhaul by @jeremydmiller in #2816
  • Ensured that Compiled Query with Guid list works correctly by @jeremydmiller in #2817
  • Ensured that multiple members' comparisons work in Linq queries. by @jeremydmiller in #2827

📄 Docs

  • Modified ConsoleLogger example to output array parameter values by @slovely in #2821

Full Changelog: 7.0.0-beta.1...7.0.0-beta.2

7.0.0-beta.1

23 Nov 14:32
Compare
Choose a tag to compare

✏️ What's Changed

Full Changelog: 7.0.0-alpha.1...7.0.0-beta.1