Skip to content

Release of v5.1.1

Compare
Choose a tag to compare
@lschreck-mdsol lschreck-mdsol released this 24 Feb 09:02
· 36 commits to master since this release
c9eaaa0

This patch release contains the following fixes, updates and changes:

  • [Core] Fixed an issue with internal caching for the utility extension Authenticate() method.
  • [Core] Added multi-target for .NET 5 to support synchronus HttpClient requests.
  • [Core] Updated MAuthSigningHandler to sign synchronus requests.
  • [Core] Updated MAuthAuthenticator to create and reuse a single HttpClient instead of creating a new one for each MAuthRequestRetrier.
  • [Core] Updated MAuthAuthenticator to limit the calls to the cache item factory method to a single thread per key not already in the cache.