Prisma ORM is streamlining its developer experience while building out Postgres-native features. The v7.3.0 release introduced compiler flexibility with fast and small build modes and optimized raw queries to bypass compilation overhead entirely. Since then, v7.4.0 added a query caching layer for Prisma Client, and v7.5.0 shipped nested transaction savepoints for SQL databases. Most recently, v7.6.0 and v7.7.0 focused on Postgres integration—adding prisma postgres link support and a new prisma bootstrap command that consolidates the full Postgres setup into a single interactive flow.
Prisma shipped two releases focused on transaction control and developer experience. Version 7.5.0 added nested transaction savepoints for SQL databases, enabling more granular rollback behavior within transactions. Version 7.6.0 introduced prisma postgres link support and dark mode in Studio, expanding PostgreSQL integration options and improving the IDE experience.