Releases: LuckyPennySoftware/MediatR
Releases · LuckyPennySoftware/MediatR
v14.0.0-beta-1
What's Changed
- Bumping to .NET 10 by @jbogard in #1143
- Signed packages
Full Changelog: v13.1.0...v14.0.0-beta-1
This release is a beta release that introduces .NET 10 support and package signing. Signed packages means going forward packages can be validated against trusted authorities that the package has been published by Lucky Penny Software and not tampered with.
v14.0.0
v13.1.0
What's Changed
- Do not require non-public license classes to be registered; fixes #1127 by @jbogard in #1129
- Adding direct .NET 4.x support by @jbogard in #1131
- Update release.yml by @dhgatjeye in #1132
- Allowing static license key values by @jbogard in #1136
- Dependency Injection tests for various providers by @jithu7432 in #1134
- Upgrade to System.Text.Json version without transitive vulnerability by @kanilsz in #1139
- Add DI tests for
LightInject,StashBox,Lamarby @jithu7432 in #1137
New Contributors
- @dhgatjeye made their first contribution in #1132
- @kanilsz made their first contribution in #1139
Full Changelog: v13.0.0...v13.1.0
v13.0.0
Full Changelog: 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
v12.5.0
What's Changed
- Open behavior multiple registration extensions by @Emopusta in #1065
- Remove duplicate
Nullableproperty fromMediatR.Contractsby @jithu7432 in #1061 - Timeout behavior support by @zachpainter77 in #1058
- GitHub Actions upload-artifacts@v2 deprecated moving to v4 by @jithu7432 in #1072
- update MinVer from 4.3.0 to 6.0.0 by @adamralph in #1102
- Update setup-dotnet package version. by @Emopusta in #1086
- Add test for multiple open behavior registration feature. by @Emopusta in #1077
- Add validation and comments to OpenBehavior entity. by @Emopusta in #1078
- Passing CancellationToken to the call chain by @podobaas in #1100
New Contributors
- @Emopusta made their first contribution in #1065
- @jithu7432 made their first contribution in #1061
- @podobaas made their first contribution in #1100
Full Changelog: v12.4.1...v12.5.0
v12.4.1
What's Changed
- Make Auto Registration of Generic Handlers OPT-IN by @zachpainter77 in #1057
Full Changelog: v12.4.0...v12.4.1
v12.4.0
What's Changed
- Add Support For Generic Handlers With Multiple Generic Type Parameters by @zachpainter77 in #1048
Full Changelog: v12.3.0...v12.4.0
v12.3.0
What's Changed
- Fix AutoRegisterRequestProcessors to include all implementations by @hisuwh in #989
- #1016 Use repo readme for base package by @thompson-tomo in #1017
- Add Support for Generic Handlers by @zachpainter77 in #1013
New Contributors
- @hisuwh made their first contribution in #989
- @thompson-tomo made their first contribution in #1017
- @zachpainter77 made their first contribution in #1013
Full Changelog: v12.2.0...v12.3.0