Bump Duende.IdentityModel from 7.0.0 to 8.0.0 #287
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated Duende.IdentityModel from 7.0.0 to 8.0.0.
Release notes
Sourced from Duende.IdentityModel's releases.
8.0.0
This is a major release which brings a variety of changes including support for .NET 10.
There are no changes from the Release Candidate.
Breaking Changes
Enhancements
IDisposabletoProtocolResponseby @stefannikolei in #192Bug Fixes
Upgrading
Replacing Use of Base64Url
Code which was previously using the public static
Base64Urlclass from this library, should be updated to use theBase64Urlclass found in theSystem.Buffers.Textnamespace.Uses of the
Encodemethod should be replaced with theEncodeToStringmethod and uses of theDecodemethod should be replaced with theDecodeFromCharsmethod.For example, code which previously looked like this:
should be updated to this:
Replacing Use of DateTimeExtensions
Code which was previously using the public static
DateTimeExtensionsclass from this library, should be updated to useDateTimeOffset.ToUnixTimeSeconds()instead.For example. code which previously looked like this:
... (truncated)
8.0.0-rc.1
This is a release candidate which contains a mix of bug fixes, enhancements, a few breaking changes, and support for .NET 10.
The only change from the most recent preview release is that this release candidate targets the released version of .NET 10 rather than .NET 10 RC2.
Breaking Changes
Enhancements
Bug Fixes
Upgrading
Replacing Use of Base64Url
Code which was previously using the public static
Base64Urlclass from this library, should be updated to use theBase64Urlclass found in theSystem.Buffers.Textnamespace.Uses of the
Encodemethod should be replaced with theEncodeToStringmethod and uses of theDecodemethod should be replaced with theDecodeFromCharsmethod.For example, code which previously looked like this:
should be updated to this:
Replacing Use of DateTimeExtensions
Code which was previously using the public static
DateTimeExtensionsclass from this library, should be updated to useDateTimeOffset.ToUnixTimeSeconds()instead.For example. code which previously looked like this:
... (truncated)
8.0.0-preview.1
This is a preview release which contains a mix of bug fixes, enhancements, a few breaking changes, and support for .NET 10 RC2.
Breaking Changes
Enhancements
Bug Fixes
Upgrading
Replacing Use of Base64Url
Code which was previously using the public static
Base64Urlclass from this library, should be updated to use theBase64Urlclass found in theSystem.Buffers.Textnamespace.Uses of the
Encodemethod should be replaced with theEncodeToStringmethod and uses of theDecodemethod should be replaced with theDecodeFromCharsmethod.For example, code which previously looked like this:
should be updated to this:
Replacing Use of DateTimeExtensions
Code which was previously using the public static
DateTimeExtensionsclass from this library, should be updated to useDateTimeOffset.ToUnixTimeSeconds()instead.For example. code which previously looked like this:
should be updated to this: