Skip to content

Update prisma 6.11.0 → 6.11.1 (patch)#963

Merged
KunoichiZ merged 1 commit into
sapphire-rewritefrom
depfu/update/yarn/prisma-6.11.1
Jul 9, 2025
Merged

Update prisma 6.11.0 → 6.11.1 (patch)#963
KunoichiZ merged 1 commit into
sapphire-rewritefrom
depfu/update/yarn/prisma-6.11.1

Conversation

@depfu
Copy link
Copy Markdown
Contributor

@depfu depfu Bot commented Jul 4, 2025

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ prisma (6.11.0 → 6.11.1) · Repo

Release Notes

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, however, required refactoring the of the Prisma Client initialization logic, and while several test cases were added, an edge case was missing, causing #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.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 2 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu Bot added the depfu label Jul 4, 2025
@depfu depfu Bot requested a review from KunoichiZ as a code owner July 4, 2025 16:00
@depfu depfu Bot added the depfu label Jul 4, 2025
@KunoichiZ
Copy link
Copy Markdown
Collaborator

@depfu rebase

@depfu depfu Bot force-pushed the depfu/update/yarn/prisma-6.11.1 branch from c7edadc to 984c5cd Compare July 4, 2025 17:49
@KunoichiZ KunoichiZ merged commit 0bc08c7 into sapphire-rewrite Jul 9, 2025
1 check passed
@depfu depfu Bot deleted the depfu/update/yarn/prisma-6.11.1 branch July 9, 2025 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant