stack.pulse
#stacks/prisma/orm

Prisma release notes, breaking changes, and upgrade notes.

Next-generation Node.js and TypeScript ORM StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
8
breaking
0
security
0
deprecated
0
migrations
0

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

Prisma releases from GitHub

StackPulse watches Prisma release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
7.8.0mediumfeatureApr 22, 2026

7.8.0

This release introduces fine-grained control over the query plan cache in Prisma Client and fixes several bugs related to JSON filtering, enum parameterization, and SQL Server casts. It also addresses issues in schema engine migrations and PostgreSQL introspection.

release_signals
+Added `queryPlanCacheMaxSize` option to `PrismaClient` constructor for query plan cache control.
view source on github->
7.7.0highfeatureApr 7, 2026

7.7.0

This release introduces the new `prisma bootstrap` command, which simplifies the Prisma Postgres setup process into a single interactive flow. It detects the project state and runs necessary steps like initialization, linking, dependency installation, migration, generation, and seeding.

release_signals
+New `prisma bootstrap` command for streamlined Prisma Postgres setup
+Interactive flow detects project state and runs necessary steps
+Supports 10 starter templates from prisma-examples
+Non-interactive mode for CI environments
+Prompts for confirmation on side-effecting steps
view source on github->
6.19.3criticalApr 1, 2026

6.19.3

This patch release updates the `effect` dependency to address a security vulnerability, ensuring safer usage of the Prisma library.

view source on github->
7.6.0highfeatureMar 27, 2026

7.6.0

This release introduces new CLI commands for PostgreSQL, enhances driver adapters with new options, and brings significant improvements to Prisma Studio, including dark mode and multi-cell editing.

release_signals
+Added `prisma postgres link` command for connecting local projects to Prisma Postgres databases
+Dark mode support in Prisma Studio
+Multi-cell editing in Prisma Studio
+Generative SQL with AI in Prisma Studio
+Added `statementNameGenerator` option in @prisma/adapter-pg for custom prepared statement names
view source on github->
7.5.0highfeatureMar 11, 2026

7.5.0

This release introduces support for nested transaction rollbacks via savepoints in SQL databases, enhances Prisma Studio with multi-cell selection and full table search, and includes several bug fixes for driver adapters and Prisma Client.

release_signals
+Added support for nested transaction rollbacks via savepoints
+Multi-cell selection and full table search in Prisma Studio
+More intuitive filtering with raw SQL filters
+Cmd+k Command Palette in Prisma Studio
+Ability to run raw SQL queries in Prisma Studio
view source on github->
7.4.2lowFeb 27, 2026

7.4.2

This patch release focuses on bug fixes and quality improvements across Prisma Client, Driver Adapters, and Schema Engine. Key fixes include resolving case-insensitive filter regressions, query plan mutations, and MySQL join issues.

view source on github->
7.4.1mediumfeatureFeb 19, 2026

7.4.1

This patch release focuses on bug fixes and quality improvements across Prisma Client, Driver Adapters, and Prisma Schema Language. Key fixes include cursor-based pagination regression, JSON value deserialization, and handling null values in type parsers.

release_signals
+Enable batching of multiple queries inside interactive transactions
+Support `where` argument on field-level `@unique` for partial indexes
+Add object expression and object member support to schema reformatter
view source on github->
7.4.0highfeatureFeb 11, 2026

7.4.0

This release introduces a new caching layer in Prisma Client to optimize query compilation and improve application throughput under high concurrency. Additionally, it adds support for partial indexes (filtered indexes) across multiple databases, enhancing query performance and reducing index size.

release_signals
+Caching layer in Prisma Client for optimized query compilation
+Partial Indexes (Filtered Indexes) support for PostgreSQL, SQLite, SQL Server, and CockroachDB
+Type-safe object syntax for partial indexes
+Raw SQL syntax for partial indexes
+Improved connection handling for non-ASCII database names
view source on github->