Skip to content

Releases: jagregory/cognito-local

v3.1.0

28 Jul 22:52
Compare
Choose a tag to compare

3.1.0 (2021-07-28)

Features

  • add more admin features and change password (6339917)
  • add support for admin commands (b65a5bf)

Reverts

  • Revert "Merge branch 'furious-luke-master'" (ad0e928)

v3.0.0

28 Jul 22:26
Compare
Choose a tag to compare

3.0.0 (2021-07-28)

Bug Fixes

  • conflation of a user's Sub and their Username (ece63b6)

BREAKING CHANGES

  • potential -- the autogenerated Sub and user-supplied
    Username were treated interchangeably before, but now are independent.
    Previously lookups by the Sub attribute were possible, but it now
    doesn't appear necessary so has been removed. Databases should be
    unaffected.

v2.3.2

27 Jul 07:37
Compare
Choose a tag to compare

2.3.2 (2021-07-27)

Bug Fixes

  • lambda tests to use imported aws-sdk version (d4a5c82)

v2.3.1

24 Jul 06:51
Compare
Choose a tag to compare

2.3.1 (2021-07-24)

Bug Fixes

  • auth_time resolution in generated tokens (f300df4)

v2.3.0

23 Jul 05:56
Compare
Choose a tag to compare

2.3.0 (2021-07-23)

Bug Fixes

  • key setting in the datastore to work with arrays (d0a2557)

Features

  • api: describeUserPoolClient support (26cf370)

v2.2.0

23 Jul 01:38
Compare
Choose a tag to compare

2.2.0 (2021-07-22)

Features

  • lambda: limited CustomMessage lambda support (6880a90)

v2.1.0

10 May 22:16
Compare
Choose a tag to compare

2.1.0 (2020-05-10)

Features

  • support for GetUser api (cc8048b)

v2.0.0

03 May 05:09
Compare
Choose a tag to compare

2.0.0 (2020-05-03)

Bug Fixes

  • hide debug logging by default (48de4e5)
  • propagate Session parameter through initiateAuth (688fd4a)
  • server: better default handling for HOST and PORT (69b4648)
  • change UserPoolId to Id in user pool storage (71f5e52)

Features

  • api: respondToAuthChallenge support (842633e)
  • api: sms_mfa support for initiateAuth (f16afe6)
  • createUserPoolClient support (df421d7)
  • store clients for user pools (eaad662)
  • api: basic listUsers support (6e0c18f)

BREAKING CHANGES

  • client ids are now validated and associated with
    specific user pools.
  • Nit pick of a breaking change, make the user pool
    database representation match what AWS reponds with from the API;
    keeping consistent with their response format should make it easier for
    us to implement APIs later. Sorry for the breakage.

Migration steps:

  1. Open any database json files and rename the UserPoolId key to Id

v1.3.0

29 Apr 07:19
Compare
Choose a tag to compare

1.3.0 (2020-04-29)

Features

  • server: add hostname option (0365f3a)

v1.2.2

13 Apr 01:41
Compare
Choose a tag to compare

1.2.2 (2020-04-13)

Bug Fixes

  • lambda: save attributes from user migration lambda on user record (dc7a1c6)