Skip to content

Releases: aws/aws-sdk-net-extensions-cognito

Release 2025-07-29

30 Jul 00:15

Choose a tag to compare

Release 2025-07-29

Amazon.Extensions.CognitoAuthentication (3.1.1)

BREAKING CHANGE: Fix Auth with device and device confirmation. The third parameter in GenerateDeviceVerifier() method has been renamed from username to deviceKey. Existing code will compile but fail at runtime - update calls to pass the device key instead of username.

Release 2025-06-03

03 Jun 19:56

Choose a tag to compare

Release 2025-06-03

Amazon.Extensions.CognitoAuthentication (3.1.0)

  • Added support for Email MFA authentication challenge.

Release 2025-04-28

28 Apr 21:00

Choose a tag to compare

Release 2025-04-28

Amazon.Extensions.CognitoAuthentication (3.0.0)

  • Updating the .NET SDK dependencies to the latest version GA 4.0.0

Release 2025-04-17

18 Apr 17:30

Choose a tag to compare

Release 2025-04-17

Amazon.Extensions.CognitoAuthentication (2.5.6)

  • Add support for UserContextData

Release 2025-03-31

01 Apr 19:20

Choose a tag to compare

Release 2025-03-31

Amazon.Extensions.CognitoAuthentication (3.0.0-preview.3)

  • Update AWS SDK to Preview 11

Release 2025-02-27

28 Feb 17:42

Choose a tag to compare

Release 2025-02-27

Amazon.Extensions.CognitoAuthentication (3.0.0-preview.2)

  • Update .NET SDK dependencies to v4.0.0-preview8

Release 2024-10-17

18 Oct 16:10

Choose a tag to compare

Release 2024-10-17

Amazon.Extensions.CognitoAuthentication (3.0.0-preview.1)

  • Added .NET 8 target framework and marked as trimmable
  • Updated the .NET SDK dependencies to the latest version 4.0.0-preview.4
  • Add SourceLink support