Skip to content

Releases: LuckyPennySoftware/MediatR

v14.1.0

03 Mar 20:58
8285293

Choose a tag to compare

What's Changed

  • Migrating to slnx by @jbogard in #1147
  • Remove Azure-dependent CI steps to fix forked PR builds by @Copilot in #1154
  • Handling nested generic arguments by @jbogard in #1155
  • Handling F# assemblies correctly by catching reflection exceptions an… by @jbogard in #1156
  • Simplify CheckLicense to use GetRequiredService instead of fallback constructors by @Copilot in #1158
  • Fix: Cryptic "No constructor" Error When ILoggerFactory Is Not Registered (Issue #1153) by @jbogard in #1157
  • De-duping notification handlers before dispatching by @jbogard in #1159
  • Log warning when perpetual license cannot be applied due to missing build date by @Copilot in #1163
  • Perpetual licensing by @jbogard in #1162

New Contributors

  • @Copilot made their first contribution in #1154

Full Changelog: v14.0.0...v14.1.0

v14.0.0-beta-1

20 Nov 20:47

Choose a tag to compare

What's Changed

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

03 Dec 20:42

Choose a tag to compare

What's Changed

  • Bumping to .NET 10 by @jbogard in #1143
  • Enabling package signing

Full Changelog: v13.1.0...v14.0.0

v13.1.0

24 Oct 15:20
dfdd556

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v13.0.0...v13.1.0

v13.0.0

02 Jul 14:26

Choose a tag to compare

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

01 Apr 15:57
8a64581

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v12.4.1...v12.5.0

v12.4.1

09 Sep 14:07
fb30902

Choose a tag to compare

What's Changed

Full Changelog: v12.4.0...v12.4.1

v12.4.0

23 Jul 19:24
cac76be

Choose a tag to compare

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

06 Jun 20:02
3b8bf44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v12.2.0...v12.3.0

v12.2.0

17 Nov 16:22
6baaeef

Choose a tag to compare

What's Changed

  • Adding tests and upgrading to .NET 8 preview by @jbogard in #955
  • Adding configuration to auto-register request processors by @jbogard in #970
  • Installing .NET 8 by @jbogard in #972

Full Changelog: v12.1.1...v12.2.0