releases.shpreview
Prisma/Prisma Changelog/December 3, 2025 - Prisma ORM and Extensions Update

December 3, 2025 - Prisma ORM and Extensions Update

$npx -y @buildinternet/releases show rel_t5ng9pcVbRTnmYl1C4VYD

Prisma ORM Features:

  • Resolved pnpm monorepo issues with @prisma/client-runtime-utils TypeScript conflicts
  • Implemented SQL commenter plugins for Prisma Client following the sqlcommenter format
  • Implemented query tags for SQL commenter plugin
  • Added traceContext SQL commenter plugin
  • Improved env() helper to accept interface-based generics, removing constraint on index signatures
  • Added error message when constructing PrismaClient without configs
  • Marked @opentelemetry/api as external in instrumentation to prevent duplicate package copies

Read Replicas Extension:

  • Added support for Prisma 7

SQL Comments Feature: Introduced SQL Comments support in Prisma 7.1.0, allowing metadata to be appended to SQL queries as comments for improved observability, debugging, and tracing. Supports basic usage with plugins like queryTags() and traceContext().

Fetched March 31, 2026