Traceary

Catalog / Databases

Prisma changelog

Type safe database client and migration tool for Node.js and TypeScript.

Latest
7.10.0
Shipped
25 Aug 2026yesterday
Collected
60 releasesback to 9 Jul 2024
Source
prisma/prisma
Project
prisma.io
Feed
RSS

Read today, the first day on record. Collection status

Version history

7.x15 releases
7.10.0

Prisma ORM 7.10.0 Prisma ORM 7.10.0 introduces a compatibility package for running Prisma 7 alongside newer Prisma versions, secures Prisma Studio's local server, and includes fixes across Prisma Client and the PostgreSQL, MariaDB, Neon, SQ

securityaddedfixed
7.9.1

Today, we're issuing a patch release to resolve a security advisory in a transitive dependency of Prisma CLI (via @prisma/dev). This fixes https://github.com/prisma/prisma/issues/29780. It does not actually affect @prisma/dev or Prisma CLI

securityfixed
7.9.0

Today, we are excited to share the 7.9.0 stable release πŸŽ‰ 🌟 Star this repo for notifications about new releases, bug fixes & features β€” or follow us on X! Highlights ORM Tab completions for the Prisma CLI Typing out CLI commands from memo

securityaddedfixed
7.8.0

Today, we are excited to share the 7.8.0 stable release πŸŽ‰ 🌟 Star this repo for notifications about new releases, bug fixes & features β€” or follow us on X! Highlights ORM Features Prisma Client Added a queryPlanCacheMaxSize option to the P

securityaddedfixed
7.7.0

