Skip to content

Releases: JasperFx/marten

V7.10.0

30 Apr 19:40
4e4faca
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V7.9.0...V7.10.0

V7.9.0

25 Apr 15:04
4ffd106
Compare
Choose a tag to compare

Mostly a bug fix release, but there's a couple convenience methods added for registering subscriptions, so it's a minor point release

What's Changed

Full Changelog: V7.8.0...V7.9.0

V7.8.0

17 Apr 19:30
b64b96c
Compare
Choose a tag to compare

What's Changed

Full Changelog: V7.7.0...V7.8.0

V7.7.0

10 Apr 21:39
4b35ef0
Compare
Choose a tag to compare

What's Changed

  • Refactor type readiness check to avoid NullReferenceException by @Leh2 in #3121
  • Revert "#3078 Providing a version for aggregating that is too high should aggregate to null" by @jeremydmiller in #3128
  • Ability to do scalar selects to DateTime. Closes GH-3117 by @jeremydmiller in #3129
  • Hardening EventGraph.DisposeAsync() agianst the possibility that the … by @jeremydmiller in #3131
  • ability to use value + value expressions as values in Linq comparison… by @jeremydmiller in #3130
  • Ability to fetch db names for documents/aggregates from marten options. by @elexisvenator in #3127
  • Throwing a helpful Linq not supported exception on trying to query wi… by @jeremydmiller in #3132
  • Asynchronous version of configure marten to enable FeatureManagement … by @jeremydmiller in #3134

Full Changelog: V7.6.0...V7.7.0

V7.6.0

05 Apr 22:31
51d548e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V7.5.0...V7.6.0

V7.5.0

26 Mar 19:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V7.4.0...V7.5.0

V7.4.0

20 Mar 20:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V7.3.1...V7.4.0

V7.3.1

18 Mar 18:51
266c877
Compare
Choose a tag to compare

A couple improvements around asynchronous projections, including one nasty bug that just makes the daemon and database work harder than it should have to. Fix for IoC resolved projections with customized projection names

What's Changed

New Contributors

Full Changelog: V7.3.0...V7.3.1

V7.3.0

15 Mar 19:34
60d62de
Compare
Choose a tag to compare

What's Changed

Full Changelog: V7.2.0...V7.3.0

V7.2.0

12 Mar 13:02
326d227
Compare
Choose a tag to compare

What's Changed

  • Tweaking the assertion of soft deletes for folks who use custom exten… by @jeremydmiller in #3037
  • Adjusted the containment operator usage within child collections. Clo… by @jeremydmiller in #3036
  • more zaniness in the LINQ provider from comparing literal nulls toget… by @jeremydmiller in #3040
  • better support for Include() + Select() usage. Closes GH-3032 by @jeremydmiller in #3039
  • Fix non awaited tasks in WaitForNonStaleProjectionDataAsync() by @Xzelsius in #3015
  • Improved mechanisms around NpgsqlDataSource in internals for Wolverine too (WIP) by @jeremydmiller in #3043

Full Changelog: V7.1.1...V7.2.0