- Added nested transaction rollback support with savepoints, ensuring inner transactions roll back when an outer transaction fails.
- Enhanced Prisma Studio with multi‑cell selection, full‑table search, improved filtering (including raw SQL and AI filters), a command‑palette shortcut, and the ability to run raw SQL queries.
- Fixed multiple issues: mariadb adapter now uses binary MySQL protocol, @types/pg set as direct dependency, corrected Prisma.DbNull serialization, DateTime handling with unixepoch ms timestamps, cursor pagination for @db.Date columns, and...
Prisma changelog digest
Mar 9 - Mar 15, 2026. Useful releases, risky migrations, and noisy updates from the Prisma channel.
No matching updates in this bucket.
Prisma updates in 2026-w11
- Fixed critical bugs such as use‑after‑free in http, extension‑less CJS handling in ES modules, importKey argument checks, and several stream and crypto issues.
- Added new features including an async context frame debugging helper, ArrayBuffer support in CompressionStream, and improved Web Streams compliance.
- Updated documentation, added deprecation notes (e.g., url.resolve), and performed numerous dependency upgrades.