Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency IdentityModel to v7 #69

Merged
merged 3 commits into from
Apr 16, 2024

Conversation

Infra-Workleap
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
IdentityModel nuget major 6.2.0 -> 7.0.0

Release Notes

IdentityModel/IdentityModel (IdentityModel)

v7.0.0

Compare Source

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: IdentityModel/IdentityModel@6.2.0...7.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@Infra-Workleap Infra-Workleap requested a review from a team as a code owner April 13, 2024 02:10
@Infra-Workleap Infra-Workleap force-pushed the renovate/major-nuget-dependencies branch from b93ca86 to eaabef5 Compare April 16, 2024 02:16
@meziantou meziantou merged commit 2788411 into main Apr 16, 2024
3 checks passed
@meziantou meziantou deleted the renovate/major-nuget-dependencies branch April 16, 2024 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants