| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-23 | 448 Bytes | |
| v5.2.0 source code.tar.gz | 2026-01-23 | 305.3 MB | |
| v5.2.0 source code.zip | 2026-01-23 | 306.8 MB | |
| Totals: 3 Items | 612.1 MB | 0 | |
Features
- [x] Add
PasswordServiceand allow to auto-upgrade outdated password hashes. (PR: [#1338]) - [x] 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
- [x] [Internal] [CLI] Re-organize CLI directory (PR: [#1340])
- [x] [Internal] [CLI] Divide
FileSysteminto two services (PR: [#1343])