Releases: JasperFx/marten
Releases · JasperFx/marten
V7.28.1
What's Changed
- Supporting strong typed identifiers for aggregated projections by @jeremydmiller in #3438
- Ability to target IEvent in multi-stream grouping when an event ma… by @jeremydmiller in #3444
- Raising side effects even when a known delete event kicks in. Closes … by @jeremydmiller in #3441
- Not requiring any validation of the connection string in the codegen … by @jeremydmiller in #3445
- docs: Clarify warning about metadata in inline projections by @thomaslevesque in #3432
- upgraded Oakton to 6.2.1 by @jeremydmiller in #3447
- Hardening the multi-tenancy, marten managed partitioning to really, r… by @jeremydmiller in #3448
New Contributors
- @thomaslevesque made their first contribution in #3432
Full Changelog: V7.28.0...V7.28.1
V7.28.0
What's Changed
- Ability to rebuild a single stream aggregation projection. Closes GH-… by @jeremydmiller in #3412
- Opting into ordering the id first, then the tenant id second in prima… by @jeremydmiller in #3411
- Test for application of migrations while adding partitions. Includes … by @jeremydmiller in #3413
- Ability to use custom aggregations in Live lifecycle, easier recipes … by @jeremydmiller in #3414
- Filter event types by @jeremydmiller in #3415
- AggregateTo LINQ operator will try to set the identity of the aggregate too by @jeremydmiller in #3417
- Select() support for TimeSpan. Not complete LINQ support yet. Closes … by @jeremydmiller in #3418
- Adding support for string.Trim() to the LINQ support. Closes GH-3276 by @jeremydmiller in #3419
- consider generic aggregates by @kyle69 in #3416
- Marten managed tenant id partitioning. Closes GH-3407 by @jeremydmiller in #3422
New Contributors
Full Changelog: V7.27.0...V7.28.0
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