- 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
No matching updates in this bucket.
Backend updates in 2025-w11
- 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.
- 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)