Skip to content

Releases: JasperFx/marten

V7.37.2

14 Feb 19:58
Compare
Choose a tag to compare

What's Changed

  • #3661 Custom projection session gets disposed after first await in slicer by @erdtsieck in #3662
  • problems fetch latest on async custom projection on string ids by @erdtsieck in #3658
  • ProjectionWrapper honoring settings of projections based on EventFilterable by @netijoe in #3663
  • Add predicate for patching by @kyle69 in #3666
  • Added some notes about the CreateBy metadata tracking. Closes GH-3656 by @jeremydmiller in #3672
  • Fixing order of operations issue w/ generated projection code using p… by @jeremydmiller in #3671
  • Updating samples and documentation for using CustomProjection w/ Aggr… by @jeremydmiller in #3673

New Contributors

Full Changelog: V7.37.1...V7.37.2

V7.37.1

04 Feb 14:40
a0b339a
Compare
Choose a tag to compare

What's Changed

  • Upgrading JasperFx.Core, rudimentary support for OptionsDescription by @jeremydmiller in #3648
  • Show a hint in the duplicate projection exception by @AlexZeitler in #3646
  • Ignore ApplicationAssembly when scanning compiled types using AutoRegister by @pomianowski in #3645
  • ApplyMetadata() on SingleStreamProjection is applied during FetchForW… by @jeremydmiller in #3649
  • Setting app assembly on AutoRegister if it's missing to the entry ass… by @jeremydmiller in #3650

New Contributors

Full Changelog: V7.37.0...V7.37.1

V7.37.0

24 Jan 17:33
0a6d5dd
Compare
Choose a tag to compare

What's Changed

  • Correct FlatTableProjection being called FlatFileProjection by @jakobt in #3629
  • #3634 livestream aggregations break on multi tenancy by @erdtsieck in #3635
  • Add overload that allows a custom parameter placeholder. by @elexisvenator in #3622
  • Upgrading Weasel to get the new behavior around detaching partitions.… by @jeremydmiller in #3638
  • Little addition to docs on strong typed identifiers with FetchForWriting by @jeremydmiller in #3640
  • Input validation on projection registration to prevent invalid registrations of SingleStreamProjection by @jeremydmiller in #3639
  • Fix some issues with PostgreSQL not running with an english locale by @e-tobi in #3616
  • #3636 Explicit live aggregations should support string stream identities by @erdtsieck in #3637
  • Fix for value type Select(x => x.ValueTypeWrappingString) errors by @jeremydmiller in #3641

Full Changelog: V7.36.0...V7.37.0

V7.36.0

14 Jan 18:19
8f92615
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V7.35.3...V7.36.0

V7.35.3

13 Jan 15:00
82d51f6
Compare
Choose a tag to compare

What's Changed

  • Linq support for the specific case of string.ToLower().IsOneOf() and … by @jeremydmiller in #3625

Full Changelog: V7.35.2...V7.35.3

V7.35.2

08 Jan 20:07
98540de
Compare
Choose a tag to compare

What's Changed

  • Fixed an unreported bug with FetchForExclusiveWriting() when the daem… by @jeremydmiller in #3621

Full Changelog: V7.35.1...V7.35.2

V7.35.1

07 Jan 16:45
7eb26fd
Compare
Choose a tag to compare

What's Changed

  • Add docs note regarding STJ polymorphism support by @Hawxy in #3618
  • Always putting tenant_id first in all foreign keys by @jeremydmiller in #3619
  • Fix patching api to update duplicate fields only when the patch affects the source path by @mysticmind in #3617
  • Using the tenant id as part of FetchForWriting/Latest when using asyn… by @jeremydmiller in #3620

Full Changelog: V7.35.0...V7.35.1

V7.35.0

27 Dec 16:18
ecdcf75
Compare
Choose a tag to compare

What's Changed

  • Non stale querying of aggregate projections running asynchronously by @jeremydmiller in #3601
  • Handling Shared Identity Across Multi-Stream Projections by @erdtsieck in #3605
  • Updated weasel, extra tests for migrations with partitioning. Closes … by @jeremydmiller in #3607
  • Adding the ability to use strong typed identifiers with Json.WriteByI… by @jeremydmiller in #3609
  • Upgraded JasperFx.CodeGeneration and hardened the compiled query code… by @jeremydmiller in #3611
  • Forcing all DateTimeOffset queries that involve comparisons to be uni… by @jeremydmiller in #3612
  • First class migration support for switching a projection from Inline … by @jeremydmiller in #3613

Full Changelog: V7.34.1...V7.35.0

V7.34.1

16 Dec 11:51
d92059d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V7.34.0...V7.34.1

V7.34.0

12 Dec 19:54
fc16730
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V7.33.3...V7.34.0