- Add native support for UUID v7 via updated uuid() function with optional version argument
- Fix SQLite schema folder handling and ensure empty JSON array fields return [] instead of null
- Improve language tool integration and model reference fetching
Official Prisma changelog summary with source attribution, release tags, and community reactions.
Track this Prisma release note alongside related changelog updates, risky changes, and weekly digest signals from the developer community.
Every summary should remain traceable to the original changelog or release source.
Turn this Prisma release note into a weekly digest for the tools you actually use.
Create digestIntroduce a new @prisma package namespace where each app uses a single @prisma/orm facade (postgres, sqlite, or mongo), retiring @prisma/next and making all other packages publish under @prisma scope.
Patch updates a transitive dependency of Prisma CLI (via @prisma/dev) to resolve a security advisory (issue #29780).