Prisma Client is an auto-generated, type-safe and modern JavaScript/TypeScript ORM for Node.js that's tailored to your data. Supports PostgreSQL, CockroachDB, MySQL, MariaDB, SQL Server, SQLite & MongoDB databases.
Last release 4 days ago
27 Aug 2026
Ships fairly regularly
a new release about every 1 weeks
Nearly every release is documented
notes for 60 of the last 60 stable releases
3 versions withdrawn
withdrawn after publishing
7 years old
10653 releases ยท first in 2020
Release timeline
10653 releases since 2020One column per quarter.
Releases
- 4.13.0-dev.3114 Apr 2023pre-release
Nothing published for this version
- 4.13.0-dev.3014 Apr 2023pre-release
Nothing published for this version
- 4.13.0-dev.2914 Apr 2023pre-release
Nothing published for this version
- 4.13.0-dev.2814 Apr 2023pre-release
Nothing published for this version
- 4.13.0-dev.2714 Apr 2023pre-release
Nothing published for this version
- 4.13.0-dev.2614 Apr 2023pre-release
Nothing published for this version
- 4.13.0-dev.2513 Apr 2023pre-release
Nothing published for this version
- 4.13.0-dev.2411 Apr 2023pre-release
Nothing published for this version
- 4.13.0-dev.2310 Apr 2023pre-release
Nothing published for this version
- 4.13.0-dev.226 Apr 2023pre-release
Nothing published for this version
- 4.13.0-dev.216 Apr 2023pre-release
Nothing published for this version
- 4.13.0-dev.206 Apr 2023pre-release
Nothing published for this version
- 4.13.0-dev.195 Apr 2023pre-release
Nothing published for this version
- 4.13.0-dev.185 Apr 2023pre-release
Nothing published for this version
- 4.13.0-dev.175 Apr 2023pre-release
Nothing published for this version
- 4.13.0-dev.165 Apr 2023pre-release
Nothing published for this version
- 4.13.0-dev.154 Apr 2023pre-release
Nothing published for this version
- 4.13.0-dev.134 Apr 2023pre-release
Nothing published for this version
- 4.13.0-dev.123 Apr 2023pre-release
Nothing published for this version
- 4.13.0-dev.113 Apr 2023pre-release
Nothing published for this version
- 4.13.0-dev.103 Apr 2023pre-release
Nothing published for this version
- 4.13.0-dev.931 Mar 2023pre-release
Nothing published for this version
- 4.13.0-dev.831 Mar 2023pre-release
Nothing published for this version
- 4.13.0-dev.730 Mar 2023pre-release
Nothing published for this version
- 4.13.0-dev.630 Mar 2023pre-release
Nothing published for this version
- 4.13.0-dev.529 Mar 2023pre-release
Nothing published for this version
- 4.13.0-dev.429 Mar 2023pre-release
Nothing published for this version
- 4.13.0-dev.329 Mar 2023pre-release
Nothing published for this version
- 4.13.0-dev.229 Mar 2023pre-release
Nothing published for this version
- 4.13.0-dev.128 Mar 2023pre-release
Nothing published for this version
- 4.12.028 Mar 2023
Release notes
Open source โ๐ Help us spread the word about Prisma by starring the repo or tweeting about the release. ๐
Highlights
Introspection of Views SQL improvements (Preview)
The
viewsPreview feature significantly improved this release:prisma db pullnow reads the SQL query used to define a view and stores it in a.sqlfile in aviewsfolder next to your Prisma schema.Note: These
.sqlfiles are not yet used for creating or updating views during migrations yet. For now, we are only looking for feedback. Let us know if the introspected SQL files match the views picked up in your database and if the correct files were created in your filesystem.We encourage you to leave feedback in this GitHub issue.
Improvements to JSON protocol (Early Preview)
In 4.11.0, we announced the
jsonProtocolPreview feature which had some rough edges. This release improves the Preview feature by providing polished and helpful error messages from Prisma Client when something goes wrong. Here is an example error message:We would appreciate it if you would try it out to help us polish the feature and move it to General Availability. Testing it requires little effort. Please also leave any feedback in this issue, or open a new one if you want to report a bug.
Prisma Client startup performance
In this release, we've improved the startup performance of Prisma Client. We're keen on improving the performance of Prisma Client. If you experience any problems with the startup performance, be sure to report them so that we can look into them.
Open Telemetry tracing and logging for Prisma Client for Data Proxy
This release adds support for Open Telemetry tracing (via the
tracingPreview feature) and logging to Prisma Client for Data Proxy.Fixes and improvements
Prisma Migrate
- Certain types of schema changes don't work with CockroachDB v22.2
- Completions: provided by engines break right at the start of a newline
db pullfail with particular enum default value in column- Unable to reset CockroachDB for table with foreign key relationship on v22.2.
- Introspection of SQLite views
- Changing the Column Type to Enum on a model throws an error
- Introspection of the view definition statement
- MySQL multi-value index removes the primary key on introspection
Prisma Client
findUniqueused withPromise.allreturnsnull- Missing
PrismaPromiseexport after update from 4.9.0 to 4.11.0 - jsonProtocol doesn't query enum fields by default
- Prisma 4.11 breaks multilevel relation with compound primary keys (typings)
- 4.11.0:
Unique constraint failed on the fieldson query that worked in 4.10.1 jsonProtocolField/Enum is not included in the result of the findFirst/findMany function- Too many records are returned in 4.11.0 when using nested include and @unique field is null
- Objects with computed properties returned from an extended prisma client return true for any property name when calling hasOwn or hasOwnProperty on it
Language tools (e.g. VS Code)
Credits
Huge thanks to @KhooHaoYit, @rintaun, @ivan, @art049 for helping!
๐บ Join us for another "What's new in Prisma" live stream
Learn about the latest release and other news from the Prisma community by joining us for another "What's new in Prisma" live stream.
The stream takes place on YouTube on Thursday, March 30 at 5 pm Berlin | 8 am San Francisco.
- 4.12.0-integration-views-fs.124 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-use-vercel-esm-annotation.127 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-tracing-data-proxy.124 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-test-ecosystem-update.21 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-test-ecosystem-update.11 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-rtld-deepbind.424 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-rtld-deepbind.322 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-rtld-deepbind.222 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-rtld-deepbind.122 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-refactor-copy-file.123 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-fix-throw-error-platform-caching.525 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-fix-throw-error-platform-caching.425 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-fix-throw-error-platform-caching.325 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-fix-throw-error-platform-caching.224 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-fix-throw-error-platform-caching.123 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-engines-4-12-0-66-perf-defer-ident-allocs-2bf180bc36a8447675c7c2d36aec5a1813dea216.127 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-engines-4-12-0-59-perf-defer-ident-allocs-c0a78a5572c3238e0dd3b5f29af71be1a5173d3d.124 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-engines-4-12-0-49-integration-errors-jsonp-b403b83be3fb1fc95e699f364c1624e86f41952d.122 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-engines-4-12-0-48-integration-errors-jsonp-f5c8b97cbc3aea8deb06d015e63fdae769b09c57.122 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-engines-4-12-0-47-integration-errors-jsonp-7ff7b8c8273daae6dd091c2c957db190b52e3d35.122 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-engines-4-12-0-46-integration-errors-jsonp-682b7853c53db6c897d9b64aec3bef0ecf275520.122 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-engines-4-12-0-45-integration-errors-jsonp-48093731ad366ed55019ccbc011a7c21d47a95a4.122 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-engines-4-12-0-40-integration-errors-jsonp-ab5a3fb8d19098bdd13fa6c1ca34742e0d80bd4c.121 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-engines-4-12-0-4-integration-extra-spans-9e6453adb6c92dbd218cd5f568705813f74082c1.11 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-engines-4-12-0-36-integration-errors-jsonp-4acc7604137b1795f92ed92a36c6ab4d9f42430b.120 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-engines-4-12-0-32-integration-errors-jsonp-da8c7441f3ebbd6a6d5586295a72febec1fb6517.119 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-engines-4-12-0-3-integration-extra-spans-774c9820eb2a8d4a7fcb8f953fbe9f42e5cc43ac.11 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-engines-4-12-0-29-integration-errors-jsonp-856f443c555f8171fca2de3bc5b726ab510d27d8.117 Mar 2023pre-release
Nothing published for this version
- 4.12.0-integration-engines-4-12-0-28-integration-errors-jsonp-7a1bee90a1c9281ea1f636a6a94ce76f0f4f9d27.117 Mar 2023pre-release
Nothing published for this version