Skip to content

Releases: JasperFx/marten

V8.13.1

13 Oct 21:57
48bcd95

Choose a tag to compare

What's Changed

Full Changelog: V8.13.0...V8.13.1

V8.13.0

09 Oct 13:19

Choose a tag to compare

This was a "fix" for an unforeseen failure condition, and more importantly, the ability to:

  • append events to different tenants from IDocumentOperations
  • append events from an ISubscription or EventProjection

What's Changed

  • Fix for no data in WaitForNonStaleData**** and ability to append events to separate tenants in subscriptions or EventProjection by @jeremydmiller in #3967

Full Changelog: V8.12.0...V8.13.0

V8.12.0

08 Oct 21:02

Choose a tag to compare

System.Threading.Channels

This release finally pulls in the branch that completely replaces the usage of TPL DataFlow with Channels. We expect no issues around this, and it changes nothing about your usage at all. Just know that happened.

What's Changed

Full Changelog: V8.11.0...V8.12.0

V8.11.0

17 Sep 21:43
12c71d9

Choose a tag to compare

What's Changed

  • New recipe for event enrichment in projections and a fix for multi-te… by @jeremydmiller in #3958

Full Changelog: V8.10.1...V8.11.0

V8.10.1

16 Sep 20:50
1467b6b

Choose a tag to compare

What's Changed

Full Changelog: V8.10.0...V8.10.1

V8.10.0

30 Aug 20:04
dcd46fa

Choose a tag to compare

What's Changed

  • Includes an upgrade to JasperFx & JasperFx.Events that effectively switches the Marten "Async Daemon" from using the TPL DataFlow library to using System.Threading.Channels instead
  • Fix for single stream projection rebuilds not being able to overwrite… by @jeremydmiller in #3937
  • Hacked in a "fix" so you can use sticky connection when still using t… by @jeremydmiller in #3938
  • Ability to do live aggregations without an identifier on the type. Cl… by @jeremydmiller in #3940
  • Disallowing the usage of "sticky" connections in projections or subsc… by @jeremydmiller in #3941

Full Changelog: V8.9.0...V8.10.0

V8.9.0

25 Aug 16:21

Choose a tag to compare

What's Changed

  • Ability to build a proper event wrapper from DocumentSession.Events by @jeremydmiller in #3929

Full Changelog: V8.8.2...V8.9.0

V8.8.2

20 Aug 14:29

Choose a tag to compare

What's Changed

Full Changelog: V8.8.1...V8.8.2

V8.8.1

19 Aug 20:39

Choose a tag to compare

Reverses an accidental incompatibility downstream with Wolverine.Marten.

Mea culpa everyone,

Jeremy

V8.8.0

19 Aug 18:42
bb39f59

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V8.7.0...V8.8.0