Skip to content

v0.32.0

Compare
Choose a tag to compare
@pradel pradel released this 21 Apr 17:27
· 175 commits to master since this release

0.32.0 (2021-04-21)

⚠ BREAKING CHANGES

  • server: Change the option userObjectSanitizer parameters. pick and omit are removed, if you are relying on them, you can import them from lodash directly.
  • password: await sendVerificationEmail during user signup (#1113)

Bug Fixes

  • mongo: put mongodb types in dependencies (#1085) 35c4c8c
  • mongo-session/password: added missing mongodb peer dependency 89c2b83
  • typeorm: fix query in findUserByServiceId #1108 (#1109) 2450f33

Tests

Miscellaneous Chores