- Fix validation to clearly error when Prisma Postgres URL and driver adapter are both specified (mutually exclusive)
- Make unref() on NodeJS timers conditional to avoid runtime errors on non‑Node environments like workerd
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).