7.0.1
📦 prismaView on GitHub →
✨ 4 features🐛 6 fixes🔧 5 symbols
Summary
Prisma 7.0.1 is a patch release focusing on quality of life improvements, restoring CockroachDB support, and fixing regressions in Prisma Studio and the CLI.
Migration Steps
- If using better-sqlite3, ensure @prisma/better-sqlite3 is updated to pick up the ^12.4.5 dependency bump.
✨ New Features
- Prisma Studio now sorts tables alphabetically.
- Prisma Studio now warns when a SQLite file does not exist.
- Prisma CLI now shows an informative message when 'prisma db seed' is run without a seed command defined in the config.
- Relaxed 'engines' check in package.json to allow Node.js 25+ usage.
🐛 Bug Fixes
- Restored cockroachdb support in prisma-client-js generator which was missing in 7.0.0.
- Fixed collisions between user and internal Studio columns during queries.
- Fixed an exit code regression in 'prisma migrate diff'.
- Fixed potential vulnerabilities in CLI dependencies.
- Fixed Prisma Studio support for Deno >= 1.4 < 2.2 and Bun >= 1.
- Updated @prisma/better-sqlite3 to fix compatibility issues.
🔧 Affected Symbols
prisma-client-jsprisma migrate diffprisma db seedPrisma Studio@prisma/better-sqlite3