Merq icon indicating copy to clipboard operation
Merq copied to clipboard

Bump MediatR from 12.4.1 to 13.1.0

Open dependabot[bot] opened this issue 2 months ago • 1 comments

Updated MediatR from 12.4.1 to 13.1.0.

Release notes

Sourced from MediatR's releases.

13.1.0

What's Changed

  • Do not require non-public license classes to be registered; fixes #​1127 by @​jbogard in https://github.com/LuckyPennySoftware/MediatR/pull/1129
  • Adding direct .NET 4.x support by @​jbogard in https://github.com/LuckyPennySoftware/MediatR/pull/1131
  • Update release.yml by @​dhgatjeye in https://github.com/LuckyPennySoftware/MediatR/pull/1132
  • Allowing static license key values by @​jbogard in https://github.com/LuckyPennySoftware/MediatR/pull/1136
  • Dependency Injection tests for various providers by @​jithu7432 in https://github.com/LuckyPennySoftware/MediatR/pull/1134
  • Upgrade to System.Text.Json version without transitive vulnerability by @​kanilsz in https://github.com/LuckyPennySoftware/MediatR/pull/1139
  • Add DI tests for LightInject, StashBox, Lamar by @​jithu7432 in https://github.com/LuckyPennySoftware/MediatR/pull/1137

New Contributors

  • @​dhgatjeye made their first contribution in https://github.com/LuckyPennySoftware/MediatR/pull/1132
  • @​kanilsz made their first contribution in https://github.com/LuckyPennySoftware/MediatR/pull/1139

Full Changelog: https://github.com/LuckyPennySoftware/MediatR/compare/v13.0.0...v13.1.0

13.0.0

Full Changelog: https://github.com/LuckyPennySoftware/MediatR/compare/v12.5.0...v13.0.0

  • Added support for .NET Standard 2.0
  • Requiring license key
  • Moving from Apache license to dual commercial/OSS license

To set your license key:

services.AddMediatR(cfg => {
    cfg.LicenseKey = "<License key here>";
});

You can obtain your license key at MediatR.io

12.5.0

What's Changed

  • Open behavior multiple registration extensions by @​Emopusta in https://github.com/jbogard/MediatR/pull/1065
  • Remove duplicate Nullable property from MediatR.Contracts by @​jithu7432 in https://github.com/jbogard/MediatR/pull/1061
  • Timeout behavior support by @​zachpainter77 in https://github.com/jbogard/MediatR/pull/1058
  • GitHub Actions upload-artifacts@​v2 deprecated moving to v4 by @​jithu7432 in https://github.com/jbogard/MediatR/pull/1072
  • update MinVer from 4.3.0 to 6.0.0 by @​adamralph in https://github.com/jbogard/MediatR/pull/1102
  • Update setup-dotnet package version. by @​Emopusta in https://github.com/jbogard/MediatR/pull/1086
  • Add test for multiple open behavior registration feature. by @​Emopusta in https://github.com/jbogard/MediatR/pull/1077
  • Add validation and comments to OpenBehavior entity. by @​Emopusta in https://github.com/jbogard/MediatR/pull/1078
  • Passing CancellationToken to the call chain by @​podobaas in https://github.com/jbogard/MediatR/pull/1100

New Contributors

  • @​Emopusta made their first contribution in https://github.com/jbogard/MediatR/pull/1065
  • @​jithu7432 made their first contribution in https://github.com/jbogard/MediatR/pull/1061
  • @​podobaas made their first contribution in https://github.com/jbogard/MediatR/pull/1100

Full Changelog: https://github.com/jbogard/MediatR/compare/v12.4.1...v12.5.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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

dependabot[bot] avatar Nov 14 '25 01:11 dependabot[bot]

201 passed 201 passed

:test_tube: Details on Microsoft Windows 10.0.26100

from dotnet-retest v1.0.0 on .NET 10.0.1 with :purple_heart: by @devlooped

kzu avatar Nov 14 '25 01:11 kzu