# Prisma Changelog

> Prisma changes frequently. Before implementing Prisma features, verify against this changelog and the current documentation at https://www.prisma.io/docs.
> Do not rely solely on training data for Prisma APIs, configuration, or conventions — these can change between versions.
>
> How to use: fetch this file to check for recent or breaking changes, then look up the relevant topic in the documentation.

Canonical URL: https://www.prisma.io/changelog
Machine-readable index: https://www.prisma.io/changelog.md

---

## v7.7.0 — Prisma ORM v7.7.0: the new prisma bootstrap command
Date: 2026-04-07 [Prisma ORM, Prisma Postgres]
URL: https://www.prisma.io/changelog/2026-04-07

Prisma ORM v7.7.0 introduces a new prisma bootstrap command that sequences the full Prisma Postgres setup into a single interactive flow.

---

## v7.6.0 — Prisma ORM v7.6.0: prisma postgres link and Studio dark mode
Date: 2026-03-27 [Prisma ORM, Prisma Postgres]
URL: https://www.prisma.io/changelog/2026-03-27

---

## v7.5.0 — Prisma ORM v7.5.0: nested transaction savepoints and Studio updates
Date: 2026-03-11 [Prisma ORM]
URL: https://www.prisma.io/changelog/2026-03-11

Prisma ORM v7.5.0 adds support for nested transaction rollback behavior for SQL databases through savepoints.

---

## v7.4.2 — Prisma ORM v7.4.2: bug fixes and quality improvements
Date: 2026-02-27 [Prisma ORM]
URL: https://www.prisma.io/changelog/2026-02-27

Prisma ORM v7.4.2 is a patch release focused on bug fixes and quality improvements across Prisma Client, driver adapters, and the Schema Engine.

---

## v7.4.1 — Prisma ORM v7.4.1: bug fixes and quality improvements
Date: 2026-02-19 [Prisma ORM]
URL: https://www.prisma.io/changelog/2026-02-19

Prisma ORM v7.4.1 is a patch release focused on bug fixes and quality improvements across Prisma Client, driver adapters, and the Prisma Schema Language.

---

## v7.4.0 — Prisma ORM v7.4.0: Prisma Client query caching and partial indexes
Date: 2026-02-11 [Prisma ORM]
URL: https://www.prisma.io/changelog/2026-02-11

Prisma ORM v7.4.0 introduces a new caching layer for Prisma Client. In Prisma 7, the query compiler runs as a WebAssembly module directly on the JavaScript main thread. While that...

---

## v7.3.0 — Prisma ORM v7.3.0: fast and small query compilers
Date: 2026-01-21 [Prisma ORM]
URL: https://www.prisma.io/changelog/2026-01-21

We've been working on various performance-related bugs since the initial ORM 7.0 release. With 7.3.0, we're introducing a new compilerBuild option for the client generator block in...

---

## v7.2.0 — Prisma ORM v7.2.0: migrate URL flags and Bun-aware prisma init
Date: 2025-12-17 [Prisma ORM]
URL: https://www.prisma.io/changelog/2025-12-17

Thousands of teams use Prisma and many of them already tap into our Enterprise & Agency Support Program for hands-on help with everything from schema integrations and performance t...

---

## v7.1.0 — Prisma ORM v7.1.0: SQL comments and Prisma 7 read replicas
Date: 2025-12-03 [Prisma ORM]
URL: https://www.prisma.io/changelog/2025-12-03

For folks still on Prisma v6, install version 0.4.1:

---

## v7.0.0 — Prisma ORM v7.0.0: Rust-free Prisma Client becomes the default
Date: 2025-11-19 [Prisma ORM, Prisma Postgres]
URL: https://www.prisma.io/changelog/2025-11-19

Rust-free Prisma Client as the default

---

## v6.19.0 — Prisma ORM v6.19.0: connection pooling for Prisma Postgres
Date: 2025-11-05 [Prisma ORM, Prisma Postgres]
URL: https://www.prisma.io/changelog/2025-11-05

Prisma ORM is the most popular ORM in the TypeScript ecosystem. Today’s release brings a bunch of new bug fixes and overall improvements:

---

## v6.18.0 — Prisma ORM v6.18.0: prisma init now creates prisma.config.ts
Date: 2025-10-22 [Prisma ORM, Prisma Postgres]
URL: https://www.prisma.io/changelog/2025-10-22

When creating a new project with 6.18.0, prisma init will now create a prisma.config.ts file automatically. This prepares new applications for the future of Prisma 7. Some fields t...

---

## v6.17.0 — Prisma ORM v6.17.0: Prisma Postgres works with any tool
Date: 2025-10-08 [Prisma ORM, Prisma Postgres]
URL: https://www.prisma.io/changelog/2025-10-08

Previously, the only way to connect to Prisma Postgres was using Prisma ORM. That combination is great because it gives you connection pooling, global caching and overall an amazin...

---

## v6.16.0 — Prisma ORM v6.16.0: Rust-free ORM and driver adapters are GA
Date: 2025-09-10 [Prisma ORM, Prisma Postgres]
URL: https://www.prisma.io/changelog/2025-09-10

