Skip to content

Bump Foundatio.Mediator from 1.3.0 to 1.3.1#342

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/nuget/Foundatio.Mediator-1.3.1
Jun 16, 2026
Merged

Bump Foundatio.Mediator from 1.3.0 to 1.3.1#342
github-actions[bot] merged 1 commit into
mainfrom
dependabot/nuget/Foundatio.Mediator-1.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Updated Foundatio.Mediator from 1.3.0 to 1.3.1.

Release notes

Sourced from Foundatio.Mediator's releases.

1.3.1

Endpoint generation improvements. All changes are additive and backward-compatible with 1.3.0.

Endpoint metadata options (#​234)

  • [HandlerEndpoint(ExcludeFromDescription = true)] — hide an endpoint from OpenAPI/API explorers while keeping it routable.
  • [HandlerEndpoint(DisplayName = "...")] — pin the ASP.NET Core endpoint display name (logs/diagnostics).
  • Auto-detected Result.Invalid() status codes are now documented with .ProducesValidationProblem() (matching the HttpValidationProblemDetails body the mapper returns).
  • MediatorResultMapperOptions<TResult>.MapValue<TValue>(...) — value-shape result mapping (with an optional predicate), evaluated before status mappers.

Named endpoint groups (#​238)

  • New assembly-level [MediatorEndpointGroup(Name, RoutePrefix, Tags, EndpointFilters, Policies, ExcludeFromDescription)], referenced by [HandlerEndpoint(Group = "...")], so handlers across classes share one route prefix, tags, filters, and authorization policies under a single group.
  • Policies and ExcludeFromDescription added to the class-level [HandlerEndpointGroup] as well.

Custom request-body binding (#​238)

  • The generator now omits [FromBody] when the message type defines its own minimal-API binding (IBindableFromHttpContext<TSelf> or a static BindAsync), so ASP.NET Core's custom binding is no longer preempted — enabling non-standard bodies (JSON Patch, legacy partial JSON, XML) through platform seams.

Binding fix (#​236)

  • *Id message properties are no longer bound as route/query parameters for body commands with an explicit route that lacks the matching placeholder. Use [FromBody] on the message parameter to force whole-message body binding.

Full changelog: FoundatioFx/Foundatio.Mediator@v1.3.0...v1.3.1

Commits viewable in compare view.

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Foundatio.Mediator
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jun 16, 2026
@github-actions github-actions Bot merged commit 388503c into main Jun 16, 2026
1 of 2 checks passed
@dependabot dependabot Bot deleted the dependabot/nuget/Foundatio.Mediator-1.3.1 branch June 16, 2026 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants