Changes.Watch

Databases changelog digest

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

No matching updates in this bucket.

Databases 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.

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