Skip to content

v12.0.0

Compare
Choose a tag to compare
@jbogard jbogard released this 14 Feb 20:58
· 84 commits to master since this release
ba9d3ee

What's Changed

  • Added static modifier for lambdas where applicable in Mediatr project. by @sunero4 in #801
  • Using MS.Extensions.DI directly, removing all unneeded code, pulling in the MediatR package directly by @jbogard in #802
  • Fixing samples by @jbogard in #807
  • Added target framework to netstandard2.0 by @maniglia in #821
  • Consolidate registration to single configuration object and optimize registration by @jbogard in #828
  • Change type constraint of pipeline behavior to allow easier chaining by @darjanbogdan in #830
  • Scaling back generic constraints by @jbogard in #834
  • Changing IRequest to just be a normal Task instead of Task by @jbogard in #835
  • Adding notification publisher strategies by @jbogard in #838

New Contributors

Migration Guide
Full Changelog: v11.1.0...v12.0.0