Releases: openiddict/openiddict-core
3.0.0-rc2
3.0.0-rc1
For more information about this release, read Introducing OpenIddict 3.0's first release candidate version.
3.0.0-beta6
For more information about this release, read OpenIddict 3.0 beta6 is out.
3.0.0-beta5
This minor release fixes a bug in the GetPropertiesAsync()
methods of the EF 6/EF Core/MongoDB stores that impacted OrchardCore scenarios using them.
3.0.0-beta4
For more information about this release, read Introducing Quartz.NET support and new languages in OpenIddict 3.0 beta4.
3.0.0-beta3
For more information about this release, read Introducing localization support in OpenIddict 3.0 beta3.
3.0.0-beta2
For more information about this release, read OpenIddict 3.0 beta2 is out.
3.0.0-beta1
For more information about this release, read Introducing OpenIddict 3.0 beta1.
2.0.1
Changes
- Add workarounds for API breaking changes introduced in Entity Framework Core 3.x (51ea4c4)
- Remove compiled queries from the EF Core 2.x stores (880b0e1)
- Replace the static caches used in the EF 6/EF Core caches by private singleton caches injected via DI (1b03a54)
- Remove invalid null checks from
OpenIddictTokenStore
(f5c1437) - Update the MongoDB stores to use
BsonDocument.Parse()
to ensure properties are correctly serialized (2175c96) - Use
Enumerable.Contains()
instead ofImmutableArray.Contains()
and add missing cancellation tokens (8fdabc7)
2.0.0
For more information about this release, read OpenIddict 1.0 and 2.0 general availability.