Skip to content

V8.10.0

Choose a tag to compare

@jeremydmiller jeremydmiller released this 30 Aug 20:04
· 17 commits to master since this release
dcd46fa

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