Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

7.0.0

Latest
Compare
Choose a tag to compare
@josephdecock josephdecock released this 09 Apr 19:46
· 20 commits to main since this release
9ce1195

IdentityModel 7.0.0 is a major release of IdentityModel. Highlights of this release include:

  • Support for RFC 9126 - Pushed Authorization Requests (PAR)
  • Cleanup of dependencies
  • A README in the github repo and nuget package

What's Changed

Breaking changes

  • Support for .NET Framework 4.6.1 has been dropped, as it has not been supported by Microsoft since April 26, 2022.
  • Dynamic client registration extension data is now modeled as a Dictionary<string, JsonElement>. This makes the dcr extension data serializable with source generated JSON serialization
  • Parameters.AddRequired is now more forgiving of some edge cases. In particular, a call to AddRequired with an existing key but a missing value does not fail, nor will a call with an existing key and value. The intention is to make AddRequired simpler to use when merging values from a request object model into the parameters dictionary.
  • We now depend on System.Text.Json version >= 8.0.0 in all .NET Framework builds. .NET builds don't need an explicit dependency.

New Feature

Fixes and Improvements

Dependency Updates

External Dependencies

Internal Dependencies (used in build and test, but won't affect end users)

New Contributors

Full Changelog: 6.2.0...7.0.0