yarn @prisma/client 7.0.1

latest releases: 7.1.0-dev.18, 7.1.0-dev.17, 7.1.0-dev.16...
11 hours ago

Today, we are issuing a 7.0.1 patch release focused on quality of life improvements, and bug fixes.

🛠 Fixes

  • Prisma Studio:

    • Support Deno >= 1.4 <2.2 and Bun >= 1 (via #28583)
    • Fix collisions between user and internal Studio columns when querying (via #28677)
    • Warn when SQLite file doesn't exist (via c33a1ea)
    • Fix prisma/studio#1363 (via 07224d4)
    • Sort tables alphabetically (via #28702)
  • Prisma CLI

    • Fix potential vulnerabilities in installed dependencies (via #28592)
    • Fix #28240, an exit code regression affecting prisma migrate diff (via prisma/prisma-engines#5699)
    • Show informative message when prisma db seed is run, but no migrations.seed command is specified in the Prisma config file (via #28711)
    • Relax engines check in package.json, to let Node.js 25+ users adopt Prisma, although Node.js 25+ isn't considered stable yet (via #28600). Thanks @Sajito!
  • Prisma Client

    • Restore cockroachdb support in prisma-client-js generator, after it was accidentally not shipped in Prisma 7.0.0 (via #28690)
  • @prisma/better-sqlite3

    • Bump underlying version of better-sqlite3 to ^12.4.5, fixing #28624 (via #28625). Thank you @bhbs!

Don't miss a new client release

NewReleases is sending notifications on new releases.