Download Latest Version 6.13.0 source code.tar.gz (14.0 MB)
Email in envelope

Get an email when there's a new version of Prisma

Home / 6.11.1
Name Modified Size InfoDownloads / Week
Parent folder
6.11.1 source code.tar.gz 2025-07-03 13.9 MB
6.11.1 source code.zip 2025-07-03 16.1 MB
README.md 2025-07-03 1.1 kB
Totals: 3 Items   30.0 MB 0

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, however, required refactoring the of the Prisma Client initialization logic, and while several test cases were added, an edge case was missing, causing https://github.com/prisma/prisma/issues/27569. Namely, using @prisma/client with @prisma/extension-accelerate on a prisma+postgres://... connection string, while generating the Prisma Client definitions via prisma generate, resulted in a PrismaClientInitializationError.

This is now fixed, so we highly recommend upgrading to version 6.11.1.

Reminder: when using Prisma Accelerate, we highly encourage you to generate your Prisma Client definitions via prisma generate --no-engine.

  • We've fixed an issue that would occur when using arrays as aggregation fields with the query compiler. These queries would fail with a confusing data mapping error. They should now work as expected.
Source: README.md, updated 2025-07-03