Bump MediatR from 12.4.1 to 13.1.0
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,Lamarby @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
Nullableproperty fromMediatR.Contractsby @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 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 mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
: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