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