Releases: JasperFx/marten
Releases · JasperFx/marten
V7.38.1
What's Changed
- Doc updates for 7.38 by @jeremydmiller in #3693
- Allow structs to be used in FlatTableProjection Map statements by @jakobt in #3695
- Nested patch path issue when using predicate by @jakobt in #3696
- Patch predicates with no member access by @jakobt in #3697
Full Changelog: V7.38.0...V7.38.1
V7.38.0
What's Changed
- Fix projection metadata handling when records are used by @Hawxy in #3684
- Minor fix to documentation on
DefaultTenantUsageEnabled
by @slovely in #3675 - New API for DeleteAllTenantDataAsync. Closes GH-3686 by @jeremydmiller in #3687
- Fixes #3688 Fix rebuild querryforteantids using discrepancy in streamalias by @schadowfax in #3689
- Ability to use Patch() operations in EventProjection s running in the… by @jeremydmiller in #3692
New Contributors
- @schadowfax made their first contribution in #3689
Full Changelog: V7.37.3...V7.38.0
V7.37.3
What's Changed
- Fix for strong typed identifier usage w/ CustomProjection by @jeremydmiller in #3676
Full Changelog: V7.37.2...V7.37.3
V7.37.2
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
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 usingAutoRegister
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
- @pomianowski made their first contribution in #3645
Full Changelog: V7.37.0...V7.37.1
V7.37.0
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
What's Changed
- New API to drop Marten managed tenant id partitions at runtime. Updat… by @jeremydmiller in #3628
- Fix EventSourcingIntro sample by @rud in #3627
- Update flat.md by @jakobt in #3623
New Contributors
Full Changelog: V7.35.3...V7.36.0
V7.35.3
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
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
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