Releases: JasperFx/marten
Releases · JasperFx/marten
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
V7.35.0
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
V7.34.0
What's Changed
- Making sure that event metadata is applied before aggregation side ef… by @jeremydmiller in #3582
- Fixed minor issue in Update foreign-keys.md by @VictorKoenders in #3570
- Made IScalarSelectClause public by @nkosi23 in #3585
- Doc warnings on not using Marten services as part of a subscription. … by @jeremydmiller in #3587
- Addressing the migration issues with boolean values in list partition… by @jeremydmiller in #3586
- FetchLatest API for single stream aggregations by @jeremydmiller in #3592
- Added Linq support for FSharp options by @nkosi23 in #3589
- Archived event by @jeremydmiller in #3593
New Contributors
- @VictorKoenders made their first contribution in #3570
Full Changelog: V7.33.3...V7.34.0
V7.33.3
What's Changed
- Add guidance for including exported scripts in CICD pipeline by @erdtsieck in #3577
- Duplicates the tenant id in a sub query when using ctid in the case o… by @jeremydmiller in #3579
Full Changelog: v7.33.2...V7.33.3
v7.33.2
V7.33.1
What's Changed
- Latching side effects if a projection is running in rebuild mode an… by @jeremydmiller in #3568
Full Changelog: V7.33.0...V7.33.1