releases.shpreview
Home/Prisma
Prisma

Prisma

$npx -y @buildinternet/releases show prisma
Overview127 releases · updated Apr 16, 2026

prisma bootstrap command sequences full Prisma Postgres setup into a single interactive flow.

The 7.7.0 release shipped a new prisma bootstrap command that detects your project state and runs only the setup steps you need. It offers starter scaffolds (Next.js, Express, Hono, Fastify, Nuxt, SvelteKit, Remix, React Router 7, Astro, NestJS), links to a Prisma Postgres database via browser auth, and runs migrations—all in one flow.

prisma postgres link command connects local projects to Prisma Postgres databases.

Version 7.6.0 introduced the first command in a new prisma postgres CLI group, allowing direct management of Prisma Postgres databases without leaving the terminal.

Driver adapter enhancements across PostgreSQL, MariaDB, and MySQL.

@prisma/adapter-pg gained a statementNameGenerator option for custom prepared statement names to leverage pg caching, plus support for connection strings directly in the constructor. @prisma/adapter-mariadb added a useTextProtocol toggle to switch between text and binary protocols, fixing lossy number conversion issues in the binary mode.

Nested transaction rollback via savepoints now supported for SQL databases.

7.5.0 added the ability to roll back inner nested transactions when an outer transaction fails. This works by tracking transaction ID and nesting depth, allowing Prisma to reuse open transactions and call $transaction from an interactive transaction client.

Studio dark mode landed.

The Studio UI received a dark mode toggle in the 7.6.0 release cycle.

Prisma 6 security patch issued.

6.19.3 updated the effect dependency to resolve a security vulnerability.

Domain
prisma.io
Tracking Since
Apr 21, 2020
Accounts
prisma
Last fetched Apr 19, 2026