Eight months ago, we published our ORM manifesto with the first hint that we’re going to remove the Rust-based query engine from Prisma ORM:

---

## v6.15.0 — Prisma ORM v6.15.0: AI guardrails prevent database resets
Date: 2025-08-27 [Prisma ORM, Prisma Postgres]
URL: https://www.prisma.io/changelog/2025-08-27

Prisma ORM now includes built-in safety checks that protect against destructive commands when triggered by AI coding assistants. The CLI can recognize when it is being executed by...

---

## v6.14.0 — Prisma ORM v6.14.0: SQL views get @unique, relationships, and cursor pagination
Date: 2025-08-13 [Prisma Postgres, Prisma ORM]
URL: https://www.prisma.io/changelog/2025-08-13

Last release, we improved the robustness of SQL views defined in the Prisma schema. Views are virtual tables that don’t allow for defining foreign keys in the underlying database.

---

## v6.13.0 — Prisma ORM v6.13.0: Prisma Config is now GA
Date: 2025-07-30 [Prisma Postgres, Prisma ORM]
URL: https://www.prisma.io/changelog/2025-07-30

The prisma.config.ts file is Prisma ORM’s native way to provide configuration options for your project. The Prisma Config file now allows you to:

---

## v6.12.0 — Prisma ORM v6.12.0: ESM-compatible prisma-client in Preview
Date: 2025-07-17 [Prisma Postgres, Prisma ORM]
URL: https://www.prisma.io/changelog/2025-07-17

We’re excited to share that our new and more flexible prisma-client generator is moving into Preview! As a reminder, here’s what it looks like:

---

## v6.11.0 — Prisma ORM v6.11.0: embed Prisma Studio in your React apps
Date: 2025-07-02 [Prisma Postgres, Prisma ORM, Studio]
URL: https://www.prisma.io/changelog/2025-07-02

If you’re using Prisma Postgres (yourself or by offering it to your own users), you can now embed Prisma Studio to offer an amazing data editing experience via the @prisma/studio-c...

---

## v6.10.0 — Prisma ORM v6.10.0: no Rust engines for MS SQL Server and PlanetScale
Date: 2025-06-17 [Prisma Postgres, Prisma ORM, MCP]
URL: https://www.prisma.io/changelog/2025-06-17

We are in the process of removing the Rust engines from Prisma ORM. If you want to try this, you can configure your generator like this:

---

## v6.9.0 — Prisma ORM v6.9.0: no Rust engines for PostgreSQL and SQLite
Date: 2025-06-05 [Prisma Postgres, Prisma ORM]
URL: https://www.prisma.io/changelog/2025-06-05

If you've been excited about our work of removing the Rust engines from Prisma ORM but hesitated trying it out because it was in an Early Access (EA) phase, now is a great time for...

---

## v6.8.0 — Prisma ORM v6.8.0: local Prisma Postgres with prisma dev
Date: 2025-05-19 [Prisma Postgres, Prisma ORM, MCP]
URL: https://www.prisma.io/changelog/2025-05-19

In 6.8.0, we released a way to develop against Prisma Postgres locally — no Docker required!

---

## v6.7.0 — Prisma ORM v6.7.0: Prisma Postgres on Vercel Marketplace
Date: 2025-05-01 [Prisma Postgres, Prisma ORM]
URL: https://www.prisma.io/changelog/2025-05-01

We’re excited to announce that Prisma Postgres is now available as a Vercel Marketplace integration. With the integration, you can:

---

## v6.6.0 — Prisma ORM v6.6.0: MCP Server for Prisma Postgres
Date: 2025-04-10 [Prisma ORM, Prisma Postgres, mcp]
URL: https://www.prisma.io/changelog/2025-04-10

Prisma Postgres is the first serverless database without cold starts. Designed for optimal efficiency and high performance, it's the perfect database to be used alongside AI tools...

---

## v6.5.0 — Prisma ORM v6.5.0: Rust to TypeScript update
Date: 2025-03-13 [Accelerate, Optimize, MCP]
URL: https://www.prisma.io/changelog/2025-03-13

Our ORM team is making progress on our transition from Rust to TypeScript. We've developed a migration plan and now have an initial prototype with benchmarks!

---

## v6.4.0 — Prisma ORM v6.4.0: Prisma Postgres is GA
Date: 2025-02-20
URL: https://www.prisma.io/changelog/2025-02-20

Prisma Postgres, our hosted PostgreSQL offering, is ready for production!

---

## v6.3.0 — Prisma ORM v6.3.0: Prisma Studio returns to Console
Date: 2025-01-30
URL: https://www.prisma.io/changelog/2025-01-30

We’ve released a new version of Prisma Studio! This version is packaged with Prisma ORM 6.3.0 and also marks the triumphant return of Prisma Studio in the Console.

---

## v6.2.0 — Prisma ORM v6.2.0: omit API is now GA
Date: 2025-01-09
URL: https://www.prisma.io/changelog/2025-01-09

Prisma ORM 6.2.0 might be a minor release, but the changes in it are major. In this release we are moving the omit API (our most requested feature) to Generally Available. You can...

---

