Changes.Watch

Prisma changelog digest

Jun 23 - Jun 29, 2025. Useful releases, risky migrations, and noisy updates from the Prisma channel.

No matching updates in this bucket.

Prisma updates in 2025-w26

2025-06-24, Version 22.17.0 'Jod' (LTS), @aduh95

  • Deprecate instantiating node:http classes without new, passing an empty string to options.shell, and HTTP/2 priority signaling; future versions may error or remove them.
  • Stabilize assert.partialDeepStrictEqual() and add numerous new web‑stream utilities (e.g., readableWebStream, Dir resource management, duplex/web conversions) plus http2 diagnostics channels and implicit read permission for entrypoints.
  • Introduce minor ergonomics such as autoClose option for FileHandle readableWebStream, Dir explicit close handling, util.styleText('none'), and URL.createObjectURL()/revokeObjectURL() APIs.

2025-06-24, Version 24.3.0 (Current), @RafaelGSS

  • Added async iterator handling for burst file system events and introduced the fileURLToPathBuffer API in the URL module.
  • Enhanced the test runner with object property mocking support and refined automatic subtest waiting behavior.
  • Updated documentation, removed experimental warnings from type stripping, and performed numerous dependency upgrades and internal refactors.

2025-06-23, Version 20.19.3 'Iron' (LTS), @marco-ippolito

  • Graduated WebCryptoAPI Ed25519 and X25519 algorithms to stable and added support for zero‑length HKDF/PBKDF2 and non‑byte‑aligned deriveBits in SubtleCrypto
  • Updated root certificates to NSS 3.108 and refreshed timezone, ICU, V8, simdutf and corepack dependencies
  • Fixed several source and HTTP/HTTP2 issues (e.g., kill‑signal handling on Windows, graceful session close) and added extensive documentation improvements