Changes.Watch

Prisma changelog digest

Feb 9 - Feb 15, 2026. Useful releases, risky migrations, and noisy updates from the Prisma channel.

No matching updates in this bucket.

Prisma updates in 2026-w07

7.4.0

  • Introduce an ORM caching layer with an LRU cache to reuse compiled query plans and reduce event‑loop contention
  • Add preview support for Partial (filtered) Indexes on PostgreSQL, SQLite, SQL Server, and CockroachDB
  • Fix multiple issues: CREATE INDEX CONCURRENTLY migrations, BigInt precision in JSON aggregation, Unicode DB names, transaction commit errors, race conditions, and connection string parsing

2026-02-10, Version 25.6.1 (Current), @aduh95

  • Replaced the CJS module lexer with the new merve parser
  • Updated a range of dependencies (npm, amaro, minimatch, undici, googletest, OpenSSL) and bumped related GitHub Actions
  • Fixed Windows SRV ECONNREFUSED handling, resolve‑hook duplication, flaky test issues, and added several documentation clarifications