Skip to content

Releases: ganhammar/OpenIddict.AmazonDynamoDB

v3.0.0

02 Feb 08:46
Compare
Choose a tag to compare

What's Changed

  • Support for OpenIddict 6.0
  • Support for .NET 9.0
  • Dropped support for .NET 6.0 (end-of-life)

v2.0.0

29 Oct 06:10
Compare
Choose a tag to compare

What's Changed

  • Reduce the need for scans
  • Double store some data to reduce the amount of queries
  • Enable Time To Live to clean up old Tokens and Authorizations

Migration Guide

  1. OpenIddictDynamoDbSetup.EnsureInitializedAsync will migrate the table to support the new version
  2. Applications and Scopes need to be recreated, to ensure that they contain data that previously was stored separately