Skip to content

v0.31.0

Compare
Choose a tag to compare
@pradel pradel released this 01 Feb 10:59
· 191 commits to master since this release

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 to db.setPassword.
    If you are using this method, use setPassword 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

Code Refactoring

  • mongo: split mongo services in multiple packages (#1069) 8411fa8

Documentation

Miscellaneous Chores

  • remove the database setResetPassword method (#1082) 0abf186
  • upgrade jwt-decode to v3 (#1101) 1499d7e
  • upgrade lodash to remove security warning e9aaa59
  • upgrade node-fetch to remove security warning 21f8d6d