Skip to content

Bump Foundatio.Mediator.Abstractions from 1.2.1 to 1.3.0#341

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Foundatio.Mediator.Abstractions-1.3.0
Open

Bump Foundatio.Mediator.Abstractions from 1.2.1 to 1.3.0#341
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Foundatio.Mediator.Abstractions-1.3.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updated Foundatio.Mediator.Abstractions from 1.2.1 to 1.3.0.

Release notes

Sourced from Foundatio.Mediator.Abstractions's releases.

1.3.0

Breaking Changes

  • [HandlerEndpoint(SuccessStatusCode = …)]SuccessStatusCodes (#​199) — the singular SuccessStatusCode (int) property was replaced with the plural SuccessStatusCodes (int[]). Update any usages.

Features

  • Endpoint success metadata & result-mapping options (#​199) — Success result factories (Result.Created(), Result.Accepted(), Result.NoContent()) are detected and emit matching response metadata. Adds MediatorResultMapperOptions<TResult> plus DI/builder helpers to override specific ResultStatus → HTTP mappings without replacing the whole mapper (full IMediatorResultMapper<IResult> replacement is still supported). Result.Invalid() keeps ASP.NET Core's default ValidationProblem behavior.
  • Endpoint content-type metadata (#​200) — AcceptsContentTypes and ProducesContentTypes on [HandlerEndpoint] generate .Accepts<T>(...) / .Produces<T>(...) OpenAPI metadata.
  • Explicit route-template parameter binding (#​232) — A {placeholder} in an explicit [HandlerEndpoint(..., "Path/{param}")] template now binds from the route regardless of property naming or HTTP method. Previously the value was emitted as [FromQuery], so path-only requests (e.g. GET /contracts/H-42) returned 400.
  • Form / file upload endpoints (#​233) — Handlers whose message exposes IFormFile, IFormFileCollection, or IFormCollection now generate multipart/form-data endpoints. File properties bind by name, other fields bind via [FromForm], route placeholders still bind from the route. Antiforgery (CSRF) validation stays required by default — disable it explicitly per endpoint with [HandlerEndpoint(DisableAntiforgery = true)] or assembly-wide with [assembly: MediatorConfiguration(EndpointDisableAntiforgery = true)].
  • Exclude handlers by namespace — new HandlerExcludeNamespacePatterns on [assembly: MediatorConfiguration] excludes handlers in matching namespaces from generation and discovery (exact match or trailing-wildcard prefix, e.g. "MyCompany.Messaging.*").

Dependencies

  • Numerous dependency updates, including WolverineFx (5.31.1 → 6.3.2), MassTransit (9.0.1 → 9.1.1), Immediate.Handlers, Scalar.AspNetCore, Scriban, Verify.XunitV3, and the Microsoft.Extensions.* / Microsoft.AspNetCore.* packages. See the full changelog.

Full Changelog: FoundatioFx/Foundatio.Mediator@v1.2.1...v1.3.0

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.Abstractions
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 15, 2026
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