FoalTS v5.2.1 Release Notes

Release Date: 2026-02-16 // 4 months ago
  • 🛠 Fixes / features

    Dependencies

    • @foal/aws-s3

      • @aws-sdk/client-s3@3.990
      • @aws-sdk/lib-storage@3.990
    • @foal/cli

      • ajv@8.18
    • @foal/core

      • ajv@8.18
    • @foal/graphql

      • ajv@8.18

Previous changes from v5.2.0

  • 🔋 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)