Skip to content

Latest commit

 

History

History
111 lines (65 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

111 lines (65 loc) · 2.15 KB

0.0.22

  • Fix empty canonical query string generation

0.0.21

  • Convert SigV4 methods to static
  • Expose SigV4Client generated values

0.0.19

  • Upgrade test dependencies

0.0.18

  • Add missing request awaits

0.0.17

  • invalidateToken() to invalidate existing user session
  • CognitoClientException toString with error details

0.0.16

  • Better client request exception handling

0.0.15+1

0.0.15

  • Add removeIdentityId() to CognitoIdentityId
  • Add resetAwsCredentials() to CognitoCredentials
  • Fix cached Identity Id error

0.0.14

  • Cognito User Exceptions extend CognitoUserException
  • Add CognitoUserException toString helper

0.0.13

  • Add RandomString helper

0.0.12

  • Use bool true to represent 'SUCCESS'
  • Add forgotPassword() to CognitoUser
  • Add confirmPassword() to CognitoUser
  • Add enableMfa() to CognitoUser
  • Add disableMfa() to CognitoUser
  • Add getAttributeVerificationCode() to CognitoUser
  • Add verifyAttribute() to CognitoUser
  • Add deleteUser() to CognitoUser

0.0.11+1

0.0.11

  • Store expiry time in Cognito Credentials instance

0.0.10+1

0.0.10

  • Fix SigV4 signature error

0.0.9+1

0.0.9

  • Add getUserAttributes() to CognitoUser
  • Add updateAttributes() to CognitoUser
  • Add deleteAttributes() to CognitoUser

0.0.8

  • renamed Storage to CognitoStorage

0.0.7

  • simplify package load to single entry point cognito.dart

0.0.6

  • Add signature v4 helper
  • Fix endpoint follows region

0.0.5

  • Add get AWS credentials for authenticated users

0.0.4

  • Remove dart:io dependency

0.0.3

  • Format code with dartfmt

0.0.2

  • Add Custom Storage support

0.0.1

  • Initial Release