Today, we are excited to share the 7.7.0 stable release πŸŽ‰ 🌟 Star this repo for notifications about new releases, bug fixes & features β€” or follow us on X! Highlights ORM prisma bootstrap command A new prisma bootstrap command (#29374, #29

securityaddedfixed
7.6.0

Today, we are excited to share the 7.6.0 stable release πŸŽ‰ 🌟 Star this repo for notifications about new releases, bug fixes & features β€” or follow us on X! Highlights ORM Features CLI Added a prisma postgres link command that connects a lo

securityaddedfixed
7.5.0

Today, we are excited to share the 7.5.0 stable release πŸŽ‰ 🌟 Star this repo for notifications about new releases, bug fixes & features β€” or follow us on X! Highlights ORM Features Added support for nested transaction rollbacks via savepoin

securityaddedfixed
7.4.2

Today, we are issuing a 7.4.2 patch release focused on bug fixes and quality improvements. πŸ›  Fixes Prisma Client Fix a case-insensitive IN and NOT IN filter regression (https://github.com/prisma/prisma/pull/29243) Fix a query plan mutation

fixedchanged
7.4.1

Today, we are issuing a 7.4.1 patch release focused on bug fixes and quality improvements. πŸ›  Fixes Prisma Client Fix cursor-based pagination regression with parameterised values (https://github.com/prisma/prisma/pull/29184) Preserve Prisma

addedfixed
7.4.0

Today, we are excited to share the 7.4.0 stable release πŸŽ‰ 🌟 Star this repo for notifications about new releases, bug fixes & features β€” or follow us on X! Highlights ORM Caching in Prisma Client Today’s release is a big one, as we introdu

securityaddedfixed
7.3.0

Today, we are excited to share the 7.3.0 stable release πŸŽ‰ 🌟 Star this repo for notifications about new releases, bug fixes & features β€” or follow us on X! ORM #28976: Fast and Small Query Compilers We've been working on various performanc

breakingsecurityadded
7.2.0

Today, we are excited to share the 7.2.0 stable release πŸŽ‰ 🌟 Star this repo for notifications about new releases, bug fixes & features β€” or follow us on X! Highlights ORM #28830: feat: add sqlcommenter-query-insights plugin Adds a new SQL

securityaddedfixed
7.1.0

Today, we are excited to share the 7.1.0 stable release πŸŽ‰ 🌟 Star this repo for notifications about new releases, bug fixes & features β€” or follow us on X! This release brings quality of life improvements and fixes various bugs. Prisma ORM

securityaddedfixed
7.0.1

Today, we are issuing a 7.0.1 patch release focused on quality of life improvements, and bug fixes. πŸ›  Fixes Prisma Studio: Support Deno >= 1.4 <2.2 and Bun >= 1 (via https://github.com/prisma/prisma/pull/28583) Fix collisions between user

fixed
7.0.0

Today, we are excited to share the 7.0.0 stable release πŸŽ‰ 🌟 Star this repo for notifications about new releases, bug fixes & features β€” and follow us on X! Highlights Over the past year we focused on making it simpler and faster to build

securityaddedfixed
6.x35 releases
6.19.3

Today, we are issuing a 6.19.3 patch release in the Prisma 6 release line. It updates the effect dependency to resolve a security vulnerability. Changes: https://github.com/prisma/prisma/pull/29416

securityfixedchanged
6.19.2

Today, we are issuing a 6.19.2 patch release in the Prisma 6 release line. It fixes an issue with Prisma Accelerate support in some edge runtime configurations when the @prisma/client/edge entrypoint is not being used. Changes: https://gith

fixed
6.19.1

Today, we are issuing a patch release for Prisma 6 that includes a fix for a diffing bug introduced in Prisma 6.13.1, which led to incorrectly reported empty diffs. Changes https://github.com/prisma/prisma-engines/pull/5706

fixed
6.19.0

Today, we are excited to share the 6.19.0 stable release πŸŽ‰ 🌟 Star this repo for notifications about new releases, bug fixes & features β€” or follow us on X Highlights This release brings a lot of bug fixes and improvements to both the ORM

securityaddedfixed
6.18.0

Today, we are excited to share the 6.18.0 stable release πŸŽ‰ 🌟 Star this repo for notifications about new releases, bug fixes & features β€” or follow us on X! Prisma ORM Prisma ORM is the most popular ORM in the TypeScript ecosystem. Today’s

securityaddedfixed
6.17.1

Today, we are issuing a patch release to address a regression in v6.17.0 that affected diffing of unsupported types, leading to unnecessary or incorrect changes when creating new migrations or running db pull. This update is recommended for

addedfixedchanged
6.17.0

Today, we are excited to share the 6.17.0 stable release πŸŽ‰ 🌟 Star this repo for notifications about new releases, bug fixes & features β€” or follow us on X! Prisma ORM Prisma ORM is the most popular ORM in the TypeScript ecosystem. Today's

securityaddedfixed
6.16.3

Today, we are issuing a 6.16.3 patch release focused on bug fixes. πŸ›  Fixes Prisma Client (prisma-client generator): fixed missing JSON null type definitions (JsonNull, DbNull, AnyNull) in the browser.ts entrypoint. (https://github.com/pris

addedfixedchanged
6.16.2

Today, we are issuing a 6.16.2 patch release. Bug fixes In Prisma ORM 6.16.0, we've enabled usage of the new engineType = client with Prisma Postgres, but our validation rules permitted invalid combinations of Prisma Postgres URLs and drive

addedfixed
6.16.1

Today, we are issuing a 6.16.1 patch release. Bug fixes In Prisma ORM 6.16.0, the driverAdapters and queryCompiler features were stabilized, but leftover code in the prisma-client-ts generator required them to still be specified in edge run

fixed
6.16.0

Today, we are excited to share the 6.16.0 stable release πŸŽ‰ 🌟 Star this repo for notifications about new releases, bug fixes & features β€” or follow us on X! Prisma ORM This section contains all the updates made in Prisma ORM v6.16.0. Rust-

securityaddedfixed
6.15.0

Today, we are excited to share the 6.15.0 stable release πŸŽ‰ 🌟 Star this repo for notifications about new releases, bug fixes & features β€” or follow us on X! Highlights AI safety guardrails for destructive commands Prisma ORM now includes b

securityaddedfixed
6.14.0

Today, we are excited to share the 6.14.0 stable release πŸŽ‰ 🌟 Star this repo for notifications about new releases, bug fixes & features β€” or follow us on X! Highlights @unique attributes for SQL views (Preview) Last release, we improved th

addedfixedchanged
6.13.0

Today, we are excited to share the 6.13.0 stable release πŸŽ‰ 🌟 Star this repo for notifications about new releases, bug fixes & features β€” or follow us on X! Highlights In this ORM release, we’re moving the Prisma Config file and the multi-

securityaddedfixed
6.12.0

Today, we are excited to share the 6.12.0 stable release πŸŽ‰ 🌟 Star this repo for notifications about new releases, bug fixes & features β€” or follow us on X! Highlights ESM-compatible prisma-client generator now in Preview We’re excited to

securityaddedfixed
6.11.1

Today, we are issuing a 6.11.1 patch release. Bug fixes In Prisma ORM version 6.11.0, we shipped a bug fix for Prisma that allows using Prisma Postgres with direct TCP connections with Prisma Driver Adapters. This fix required refactoring t

fixed
6.11.0

Today, we are excited to share the 6.11.0 stable release πŸŽ‰ 🌟 Star this repo for notifications about new releases, bug fixes & features β€” or follow us on X! Highlights Prisma ORM without Rust engines for MySQL/MariaDB, Neon & CockroachDB (

addedfixedremoved
6.10.1

Today, we are issuing a 6.10.1 patch release. Bug fixes In Prisma ORM version 6.10.0, we shipped a bug fix for Prisma Migrate that ensured we always gracefully closed PostgreSQL connections by sending the Terminate message and not just abru

fixed
6.10.0

Today, we are excited to share the 6.10.0 stable release πŸŽ‰ 🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release. Highlights No Rust engines for MS SQL Server & PlanetScale (Preview) We are in th

addedchangeddeprecated
6.9.0

Today, we are excited to share the 6.9.0 stable release πŸŽ‰ 🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release. Highlights Prisma ORM without Rust engines for PostgreSQL & SQLite (Preview) If yo

addedchanged
6.8.2

Today, we are issuing the 6.8.2 patch release. It fully resolves an issue with the prisma init and prisma dev commands for some Windows users who were still facing problems after the previous incomplete fix in version 6.8.1. Fixes: https://

fixed
6.8.1

Today, we are issuing the 6.8.1 patch release. It fixes an issue with the prisma init and prisma dev commands on Windows. Fixes https://github.com/prisma/prisma/issues/27192

fixed
6.8.0

Today, we are excited to share the 6.8.0 stable release πŸŽ‰ 🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release. Highlights Local development with Prisma Postgres via prisma dev (Early Access) In

added
6.7.0

Today, we are excited to share the 6.7.0 stable release πŸŽ‰ 🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release. Highlights Prisma ORM without Rust engines (Early Access) If you're a regular visi

breakingaddedchanged
6.6.0

Today, we are excited to share the 6.6.0 stable release πŸŽ‰ This version comes packed with exciting features, we can't wait to see what you're going to build with it! Read our announcement blog post for more details: Prisma ORM 6.6.0: ESM Su

breakingaddedfixed
6.5.0

Today, we are excited to share the 6.5.0 stable release πŸŽ‰ 🌟 Help us spread the word about Prisma by starring the repo ☝️ or tweeting about the release. 🌟 Highlights Databases can only be reset manually and explicitly In previous versions

addedfixedchanged
6.4.1

Today, we are issuing the 6.4.1 patch release. It fixes a few issues with the NPS survey and makes it respect the --no-hints CLI flag. Fixes Prisma CLI https://github.com/prisma/prisma/issues/26364

fixed
6.4.0

Today, we are excited to share the 6.4.0 stable release πŸŽ‰ 🌟 Help us spread the word about Prisma by starring the repo ☝️ or tweeting about the release. 🌟 Highlights TypeScript-based configuration with prisma.config.ts (Early Access) In t

addedchanged
6.3.1

This patch releases introduces improvements to the prisma init output when invoked to with the --db option. Run npx prisma@latest init --db to get an instant Prisma Postgres database.

addedfixed
6.3.0

Today, we are excited to share the 6.3.0 stable release πŸŽ‰ 🌟 Help us spread the word about Prisma by starring the repo ☝️ or tweeting about the release. 🌟 Highlights A brand new Prisma Studio In this release we've included several great i

addedfixedchanged
6.2.1

Today we are releasing the 6.2.1 patch release to address an issue with some of the omitApi preview feature checks having been accidentally omitted when making the feature GA. Now it is fully functional without the preview feature flag. Cha

fixed
6.2.0

Today we're releasing Prisma ORM version 6.2.0 πŸŽ‰ 🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟 We have a number of new features in this version, including support for json and enum fields in

addedfixedchanged
6.1.0

Today we're releasing Prisma ORM version 6.1.0 In this version our tracing Preview feature is being graduated to GA! Highlights Tracing goes GA The tracing Preview feature is now stable. You now no longer have to include tracing in your set

addedfixedchanged
6.0.1

Today we are releasing the 6.0.1 patch release to address an issue with using Prisma Client generated in a custom output path with Next.js. Changes Revert "type": "commonjs" addition in generated package.json

fixed
6.0.0

We’re excited to share the Prisma ORM v6 release today πŸŽ‰ As this is a major release, it includes a few breaking changes that may affect your application. Before upgrading, we recommend that you check out our upgrade guide to understand the

breakingaddedchanged
5.x9 releases
5.22.0

Today, we are excited to share the 5.22.0 stable release πŸŽ‰ 🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release. Highlights Further Tracing Improvements In our ongoing effort to stabilize the tr

addedfixed
5.21.1

Fixed a bug where migrations were not using shadow database correctly in some edge cases

fixed
5.21.0

Today, we are excited to share the 5.21.0 release πŸŽ‰ 🌟 Help us spread the word about Prisma by starring the repo ☝️ or posting on X about the release. Highlights Better support for tracing in MongoDB The tracing Preview feature now has ful

fixed
5.20.0

🌟 Help us spread the word about Prisma by starring the repo or posting on X about the release. 🌟 Highlights strictUndefinedChecks in Preview With Prisma ORM 5.20.0, the Preview feature strictUndefinedChecks will disallow any value that is

fixed
5.19.1

Today, we are issuing the 5.19.1 patch release. What's Changed We've fixed the following issues: https://github.com/prisma/prisma/issues/25103 https://github.com/prisma/prisma/issues/25137 https://github.com/prisma/prisma/issues/25104 https

fixedchanged
5.19.0

Today, we are excited to share the 5.19.0 stable release πŸŽ‰ 🌟 Help us spread the word about Prisma by starring the repo or posting on X about the release. 🌟 Highlights Introducing TypedSQL TypedSQL is a brand new way to interact with your

addedfixed
5.18.0

🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟 Highlights Native support for UUIDv7 Previous to this release, the Prisma Schema function uuid() did not accept any arguments and created a UUIDv

fixedchanged
5.17.0

🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟 Highlights VSCode extension improvements We’re happy to introduce some cool new features that will make your experience with the Prisma VSCode ex

addedfixedchanged
5.16.2

Today, we are issuing the 5.16.2 patch release to fix an issue in Prisma client. Fix in Prisma Client nextjs app deployed to vercel edge can't import prisma WASM module

fixed
0.x1 release
0.17.0

This is the namespace release: Prisma Next now publishes as 17 packages under the @prisma scope, and an application depends on exactly one database facade. It also completes the structured error-code scheme across every plane, makes relatio

breakingaddedfixed