Skip to content

Releases: jagregory/cognito-local

v3.13.2

15 Jan 05:00
Compare
Choose a tag to compare

This release is also available on:


3.13.2 (2022-01-15)

Bug Fixes

  • api: createUserPool saves SchemaAttributes (3301878), closes #93

v3.13.1

11 Jan 22:40
Compare
Choose a tag to compare

This release is also available on:


3.13.1 (2022-01-11)

Bug Fixes

  • api: adminDeleteUser handles email usernames (8faa78f), closes #99
  • log: errors not being logged correctly (1ca2b99)

v3.13.0

11 Dec 03:32
Compare
Choose a tag to compare

3.13.0 (2021-12-11)

Bug Fixes

  • api: verifyUserAttributes throws CodeMismatchError (b3b116c)

Features

  • api: adminDeleteUserAttributes full support (1a47086)
  • api: deleteUserAttributes full support (3d0e9a0)
  • api: updateUserAttributes full support (308c9c2)

v3.12.0

10 Dec 22:55
Compare
Choose a tag to compare

3.12.0 (2021-12-10)

Bug Fixes

  • api: save attribute code separately from confirmation code (b18af6a)

Features

  • api: getUserAttributeVerificationCode full support (90726a4)
  • api: verifyUserAttribute full support (320dd17)

v3.11.0

10 Dec 21:12
Compare
Choose a tag to compare

3.11.0 (2021-12-10)

Features

  • api: adminUpdateUserAttributes full support (d3c5ebe)

v3.10.0

09 Dec 09:43
Compare
Choose a tag to compare

3.10.0 (2021-12-09)

Bug Fixes

  • lambda: preTokenGenerator can't change reserved claims (407122f)

Features

  • api: adminConfirmSignUp full support (e16a211)

v3.9.0

07 Dec 22:04
Compare
Choose a tag to compare

3.9.0 (2021-12-07)

Features

  • lambda: preTokenGeneration trigger called when tokens generated (d04506e)

v3.8.0

07 Dec 07:59
Compare
Choose a tag to compare

3.8.0 (2021-12-07)

Bug Fixes

  • cache data stores to fix potential race condition (406599a)
  • tokens: add jti to id and refresh tokens (4f475ad)
  • tokens: adminInitateAuth uses token IssuerDomain (37ba1c5)

Features

  • token: add refresh token, revoke token and initiate auth (0d46ed7)
  • token: initiateAuth basic refresh token support (2d6b0e3)

v3.7.1

29 Nov 20:49
Compare
Choose a tag to compare

3.7.1 (2021-11-29)

Bug Fixes

  • deps: fix breaking change in stormdb (dbed898)

v3.7.0

29 Nov 10:55
Compare
Choose a tag to compare

3.7.0 (2021-11-29)

Bug Fixes

  • lambda: lambda triggers called with clientMetadata/validationData (2399c3e)

Features

  • lambda: postConfirmation called in signUp (ddb2b77)
  • lambda: preSignUp trigger support in signUp (af955a1)