Skip to content

v5.2.0

Latest

Choose a tag to compare

@LoicPoullain LoicPoullain released this 23 Jan 15:22
· 6 commits to master since this release

Features

  • Add PasswordService and allow to auto-upgrade outdated password hashes. (PR: #1338)
  • Make TypeORM store support strings as user ID (such as UUID) (PR: #1349)

How to migrate

If you use TypeORM store:

npm run makemigrations
npm run migrations

Chore

  • [Internal] [CLI] Re-organize CLI directory (PR: #1340)
  • [Internal] [CLI] Divide FileSystem into two services (PR: #1343)