## v6.1.0 — Prisma ORM v6.1.0: tracing is now stable
Date: 2024-12-19
URL: https://www.prisma.io/changelog/2024-12-19

We’re really excited about Prisma ORM 6.1.0 as our tracing Preview feature is now stable! There are a few changes needed if you are using the tracing feature, make sure you check o...

---

## v6.0.0 — Prisma ORM v6.0.0: Prisma ORM v6 has arrived
Date: 2024-11-28 [Prisma ORM, Prisma Postgres]
URL: https://www.prisma.io/changelog/2024-11-28

Prisma 6 is here, bringing improvements for future-proofing and enhanced performance. We've updated the minimum supported versions of TypeScript and Node.js and significantly impro...

---

## v5.22.0 — Prisma ORM v5.22.0: Prisma Postgres enters Early Access
Date: 2024-11-07 [Prisma ORM, Prisma Postgres]
URL: https://www.prisma.io/changelog/2024-11-07

Our biggest news yet: Prisma now offers a managed PostgreSQL service! Entering Early Access, Prisma Postgres is a pay-as-you-go, serverless Postgres offering that offers competitiv...

---

## v5.21.0 — Prisma ORM v5.21.0: new Optimize recommendations
Date: 2024-10-17 [Prisma ORM, Optimize]
URL: https://www.prisma.io/changelog/2024-10-17

With this release, Prisma Optimize brings two new recommendations to help you enhance the performance of your database operations. Explore the new insights and take full advantage...

---

## v5.20.0 — Prisma ORM v5.20.0: Prisma Optimize is now GA
Date: 2024-09-26 [Prisma ORM, Optimize, Accelerate]
URL: https://www.prisma.io/changelog/2024-09-26

Prisma Optimize is now in GA, offering AI-powered tools to analyze and improve database query performance. It identifies problematic queries, provides actionable insights like redu...

---

## v5.19.0 — Prisma ORM v5.19.0: introducing TypedSQL
Date: 2024-08-29 [Prisma ORM, Pulse, Accelerate]
URL: https://www.prisma.io/changelog/2024-08-29

We're excited to introduce TypedSQL in Prisma ORM, a new feature that brings type safety to your raw SQL queries. With TypedSQL, you can write raw SQL in .sql files and enjoy the b...

---

## v5.18.0 — Prisma ORM v5.18.0: native UUIDv7 support
Date: 2024-08-08 [Prisma ORM, Pulse, Accelerate]
URL: https://www.prisma.io/changelog/2024-08-08

🎉 You can now use the latest version of UUIDs with Prisma ORM, providing even more flexibility and future-proofing for your applications.

---

## v5.17.0 — Prisma ORM v5.17.0: QueryRaw performance improvements
Date: 2024-07-18 [Prisma ORM, Accelerate]
URL: https://www.prisma.io/changelog/2024-07-18

We’ve changed the response format of queryRaw to decrease its average size, which reduces serialization CPU overhead. Here’s a peek at the results measuring before and after the im...

---

## v5.16.0 — Prisma ORM v5.16.0: global omit for model fields
Date: 2024-06-27 [Prisma ORM, Platform]
URL: https://www.prisma.io/changelog/2024-06-27

In 5.13.0, we introduced Preview support for the omit option within the Prisma Client query options. Now, we’re more than happy to announce that we’re expanding the omitApi Preview...

---

## v5.15.0 — Prisma ORM v5.15.0: multi-file schemas and Pulse delivery guarantees
Date: 2024-06-06 [Prisma ORM, Pulse, Accelerate]
URL: https://www.prisma.io/changelog/2024-06-06

Pulse makes it easy to build event-driven apps by letting you react to changes in your database. Thanks to its new event persistence feature, all database change events are now gua...

---

## v5.14.0 — Prisma ORM v5.14.0: Prisma Optimize and createManyAndReturn
Date: 2024-05-15 [Prisma ORM, Optimize]
URL: https://www.prisma.io/changelog/2024-05-15

Ever wondered what SQL the Prisma ORM generates under the hood? Want to understand the performance of your app and deliver a better and faster experience for your users? With Prism...

---

## v5.13.0 — Prisma ORM v5.13.0: Static IP support for Prisma Accelerate
Date: 2024-04-25 [Accelerate, Prisma ORM]
URL: https://www.prisma.io/changelog/2024-04-25

Prisma Accelerate introduces Static IP support, enabling secure connections to your database with predictable IPs for controlled access and minimized exposure. This allows connecti...

---

## v5.12.0 — Prisma ORM v5.12.0: Cloudflare D1 in Preview
Date: 2024-04-03 [Prisma ORM, Pulse, Accelerate]
URL: https://www.prisma.io/changelog/2024-04-03

Exciting news! 5.12.0 release brings Preview support for Cloudflare D1 with Prisma ORM 🥳

---

## v5.11.0 — Prisma ORM v5.11.0: Pulse reaches General Availability
Date: 2024-03-13 [Prisma ORM, Pulse]
URL: https://www.prisma.io/changelog/2024-03-13

We're thrilled to announce that Pulse has reached General Availability! This marks a significant milestone in our journey to redefine how developers interact with database-event dr...
