- Added a preview "referentialActions" feature allowing fine‑grained ON DELETE/ON UPDATE control in the Prisma schema; defaults shift to RESTRICT/SET NULL and Prisma Client no longer pre‑checks deletes, which may be a breaking change for e...
- Introduced a new "prisma init" flag to specify the datasource provider (e.g., sqlite, mysql, sqlserver preview) when generating a schema skeleton.
- Made the Node API the default communication layer with the Query Engine for improved performance, and included assorted bug fixes such as cascade‑delete handling, TypeScript version checks, and SQL Server raw query errors.
Community impact
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.