- 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.
No matching updates in this bucket.
TypeScript updates in 2025-w37
- 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
- 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