Last 7 days
0
Features: 0
Changes: 0
Fixes: 0
Deprecations: 0
Type-safe database toolkit for application developers.
Latest Prisma changelog updates, official release notes, breaking changes, security patches, pricing changes, and developer reactions in one product feed.
Follow this Prisma release-notes page to spot useful features, risky migrations, noisy announcements, and source links before they hit your backlog.
Changes.Watch links back to official changelog and release-note sources so summaries stay easy to verify.
Use channels to follow groups of tools around a stack, workflow, or topic.
Rolling windows show how many product updates landed in the last 7, 30, 90, and 365 days, grouped by existing changelog semantics.
0
0
2
Client generation handles workspace output paths more consistently.
Community ratings: 19 Useful, 4 Noise, 5 Risky, 0 Broke, 8 Try.
28
Added queryPlanCacheMaxSize option to PrismaClient for fine‑grained query‑plan cache control.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added an interactive `prisma bootstrap` command that automates full Prisma Postgres setup (init, link, install deps, migrate, generate, seed).
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Updated the effect dependency to remediate a security vulnerability.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Introduced a new Prisma Postgres CLI group with a link command and added streaming schema parsing for extremely large files.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added nested transaction rollback support with savepoints, ensuring inner transactions roll back when an outer transaction fails.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
- Fixed case‑insensitive IN/NOT IN filter regression in Prisma Client.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix cursor‑based pagination regression and preserve Prisma.skip in query extensions
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Introduce an ORM caching layer with an LRU cache to reuse compiled query plans and reduce event‑loop contention
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added a `compilerBuild` option (fast or small) allowing users to choose between speed‑optimized or size‑optimized query compiler engines.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed Prisma Accelerate support issue in edge runtime configurations when the @prisma/client/edge entrypoint was not used.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Add SQL commenter plugin for query insights metadata
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Patch release 6.19.1 fixes diffing bug introduced in 6.13.1 that reported empty diffs.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Introduce SQL commenter plugins for Prisma Client, allowing query tags, trace‑context and custom metadata in SQL queries.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed multiple Prisma Studio issues: added Deno 1.4–2.2 and Bun 1 support, resolved column‑collision bugs, added SQLite‑file missing warnings, addressed issue 1363, and sorted tables alphabetically.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Prisma Client is now ESM‑only by default, with 90% smaller bundles and up to 3× faster queries; requires explicit adapter or accelerateUrl, and removes legacy client instantiation options.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added connection pooling support for Prisma Postgres via `pool=true` query parameter.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
prisma init now scaffolds a prisma.config.ts and enables datasource and engine configuration via this file, preparing for Prisma 7 requirements
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix regression in v6.17.0 where diffing of unsupported types caused unnecessary or incorrect migration changes.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added Entra ID (Active Directory) authentication support for the MS SQL driver and relaxed the @opentelemetry/instrumentation version range.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed missing JSON null type definitions in Prisma Client’s browser entrypoint.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix validation to clearly error when Prisma Postgres URL and driver adapter are both specified (mutually exclusive)
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed leftover code in Prisma client TS generator that forced preview features in edge runtimes.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Migrated Prisma ORM core from Rust to TypeScript, offering a Rust‑free version (opt‑in) with ~90% smaller bundle size, faster queries and lower CPU usage
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added AI safety guardrails: CLI now requires explicit confirmation for destructive commands when invoked by popular AI assistants, protecting against accidental data loss.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Introduced the @unique attribute for SQL views (preview), enabling relationships, findUnique queries, and cursor‑based pagination on views.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Prisma Config file (prisma.config.ts) and multi‑schema support are now General Availability, dropping early‑access flags.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Introduced preview of an ESM‑compatible Prisma client generator, set to become the default in v7
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed PrismaClientInitializationError when using @prisma/client with @prisma/extension accelerate on a prisma+postgres:// connection string during client generation.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added preview driver adapters for MySQL/MariaDB, Neon, and CockroachDB, enabling a Rust‑free Prisma ORM version; CLI now supports stopping and removing local Prisma Postgres instances and introduces a more flexible Prisma client generato...
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix incomplete PostgreSQL connection termination on Windows for Prisma Migrate.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Preview Rust‑engine‑free query compiler for MS SQL Server and PlanetScale via adapter packages
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Preview release of Rust‑engine‑free Prisma ORM for PostgreSQL & SQLite using queryCompiler and driverAdapters flags.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
- Fixed prisma init and prisma dev commands on Windows that were broken after 6.8.1
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix prisma init command on Windows
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added `prisma dev` command for local Prisma Postgres development without Docker
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Introduced Rust‑free Query Compiler for PostgreSQL and SQLite (early access) requiring new flags and driver adapters
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Early‑access Prisma client generator with full ESM support, requiring an explicit output path and emitting plain TypeScript.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Removed interactive reset prompt; migrations now exit with an error unless `prisma migrate reset` is run explicitly
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed issues with the NPS survey functionality
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Introduce early‑access TypeScript configuration file (prisma.config.ts) for custom runtime config
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Improved Prisma init output when using the `db` option
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added Prisma Studio to the Console with a new model viewer, edit sidebar, and “Close all” button for a better developer experience.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix omission of omitApi preview checks when promoting to GA.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Imported from changelog source; review and generate a concise summary before publishing.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Tracing preview upgraded to GA – stable without preview flag, updated span format, and @opentelemetry/api now a peer dependency; adjust dependencies accordingly
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed issue with Prisma Client generated in a custom output path when used with Next.js
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Upgrade to Prisma ORM v6 requires newer runtimes (Node.js ≥18.18.0, TypeScript ≥5.1.0) and introduces breaking schema changes: primary key on implicit many‑to‑many tables, replacement of Buffer with Uint8Array, removal of NotFoundError, ...
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added OpenTelemetry‑compatible tracing spans for database client calls, improving compatibility with tools like DataDog and Sentry
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed bug where migrations didn't use the shadow database in certain edge cases
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added full MongoDB support to the tracing preview feature, enabling OpenTelemetry instrumentation for Prisma Client.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Introduces preview feature `strictUndefinedChecks` that throws runtime errors for explicit undefined values, with `Prisma.skip` to retain old behavior; recommended alongside TS `exactOptionalPropertyTypes`.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed multiple runtime bugs reported in issues #25101, #25103, #25104, and #25137
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added TypedSQL preview: write .sql files in a prisma/sql folder, type‑checked at generate time and importable via @prisma/client/sql.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Add native support for UUID v7 via updated uuid() function with optional version argument
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added native “find references”, hover previews, and quick‑fix actions to the Prisma VSCode extension
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed Prisma Client failure when importing the WASM module in Next.js apps deployed to Vercel Edge.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed Prisma Client dotenv loading issue causing DATABASE_URL errors
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added global omitApi preview to omit model fields across all queries
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix internal error "entered unreachable code" in Prisma Client during upserts
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added preview support for multi‑file Prisma schemas via the `prismaSchemaFolder` flag, allowing a `prisma/schema` directory with multiple .prisma files.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Introduce top‑level `createManyAndReturn()` query with RETURNING support for PostgreSQL, CockroachDB, and SQLite, allowing immediate retrieval of created records and field selection.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added preview `omit` API to Prisma Client, enabling exclusion of fields in queries (mutually exclusive with `select`).
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed Windows-only CLI flags for Cloudflare D1 migration diff and db pull introduced in 5.12.0.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added preview support for Cloudflare D1 via the @prisma/adapter D1 driver and driverAdapters feature
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Add preview support for deploying Prisma ORM to Vercel Edge Functions, Vercel Edge Middleware, Cloudflare Workers and Cloudflare Pages (requires compatible database drivers).
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix persistent "Invalid character" error in Prisma CLI affecting Prisma Studio
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixes Prisma Client and CLI error caused by non‑ASCII characters (e.g., Chinese) in schema.prisma comments
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added MySQL preview feature `relationJoins` with `relationLoadStrategy` (join or query) for optimized relation queries (MySQL ≥ 8.0.14).
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed TypeScript type breakage caused by conditional exports in @prisma/client.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Introduced JOIN-based relation queries and optimized result sets, expanding RETURNING support to SQLite and more operations, reducing unnecessary SELECTs.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed Prisma Client parallel execution error (P2024) caused by connection limits in version 5.8.0
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added preview option to specify per‑query relation loading strategy (join or separate queries) via `relationLoadStrategy`.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
- Fixed multiple bugs in the relationJoins preview feature, including Int[] returning null and filtering issues with isNot: null.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Preview support for JOINs in relation queries for PostgreSQL and CockroachDB.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Prisma Accelerate (global edge cache and connection pooling) is now generally available.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixes Prisma CLI checksum validation error for Windows query_engine.dll.node.gz
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix regression in Prisma Client 5.5.0 causing a TypeScript error when passing PrismaPlanetScale adapter to the constructor
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added three new flags to `prisma init` for setting default generator, preview features, and client output location.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix subquery column overflow issue in Prisma Client 5.4.0
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix Prisma Client error where .findMany() reported a missing column j1.id
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added preview support for PlanetScale and Neon serverless drivers and early‑access Turso driver via the driverAdapters flag
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed duplicated keys in metrics properties within Prisma Client
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added runtime validation for undefined values in JSON array fields and improved memory usage for models with many @unique constraints.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added a `noEngine` flag to omit the Query Engine from generated Prisma Client, optimizing bundle size for Accelerate and Data Proxy usage.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed unhandled runtime error in Prisma Client Browser bundle when upgrading from 5.0.0 to 5.1.0
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Optimized Prisma Client to generate fewer SQL statements for PostgreSQL and CockroachDB updates/inserts, cutting unnecessary queries and transactions.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Default JSON wire protocol is now GA, delivering faster performance, along with GA of fieldReference and extendedWhereUnique features.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix incorrect generated types for MongoDB list composites
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Restored proper field references and type generation for extended Prisma clients, including $extend handling with composite compilerOptions
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Prisma Client extensions are now generally available and production‑ready, with added $allOperations method, updated import path, and middleware deprecated in favor of query extensions.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Adds support for custom arguments to the `prisma db seed` command, enabling environment‑specific or partial seeding.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixes Prisma Client edge build failing on Cloudflare Workers due to unresolved "os" module
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added new preview capabilities such as PostgreSQL extensions, extended unique constraints, field reference support, order‑by‑nulls, and filtered count, plus extra introspection warnings for check, exclusion, and $jsonSchema features.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added introspection warnings for unsupported database features (e.g., partitioned tables, row‑level security, TTL) and improved documentation links
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Introduced a preview feature to introspect SQL views, generating .sql files alongside the Prisma schema.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Early preview JSON protocol added to improve Prisma Client startup performance, enabled via preview flag or PRISMA_ENGINE_PROTOCOL env var (with known limitations).
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix false validation of the directUrl environment variable in Prisma Client, preventing erroneous P1012 errors.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added `directUrl` datasource option for separate connection strings, improving support for connection poolers like Prisma Data Proxy and pgBouncer.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Imported from changelog source; review and generate a concise summary before publishing.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix TypeScript type conflicts in Prisma Client for custom many‑to‑many relations
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Reduce engine binary size by ~50% (e.g., Query Engine from 39 MB to 14 MB) and speed up schema loading for better serverless performance
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix missing Enum field types in select when using clientExtensions preview feature
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Interactive transactions are now Generally Available, enabling async functions in $transaction with support for isolation levels and Data Proxy.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix Prisma Client regression causing panics in findMany after upgrading to 4.6.0
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Enables preview of interactive transactions with Prisma Data Proxy (still requires the preview flag)
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added preview support for non‑unique fields in unique‑record where clauses (e.g., findUnique, update).
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added support for setting transaction isolation levels on sequential transactions and introduced new P2034 error code for write conflicts or deadlocks.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix Prisma Client compatibility with TypeScript 4.8
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added preview support for field references, filtered‑relation count, and multi‑schema (PostgreSQL/SQL Server) via feature flags.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed cold start performance regression in Prisma Client
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Preview support for Prisma Client tracing, enabling distributed request tracking with tools like Jaeger, Honeycomb, or DataDog.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed regression in Prisma Studio where horizontal scrolling sometimes failed
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added preview support for ordering null values via the `orderByNulls` flag
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
General Availability for preview features (extendedIndexes, filterJson, improvedQueryRaw) and new defaults for scalar lists and embedded MongoDB documents.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Introduce PRISMA_GENERATE_DATAPROXY environment variable to enable Data Proxy generation via Prisma Client without running the CLI command
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed regression from 3.15.0 that caused database connection errors on macOS
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Improved Prisma Client for Data Proxy with a new generation flag and Edge import (@prisma/client/edge) for Cloudflare Workers and Edge environments
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
GA release of CockroachDB connector with full Prisma Client and Migrate support.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
GA for `prisma migrate diff` and `prisma db execute` commands, removing the preview flag and enabling automated migration workflows
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
MongoDB support graduates to GA with type‑safe embedded document queries, schema‑driven index management, introspection and raw query APIs.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Changed default filter behavior: undefined fields are excluded by default, breaking existing queries that relied on them being returned;
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added experimental support for filtering and sorting embedded documents, with preview for "contains many" relationships
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added preview support for embedded documents with a new `type` keyword and enabled their introspection by default
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed Fluent API chaining issue for PascalCase columns
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix Prisma DB pull to correctly read .env files
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added preview CLI commands `prisma migrate diff` and `prisma db execute` for generating schema diffs and applying SQL scripts, enabling automated migration workflows.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix runtime error in @prisma/sdk v3.8.0 where the 'fs jetpack' module could not be found.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added preview support for MySQL full‑text search via `@@fulltext()` and new schema flags.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Imported from changelog source; review and generate a concise summary before publishing.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Preview support for full‑text indexes in MySQL & MongoDB and hash indexes in PostgreSQL.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Add ordering by relevance for PostgreSQL full‑text search (feature flag)
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Resolve Prisma Client Data Proxy crash when handling multi-byte characters
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Bugfix for MongoDB preview feature: resolves failure when creating many‑to‑many (m‑n) relationships.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added PostgreSQL 14 support and new MongoDB features: orderBy on aggregate groups, initial db push sync for uniques/indexes, and embedded document introspection.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Early Access Prisma Data Proxy adds connection pooling and enables Prisma Client use in serverless environments such as Cloudflare Workers.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed Prisma Client generation errors on Alpine 3.14 with Node 14 caused by missing libssl.so.3
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added preview support for MongoDB introspection via `prisma db pull`, generating a Prisma schema from existing collections with type conflict comments and manual relation handling.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Introduced the referentialIntegrity preview flag (renamed from planetScaleMode) to enable Prisma‑level referential integrity for databases without foreign keys, defaulting to Prisma for MongoDB
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Patch release 3.0.2.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Promoted several preview features to General Availability (Referential Actions, Named Constraints, Microsoft SQL Server/Azure SQL support, prisma db seed, Node API, Order‑by‑Aggregate in Group‑by, and Order‑by‑Relation).
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Improved Prisma CLI with a revamped update notifier for major version upgrades
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixes an issue where a NOT within another NOT generated SQL with only a single NOT
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added preview support for Full‑Text Search on PostgreSQL via the `fullTextSearch` flag.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix 'debug' namespace resolution error in Prisma Client
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Introduces Interactive Transactions as a preview feature (opt‑in via schema flag) for transactional writes with dependency handling.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed multiple MongoDB connector bugs (findUnique errors, relation filtering, array ID filtering) and assorted Prisma Client, Migrate, and Studio issues.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added preview support for MongoDB, enabling Prisma schemas to target mongodb and generate a compatible client.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added a preview "referentialActions" feature allowing fine‑grained ON DELETE/ON UPDATE control in the Prisma schema; defaults shift to RESTRICT/SET NULL and Prisma Client no longer pre‑checks deletes, which may be a breaking change for e...
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added human‑readable drift diagnostics to `prisma migrate dev` for easier debugging.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed panic in Prisma Client createMany caused by a missing scalar field in FundMangerTeamMemberExperience.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added JSON and enum support to the MongoDB provider for Prisma Client.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added preview JSON filtering for PostgreSQL and MySQL, enabling queries on JSON fields
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix Prisma CLI Prisma Migrate error on SQL Server caused by invalid data source URL
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
prisma db push promoted to General Availability, enabling schema updates without migrations
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed Prisma Client MaxListenersExceededWarning memory leak warning.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Imported from changelog source; review and generate a concise summary before publishing.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added preview support for ordering groupBy results by aggregate values (orderByAggregateGroup flag).
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Imported from changelog source; review and generate a concise summary before publishing.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added preview support for relation count queries and a Node API binding Prisma’s Rust engine directly to the client; GA for groupBy/createMany and new PostgreSQL array push operation.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Prisma Migrate is now GA, removing the preview flag and automatically triggering client generation after migrate commands.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Add new `prisma db pull` command to replace `prisma introspect`, with a deprecation path for the old command.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Native database types are now GA, enabling @db.* column attributes and ignore directives for unsupported fields
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed localhost connection failures for MySQL, MariaDB, and SQL Server when run via Docker
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Move Prisma CLI to the `prisma` npm package and deprecate `@prisma/cli`, requiring a find‑replace in codebases.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Adds native database type support in Prisma Migrate and introduces a preview db seed command for fast data seeding.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added preview support for Group By queries in Prisma Client (enable via generator flag).
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed reintrospection bug on relations in Introspection.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Introduce Prisma Migrate Preview with deterministic plain‑SQL migrations, breaking the previous experimental API
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed a client-breaking issue where error classes were incorrectly exported as types
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added a standalone Prisma Studio macOS app with Windows/Linux support planned.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Introduced native database type mapping and preview scalar types (BigInt, Bytes, Decimal).
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix env variable loading conflict when .env already exists in project root
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix CLI engine usage and ensure Prisma Client loads root .env
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added preview support for Microsoft SQL Server via a new `sqlserver` connector (requires preview flag)
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added clientVersion field to Prisma Client error objects and improved $transaction error messages.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed invalid DMMF Enum value types in Prisma Client.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Introduced findFirst API that applies full findMany filters while returning only the first matching record
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix for Prisma Client JS connection errors when the connection string contains a dollar sign
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Prisma Studio promoted to stable and can be launched with `prisma studio` without the experimental flag.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixes broken update queries introduced in Prisma Client JS 2.6.0
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixes for broken update queries introduced in Prisma Client JS 2.6.0
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Prisma introspect now preserves manual schema changes by default (re‑introspection), with a new `--force` flag to override and avoid breaking existing workflows.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fix Prisma Client JS list relation filter issue introduced in 2.5.0
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Promoted middlewares, distinct query, and aggregation API to stable, removing the need for preview feature flags.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Adjusted Order by Multiple Fields API to ensure stable property ordering in JavaScript objects
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added ability to order query results by multiple fields via the new orderBy object syntax
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added a rename helper tool to the VS Code extension and made introspection preserve column order in generated models
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed the incorrect binary that was released in version 2.2.1
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixed Prisma CLI env loading when both ./prisma/.env and ./.env are present
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
VS Code extension now provides quick‑fix suggestions for Prisma schema typos
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Released patch 2.1.3 with various fixes and improvements.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Fixes the new table grid component in Studio
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Mask datasource URLs in migration files to prevent credential leakage.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Added JSON field filtering, prepared‑statement caching for PostgreSQL, and new experimental feature flags (connectOrCreate, transaction API, re‑introspection, custom @@map).
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
First patch release 2.0.1 using the new patch process
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.
Launches Prisma 2.0 GA with Prisma Client, a type‑safe auto‑generated query builder for databases.
Community ratings: 0 Useful, 0 Noise, 0 Risky, 0 Broke, 0 Try.