Changes.Watch

Prisma changelog digest

Mar 10 - Mar 16, 2025. Useful releases, risky migrations, and noisy updates from the Prisma channel.

No matching updates in this bucket.

Prisma updates in 2025-w11

2025-03-13, Version 23.10.0 (Current), @aduh95

  • Added experimental node.config.json support for default flag configuration in test runner and other features
  • Implemented new APIs: tls.getCACertificates() and v8.getCppHeapStatistics()
  • Updated crypto root certificates to NSS 3.108 and upgraded OpenSSL to 3.0.16, improving security

2025-03-13, Version 20.19.0 'Iron' (LTS), @marco-ippolito

  • Enabled require(esm) and module syntax detection by default, removing experimental flags and warnings (can be disabled with no‑experimental options).
  • Added worker.postMessageToThread API and implemented the "module sync" exports condition for improved CJS/ESM interop.
  • Updated crypto root certificates, added process.features.require_module, and made numerous module loader refinements.

6.5.0

  • Removed interactive reset prompt; migrations now exit with an error unless `prisma migrate reset` is run explicitly
  • Added Prisma Studio support for `prisma.config.ts` with new configuration options
  • `$on` now returns the client, enabling chaining with `$extends`, plus several community bug fixes (binary loading, type safety, race condition, instrumentation)