Changes.Watch

Prisma changelog digest

Sep 8 - Sep 14, 2025. Useful releases, risky migrations, and noisy updates from the Prisma channel.

No matching updates in this bucket.

Prisma updates in 2025-w37

6.16.1

  • Fixed leftover code in Prisma client TS generator that forced preview features in edge runtimes.
  • Edge runtimes (workerd, Vercel Edge) no longer require driverAdapters and queryCompiler preview flags.

2025-09-10, Version 24.8.0 (Current), @targos

  • Added Chrome DevTools network inspection for HTTP/2 calls in Node.js
  • Expanded Web Crypto and node:crypto with new algorithms (Ed448, ML‑DSA, KMAC, Argon2, SLH‑DSA) and context parameters
  • Introduced CPU profiling APIs for Worker threads

6.16.0

  • Migrated Prisma ORM core from Rust to TypeScript, offering a Rust‑free version (opt‑in) with ~90% smaller bundle size, faster queries and lower CPU usage
  • GA release of the new ESM‑first Prisma client generator with full developer control, browser entrypoint and multi‑runtime support
  • Deprecated the `postgresqlExtensions` preview feature, recommending manual SQL migrations; added type‑checking performance optimizations and OAuth app management in Prisma Postgres