Skip to content

Releases: JasperFx/marten

V7.10.2

06 May 20:10
199bfda
Compare
Choose a tag to compare

What's Changed

Full Changelog: V7.10.1...V7.10.2

V7.10.1

02 May 19:05
7af77cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: V7.10.0...V7.10.1

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