Today, we are issuing a 7.0.1 patch release focused on quality of life improvements, and bug fixes.
🛠 Fixes
-
Prisma Studio:
-
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 seedis run, but nomigrations.seedcommand is specified in the Prisma config file (via #28711) - Relax
enginescheck inpackage.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
cockroachdbsupport inprisma-client-jsgenerator, after it was accidentally not shipped in Prisma 7.0.0 (via #28690)
- Restore
-
@prisma/better-sqlite3