Releases: JasperFx/marten
Releases · JasperFx/marten
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
V7.33.0
What's Changed
- Fixing a regression error for erroneous callback application with mul… by @jeremydmiller in #3560
- Update
JasperFx.CodeGeneration
andJasperFx.RuntimeCompiler
to 3.7.1 by @glen-84 in #3558 - ApplyMetadata is called for all events. Closes GH-3559 by @jeremydmiller in #3561
- updating Weasel and JasperFx.CodeGeneration by @jeremydmiller in #3562
- Adding new metrics and activity emitting for the high water mark. Clo… by @jeremydmiller in #3563
New Contributors
Full Changelog: V7.32.0...V7.33.0
V7.32.0
V7.31.3
What's Changed
- 3547 Explicit live aggregation should not create tables by @erdtsieck in #3546
- Allows the usage of CustomProjection with AggregateByStream() and str… by @jeremydmiller in #3548
Full Changelog: V7.31.2...V7.31.3
V7.31.2
What's Changed
- Link testing doc pages on testing projections by @erdtsieck in #3535
- Fix StreamAction.AddEvent not assigning an Event.Id by @haefele in #3534
- Fix demo console output. by @Chips100 in #3532
- Docs: fix link text to sable documentation by @AlexZeitler in #3540
- Fix for the problem with using QuerySession + custom projection + agg… by @jeremydmiller in #3541
New Contributors
Full Changelog: V7.31.1...V7.31.2
V7.31.1
What's Changed
- Fix
EventStreamUnexpectedMaxEventIdExceptionTransform
for archived stream partitioning by @ericgreenmix in #3521 - Folding a handful of bug tests into the right spots by @jeremydmiller in #3525
- Hardening add subscription from services against ServiceProvider weirdness by @jeremydmiller in #3526
- Fix for quick append + mandatory stream type behavior. Closes GH-3518 by @jeremydmiller in #3527
- extra test for Select() + paging + value type by @jeremydmiller in #3528
- Upgrading Weasel so that it won't try to connect to the database when… by @jeremydmiller in #3530
Full Changelog: V7.31.0...V7.31.1
V7.31.0
This turned out to be a rather large release, and we hope this will be the last major release of Marten 7.* with the obvious exception of any necessary bug fix releases. Also see the closed issue list for more information.
What's Changed
- Making synchronous APIs obsolete and test suite clean up by @jeremydmiller in #3502
- Updated Weasel to 7.11.6. Misc. index bug fixes. Closes GH-3499. Clos… by @jeremydmiller in #3505
- Async version of explain plan. Closes GH-3497 by @jeremydmiller in #3506
- Warning about trying to use multi-stream projections with FetchForWri… by @jeremydmiller in #3507
- Attempting to finally solve the exact right logic for update revision… by @jeremydmiller in #3508
- Protected data masking to the event store by @jeremydmiller in #3511
- Adding some verbiage to the docs on when it's safe to delete tombston… by @jeremydmiller in #3512
- new test to verify behavior of 3504. Closes GH-3504 by @jeremydmiller in #3513
- Fix for #3514 by @ericgreenmix in #3515
- Adding a subscription based on subscription base via IoC copies the e… by @jeremydmiller in #3516
- Added an option to also mask a single event stream with a selected fi… by @jeremydmiller in #3517
Full Changelog: V7.30.3...V7.31.0
V7.30.3
What's Changed
- Add patch implementation for Increment decimal by @mysticmind in #3479
- You can use non-nullable value type members for document identifiers.… by @jeremydmiller in #3485
- Fixing the embarrassing bug w/ mandatory stream markers. Closes GH-3482 by @jeremydmiller in #3486
- docs: Extend comment for Aggregate projections async code example - remind devs to start async daemon by @cwhellams in #3487
- FetchForWriting + Strong Typed Identifiers on the projected aggregate… by @jeremydmiller in #3492
- Ability to use custom value types as parameters in compiled queries. … by @jeremydmiller in #3493
New Contributors
- @cwhellams made their first contribution in #3487
Full Changelog: V7.30.2...V7.30.3