- Upgrade to Prisma ORM v6 requires newer runtimes (Node.js ≥18.18.0, TypeScript ≥5.1.0) and introduces breaking schema changes: primary key on implicit many‑to‑many tables, replacement of Buffer with Uint8Array, removal of NotFoundError, ...
- Preview features fullTextIndex and fullTextSearch are promoted to GA (remove them from previewFeatures), new cuid2() support, inclusion of unused enum definitions in generate output, and improved Deno compatibility are added.