Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2024-03-13.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v5.11.0: Pulse reaches General Availability

We're thrilled to announce that [Pulse](https://www.prisma.io/data-platform/pulse) has reached General Availability! This marks a significant milestone in our journey to redefine how developers interact with database-event driven compute.

Pulse is managed database-event infrastructure that **simplifies database-event driven compute**, making it easy to power real-time functionality, like chat, notifications, data broadcast, and more.
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2024-04-03.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v5.12.0: Cloudflare D1 in Preview

Exciting news! **5.12.0** release brings Preview support for [Cloudflare D1](https://developers.cloudflare.com/d1/) with Prisma ORM 🥳

![blog-d1Launch@1.png](/changelog/image-66fc05379af15d65fd3dd6d792c9a575db648895-844x474-png-blog-d1Launch-1.png)
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2024-04-25.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v5.13.0: Static IP support for Prisma Accelerate

[Prisma Accelerate](https://www.prisma.io/data-platform/accelerate) introduces Static IP support, enabling secure connections to your database with predictable IPs for controlled access and minimized exposure. This allows connections from Accelerate to databases requiring trusted IP access.

![hero-firewall-teal@1.5x.png](/changelog/image-9a5f27696242c051a689abed3d4b7099a8145301-1200x674-png-hero-firewall-teal-1.5x.png)
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2024-05-15.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v5.14.0: Prisma Optimize and createManyAndReturn

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 [Prisma Optimize](https://www.npmjs.com/package/@prisma/extension-optimize) you can!

![changelog-optimize.png](/changelog/image-d662ff0fc23bcf0134f8ffea26db749bd670c6d1-844x474-png-changelog-optimize.png)
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2024-06-06.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v5.15.0: multi-file schemas and Pulse delivery guarantees

[Pulse](https://www.prisma.io/data-platform/pulse?utm_source=website&utm_medium=changelog&utm_campaign=pulse-dg) 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 guaranteed to be delivered *at least once* and *in the right order*!

![meta-delivery-guarantees.png](/changelog/image-6d76b801c5663654db08e0045d8a034526434668-1800x948-png-meta-delivery-guarantees.png)
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2024-06-27.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v5.16.0: global omit for model fields

In [5.13.0](https://github.com/prisma/prisma/releases/tag/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 feature to also include the ability to **omit fields globally**.

Here's an example how you’re able to define fields to omit when instantiating Prisma Client either locally or globally:
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2024-07-18.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v5.17.0: QueryRaw performance improvements

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 improvements.

![perf-graphs.png](/changelog/image-a6312279b8aab81d7fcf21ad3308dd3a18710c7f-2724x1566-png-perf-graphs.png)
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2024-08-08.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v5.18.0: native UUIDv7 support

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

To support this, we’ve updated the `uuid()` function in Prisma Schema to accept an optional integer argument. Right now, the only valid values are `4` and `7`, with `4` being the default.
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2024-08-29.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v5.19.0: introducing TypedSQL

We're excited to introduce [`TypedSQL`](https://www.prisma.io/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 benefits of type-checking and auto-completion, all within your Prisma projects.

![TypedSQL announcement 844x474.webp](/changelog/image-3591d625e8bce0c71d29d8cd0f026e5f8daf3f79-844x474-webp-TypedSQL-announcement-844x474.webp)
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2024-09-26.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v5.20.0: Prisma Optimize is now GA

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 reducing excessive rows or adding indexes, and allows you to track performance improvements in real-time.

![blogpost-optimize 8.svg](/changelog/image-a2d1af619fb547bcc995ef12e208107bffafc97f-844x474-svg-blogpost-optimize-8.svg)
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2024-10-17.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v5.21.0: new Optimize recommendations

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 of our optimization engine to streamline your development experience.

[Resolve repeated queries with caching](https://www.prisma.io/docs/optimize/recommendations/repeated-query)
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2024-11-07.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v5.22.0: Prisma Postgres enters Early Access

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 competitive pricing and no cold starts!

We’re confident that the technology powering Prisma Postgres is the path forward for database offerings. So much so that [we’ve gone in depth on our blog](https://www.prisma.io/blog/announcing-prisma-postgres-early-access) on how we brought Prisma Postgres to life.
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2024-11-28.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v6.0.0: Prisma ORM v6 has arrived

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 improved full-text search capabilities by promoting the `fullTextIndex` and `fullTextSearch` features to General Availability.

- **Explore what's new**: Read the [launch blog](https://pris.ly/prisma-6?utm_source=website&utm_medium=changelog) to learn how Prisma has evolved, including tooling updates and new features for improved performance and flexibility.
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2024-12-19.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v6.1.0: tracing is now stable

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 out [the release notes](https://github.com/prisma/prisma/releases/tag/6.1.0) for all the details.

## 📜 Our Manifesto for Prisma ORM
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2025-01-09.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v6.2.0: omit API is now GA

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](https://github.com/prisma/prisma/issues/5042)) to Generally Available. You can now use the omit API without a Preview feature flag!

6.2.0 also includes some other highly requested features:
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2025-01-30.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v6.3.0: Prisma Studio returns to Console

[We’ve released a new version of Prisma Studio!](https://www.prisma.io/blog/we-made-prisma-studio-even-better) This version is packaged with Prisma ORM 6.3.0 and also marks the triumphant return of **Prisma Studio in the Console**.

Be sure to **check out our blog post** for all the details, but here’s a shortlist:
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2025-02-20.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v6.4.0: Prisma Postgres is GA

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

We’re really excited to finally have a database offering, especially since Prisma Postgres comes standard with:
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2025-03-13.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v6.5.0: Rust to TypeScript update

![image.png](/changelog/image-f94c7ac0283481bbc8177d30bb3bc92464f1ca33-844x474-png-image.png)

Our ORM team is making progress on our transition from Rust to TypeScript. We've developed [a migration plan](https://www.prisma.io/blog/from-rust-to-typescript-a-new-chapter-for-prisma-orm) and now have [an initial prototype with benchmarks](https://www.prisma.io/blog/rust-to-typescript-update-boosting-prisma-orm-performance)!
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2025-04-10.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v6.6.0: MCP Server for Prisma Postgres

[Prisma Postgres](https://www.prisma.io/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 like Cursor, Windsurf, Lovable or co.dev.

In the [v6.6.0](https://github.com/prisma/prisma/releases/tag/6.6.0) ORM release, we added a command to start a Prisma MCP server that you can integrate in your AI development environment. Thanks to that MCP server, you can now:
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2025-05-01.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v6.7.0: Prisma Postgres on Vercel Marketplace

We’re excited to announce that Prisma Postgres is now available as a [Vercel Marketplace integration](https://vercel.com/marketplace/prisma). With the [integration](https://www.prisma.io/blog/connect-your-apps-to-prisma-postgres-via-vercel-marketplace-integration), you can:

- create Prisma Postgres instances without leaving the Vercel Dashboard
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2025-05-19.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v6.8.0: local Prisma Postgres with prisma dev

#### 💻 **Local development with Prisma Postgres via `prisma dev` (Early Access)**

In 6.8.0, we released a way to develop against Prisma Postgres *locally* — no Docker required!
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2025-06-05.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v6.9.0: no Rust engines for PostgreSQL and SQLite

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](https://www.prisma.io/docs/orm/more/releases#early-access) (EA) phase, now is a great time for you to get your hands on the [Rust-free Prisma ORM version](https://www.prisma.io/blog/try-the-new-rust-free-version-of-prisma-orm-early-access).

This major architectural change has moved from EA into [Preview](https://www.prisma.io/docs/orm/more/releases#preview) in this release, meaning there are no more know major issues. If you want to try it out, add the `queryCompiler` and `driverAdapters` preview feature flags to your `generator`, install the driver adapter for your database, and get going:
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2025-06-17.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v6.10.0: no Rust engines for MS SQL Server and PlanetScale

We are in the process of [removing the Rust engines](https://www.prisma.io/docs/orm/prisma-client/setup-and-configuration/no-rust-engine) from Prisma ORM. If you want to try this, you can configure your `generator` like this:

```typescript
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2025-07-02.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v6.11.0: embed Prisma Studio in your React apps

If you’re using Prisma Postgres (yourself or [by offering it to your own users](https://www.prisma.io/partners)), you can now embed Prisma Studio to offer an amazing data editing experience via the [`@prisma/studio-core`](https://www.npmjs.com/package/@prisma/studio-core) npm package.

![Studio-component[LIGHT]@4x.png](/changelog/image-d2c35b8243dd6f86ff9a353d5bb64ad79510920f-2836x981-png-Studio-component-LIGHT-4x.png)
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2025-07-17.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v6.12.0: ESM-compatible prisma-client in Preview

#### ESM-compatible `prisma-client` generator now in Preview

We’re excited to share that our new and more flexible [`prisma-client` generator](https://www.prisma.io/docs/orm/prisma-schema/overview/generators#prisma-client-early-access) is moving into [Preview](https://www.prisma.io/docs/orm/more/releases#preview)! As a reminder, here’s what it looks like:
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2025-07-30.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v6.13.0: Prisma Config is now GA

#### 📂 Prisma Config is now Generally Available

The [`prisma.config.ts`](https://www.prisma.io/docs/orm/reference/prisma-config-reference) file is Prisma ORM’s native way to provide configuration options for your project. The Prisma Config file now allows you to:
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2025-08-27.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v6.15.0: AI guardrails prevent database resets

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 popular AI agents such as Claude Code, Gemini CLI, Qwen Code, Cursor, Aider and Replit.

If a command like `prisma migrate reset --force` is attempted, Prisma ORM will prompt for explicit confirmation before proceeding.
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2025-09-10.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v6.16.0: Rust-free ORM and driver adapters are GA

Eight months ago, we published our [ORM manifesto](https://www.prisma.io/blog/prisma-orm-manifesto) with the first hint that we’re going to remove the Rust-based query engine from Prisma ORM:

*We’re addressing this by migrating Prisma’s core logic from Rust to TypeScript and redesigning the ORM to make customization and extension easier.*
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2025-10-08.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v6.17.0: Prisma Postgres works with any tool

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 amazing DX.

That being said, preferences may vary and some developers prefer to use plain SQL or lower-level query builders in their applications. As of this release, these ways for connecting to Prisma Postgres are now officially Generally Available (GA) and can be used in your production apps!
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2025-11-05.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v6.19.0: connection pooling for Prisma Postgres

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

- [\#5675](https://github.com/prisma/prisma-engines/pull/5675): When dropping a model from a schema, do not append the default schema to the migration.
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2025-11-19.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v7.0.0: Rust-free Prisma Client becomes the default

**Rust-free Prisma Client as the default**

The Rust-free Prisma Client has been in the works for some time now, all the way [back to v6.16.0](https://www.prisma.io/docs/orm/more/upgrade-guides/upgrading-versions/upgrading-to-prisma-6), with early iterations being available for developers to adopt. Now with version 7.0, we’re making this the default for all new projects. With this, developers are able to get:
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2025-12-03.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v7.1.0: SQL comments and Prisma 7 read replicas

- [\#28735](https://github.com/prisma/prisma/pull/28735): **pnpm monorepo issues with prisma client runtime utils** Resolves issues in pnpm monorepos where users would report TypeScript issues related to `@prisma/client-runtime-utils`.
- [\#28769](https://github.com/prisma/prisma/pull/28769): **implement sql commenter plugins for Prisma Client** This PR implements support for SQL commenter plugins to Prisma Client. The feature will allow users to add metadata to SQL queries as comments, following the [sqlcommenter format](https://google.github.io/sqlcommenter/). Here are two related PRs that were also merged:
- [\#28796](https://github.com/prisma/prisma/pull/28796): **implement query tags for SQL commenter plugin**
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2025-12-17.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v7.2.0: migrate URL flags and Bun-aware prisma init

- [\#28830](https://github.com/prisma/prisma/pull/28830): feat: add `sqlcommenter-query-insights` plugin
- Adds a new SQL commenter plugin to support query insights metadata.
- [\#28860](https://github.com/prisma/prisma/pull/28860): feat(migrate): add `-url` param for `db pull`, `db push`, `migrate dev`
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2026-01-21.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ share:
source:
exportedAt: "2026-03-31T10:29:19.701Z"
---

## Prisma ORM v7.3.0: fast and small query compilers

- [\#28976](https://github.com/prisma/prisma/pull/28976): Fast and Small Query Compilers
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 `schema.prisma` with two options: `fast` and `small`. This allows you to swap the underlying Query Compiler engine based on your selection, one built for speed (with an increase in size), and one built for size (with the trade-off for speed). By default, the `fast` mode is used, but this can be set by the user. We still have more in progress for performance, but this new `compilerBuild` option is our first step toward addressing your concerns!

Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2026-02-11.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ share:
source:
exportedAt: "2026-04-14T00:00:00.000Z"
---

## Prisma ORM v7.4.0: Prisma Client query caching and partial indexes

## Highlights

## ORM
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2026-02-19.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ share:
source:
exportedAt: "2026-04-14T00:00:00.000Z"
---

## Prisma ORM v7.4.1: bug fixes and quality improvements

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.

## Fixes
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2026-02-27.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ share:
source:
exportedAt: "2026-04-14T00:00:00.000Z"
---

## Prisma ORM v7.4.2: bug fixes and quality improvements

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.

## Fixes
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2026-03-11.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ share:
source:
exportedAt: "2026-04-14T00:00:00.000Z"
---

## Prisma ORM v7.5.0: nested transaction savepoints and Studio updates

## ORM

### Nested transaction rollbacks via savepoints
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2026-03-27.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ share:
source:
exportedAt: "2026-04-14T00:00:00.000Z"
---

## Prisma ORM v7.6.0: prisma postgres link and Studio dark mode

## ORM

### Features
Expand Down
3 changes: 0 additions & 3 deletions apps/site/content/changelog/2026-04-07.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ share:
source:
exportedAt: "2026-04-14T00:00:00.000Z"
---

## Prisma ORM v7.7.0: the new prisma bootstrap command

## ORM

### `prisma bootstrap` command
Expand Down
Loading
Loading