Releases: JasperFx/marten
Releases · JasperFx/marten
V7.27.0
What's Changed
- Allow id to have a foreign key reference by @e-tobi in #3403
- dealing with FATAL: role "root" does not exist by @murlakatam in #3404
- New async projection side effect model. Closes GH-2533 by @jeremydmiller in #3405
Full Changelog: V7.26.6...V7.27.0
V7.26.6
What's Changed
- Identity map and FetchForWriting by @jeremydmiller in #3399
Full Changelog: V7.26.5...V7.26.6
V7.26.5
What's Changed
- fix await with polly by @Erwinvandervalk in #3384
- Fix to actually set the currect timestamp to utc now when using quick… by @jeremydmiller in #3393
- Ignoring dead letter events for partitioning all multi-tenanted docum… by @jeremydmiller in #3396
- Compilation error fix to flat table projections in the case of a step… by @jeremydmiller in #3394
New Contributors
- @Erwinvandervalk made their first contribution in #3384
Full Changelog: V7.26.4...V7.26.5
V7.26.4
What's Changed
The LINQ change for sub collection querying might be a significant performance improvement if you use the jsonb_path_ops indexing
- Fixes #3380 - Honor IncludeArchivedEvents setting on generated/custom projections and subscriptions. by @ericgreenmix in #3381
- Little bit of docs for fetchforwriting limitation to single stream ag… by @jeremydmiller in #3383
- Tweaks to LINQ & index creation to make jsonb_path_ops indexes actual… by @jeremydmiller in #3382
Full Changelog: V7.26.3...V7.26.4
v6.4.2
What's Changed
- Update LinqParsing to use separate cache of resolved method parsers by module of the method to 6.x by @mysticmind in #3377
Full Changelog: 6.4.1...v6.4.2
V7.26.3
What's Changed
- Update nuke schema to match real build targets by @vcaraulean in #3365
- Update LinqParsing to use separate cache of resolved method parsers by module of the method by @bittercoder in #3372
- extra test to verify FirstOrDefaultAsync() behavior. Closes GH-3374 by @jeremydmiller in #3376
New Contributors
- @vcaraulean made their first contribution in #3365
- @bittercoder made their first contribution in #3372
Full Changelog: V7.26.2...V7.26.3
V7.26.2
What's Changed
- Health checks multi tenancy workaround by @jeremydmiller in #3353
- Test to verify Include(dict) + ToPagedListAsync behavior. Closes GH-3351 by @jeremydmiller in #3354
- Test to verify that deep nested accessors work in Select() functions.… by @jeremydmiller in #3355
- Prevent accidental usage of generic Add for live projections by @Hawxy in #3359
- Correcting the documentation on building a database upfront. Closes G… by @jeremydmiller in #3363
- Update 'Cross-Stream Projections' to 'Multi-Stream Projections' by @walero-moon in #3364
- Fix issues with deletions and updates in dirty tracked session by @e-tobi in #3343
- Fix for numeric revisioned documents being loaded then updated by ide… by @jeremydmiller in #3368
- calling the drop database in a separate command. Closes GH-3366 by @jeremydmiller in #3369
New Contributors
- @walero-moon made their first contribution in #3364
Full Changelog: V7.26.1...V7.26.2
V7.26.1
What's Changed
- Upsert fix and Nuget metadata fixes for 7.26.1 by @jeremydmiller in #3346
- Fix for a combo of duplicated field selects + paging + include by @jeremydmiller in #3347
- Select transform + paging in LINQ provider by @jeremydmiller in #3348
Full Changelog: V7.26.0...V7.26.1
V7.26.0
What's Changed
- Document table partitioning by @jeremydmiller in #3344
Full Changelog: V7.25.2...V7.26.0
V7.25.2
v7.25 Release notes: https://jeremydmiller.com/2024/07/24/marten-7-25-is-better-faster-stronger/
What's Changed
- Bump ws and netlify-cli by @dependabot in #3285
- Hardening LINQ against some unusual dynamic Expressions by @jeremydmiller in #3339
- Update stream version mechanics to fix callbacks application by @jeremydmiller in #3340
- Create temp table for bulk loading with "LIKE" clause by @e-tobi in #3334
Please update to at least 7.25.2 if you are on 7.25. just because of the stream version mechanic fix up above*
Full Changelog: V7.25.1...V7.25.2