This release introduces the following changes:
-
The OpenIddict client system integration now natively supports Android API 21+ (Android 5.0 and higher), iOS 12.0+, macOS 10.15+ and Mac Catalyst 13.1+. See Operating systems integration for more information.
-
Behavior change: the
OpenIddict.Client.SystemIntegration
package was updated to produce shorter default pipe names (which is required on macOS where strict length restrictions are enforced). -
The
OpenIddict.Client.SystemNetHttp
andOpenIddict.Validation.SystemNetHttp
packages have been updated to anticipate a breaking change introduced in the 9.0 version ofMicrosoft.Extensions.Http
. See dotnet/runtime#35987 (comment) for more information. -
6 new web providers were added to
OpenIddict.Client.WebIntegration
:- Airtable
- Calendly
- Pipedrive
- Typeform
- Twitch (thanks @mbaumanndev! ❤️)
- Zoho
-
OpenIddict now uses
Microsoft.IdentityModel
8.x on .NET 8.0 and higher. -
The
OpenIddict.EntityFramework
package now usesEntityFramework
6.5.1 as the minimum version.