4 curated breaking changes across major versions of prisma. Use this as a migration checklist before bumping dependencies.
Full-text search for PostgreSQL is GA (no longer behind previewFeatures).
Remove `fullTextSearch` from `previewFeatures` in schema.prisma; keep `fullTextIndex` for MySQL.
Implicit many-to-many join tables use named indexes; legacy indexes are renamed during migration.
Run `prisma migrate dev` to apply the rename. Review the generated migration before shipping to production.
`prisma generate` no longer runs automatically on `prisma migrate dev` in some edge cases.
Always run `prisma generate` explicitly after schema changes in CI pipelines.
Get this data programmatically \u2014 free, no authentication.
curl https://depscope.dev/api/breaking/npm/prismaNode.js 18.18+ required (previously 16.13+).
Ensure CI and production Node >= 18.18. Run `node --version`.