Skip to content

Releases: jagregory/cognito-local

v3.1.3

05 Oct 06:50
Compare
Choose a tag to compare

3.1.3 (2021-10-05)

Bug Fixes

  • api: users can be queried by their sub (ae555b8)

v3.1.2

29 Jul 23:34
Compare
Choose a tag to compare

3.1.2 (2021-07-29)

Bug Fixes

v3.1.1

29 Jul 23:15
Compare
Choose a tag to compare

3.1.1 (2021-07-29)

Bug Fixes

  • regression for usernames with full stops in (73cb644), closes #35

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)