Releases: jagregory/cognito-local
Releases · jagregory/cognito-local
v3.1.3
3.1.3 (2021-10-05)
Bug Fixes
- api: users can be queried by their sub (ae555b8)
v3.1.2
3.1.2 (2021-07-29)
Bug Fixes
v3.1.1
3.1.1 (2021-07-29)
Bug Fixes
- regression for usernames with full stops in (73cb644), closes #35
v3.1.0
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
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
2.3.2 (2021-07-27)
Bug Fixes
- lambda tests to use imported aws-sdk version (d4a5c82)
v2.3.1
2.3.1 (2021-07-24)
Bug Fixes
- auth_time resolution in generated tokens (f300df4)
v2.3.0
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
2.2.0 (2021-07-22)
Features
- lambda: limited CustomMessage lambda support (6880a90)
v2.1.0
2.1.0 (2020-05-10)
Features