v0.31.0
0.31.0 (2021-02-01)
⚠ BREAKING CHANGES
- Drop support for node 8. Minimum node version is node 10.
db.setResetPassword
has been removed from the database interface as it was just an alias todb.setPassword
.
If you are using this method, usesetPassword
instead.
Note: if you are using the typeorm adapter, you also need to call db.removeAllResetPasswordTokens
to keep the same behavior as before.
Features
- graphql-api: custom typings for authenticated-resolver (#1004) 3c2264d
- graphql-client: support graphql ^15.0.0 (#1088) 8419a49
Bug Fixes
- change target to es2018 for server packages (#1100) 68eeaec, closes #1091
- client: invalidate session when stopping impersonation (#1097) 7b65203
- example-typeorm: fix readme link (#1084) 21a2c5e
- graphql-api: add graphql to peerDependencies (#1086) e242169
- graphql-api: update peer dependencies (#1087) 4133b43
- password: update peer dependencies (#1083) 19c2925
- server: fix impersonation token (#1095) 997ca43