Releases: jagregory/cognito-local
Releases · jagregory/cognito-local
v3.1.0
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
v2.3.1
v2.3.0
v2.2.0
v2.1.0
v2.0.0
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:
- Open any database json files and rename the UserPoolId key to Id