Bump the nuget-minor-patch group with 1 update - #24
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps Marten from 9.31.2 to 9.32.0 --- updated-dependencies: - dependency-name: Marten dependency-version: 9.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Owner
|
Superseded by the consolidated dependency cascade in #25, which updates Marten together with the remaining direct dependencies and regenerated lock files. |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
dependabot
Bot
deleted the
dependabot/nuget/nuget-minor-patch-0ea9ebf651
branch
September 12, 2026 14:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Marten from 9.31.2 to 9.32.0.
Release notes
Sourced from Marten's releases.
9.32.0
Two coordinated feature waves against JasperFx.Events 2.63.0, plus the compliance enrollments that keep Marten, Polecat, and Fisher synchronized.
Broadened event querying (jasperfx#737 → #5330 / #5331)
QueryEventsAsync/EventQuerynow supports inclusive timestamp windows (TimestampFrom/TimestampTo), inclusive sequence windows (SequenceFloor/SequenceCeiling), multiple event type aliases (EventTypeNames, union with the singleEventTypeName), and DCB tag conditions folded into the query (TagConditions— the TagTables and HStore modes both translate through the same SQL asQueryByTagsAsync). Results are contractually ordered sequence-ascending;TotalCountcounts matches across all pages.Stream state querying + the compaction watermark (jasperfx#740 → #5333 / #5334)
QueryStreamStates(tenantId?)exposes a realIQueryable<StreamState>overmt_streams— every public member translates inWhere(), includingAggregateType == typeof(X)(resolved through the stored type alias) and the newCompactedVersionwatermark, so a compaction policy predicate likes.AggregateType == typeof(Order) && s.Version - s.CompactedVersion > 1000 && !s.IsArchivedruns server-side.mt_streamsgains an additivecompacted_version bigint NOT NULL DEFAULT 0column (Weasel migration; expect a one-time schema-touch burst on a first local test run against pre-existing schemas), andCompactStreamAsyncrecords the watermark in the same unit of work — monotonically (greatest()), so a replayed lower-cutoff compaction can never move it backwards. Untranslatable members and a tenant scope on a non-conjoined store refuse by name, never silently match-all.CLI + compliance
The JasperFx.Events
event-queryandstream-querycommands are covered end-to-end against Marten (first CLI-execution tests in the repo). Compliance:EventQueryCompliance(41 facts) andStreamStateQueryCompliance(15) enrolled; the full compliance namespace runs 388/388 on net9.0 and net10.0.Note for code importing both
MartenandJasperFx.Events.Documents: extension-styleToListAsyncover the stream queryable is ambiguous (CS0121) — call the JasperFx extensions explicitly.🤖 Generated with Claude Code
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions