Changes.Watch

Prisma changelog digest

Sep 1 - Sep 7, 2025. Useful releases, risky migrations, and noisy updates from the Prisma channel.

No matching updates in this bucket.

Prisma updates in 2025-w36

2025-09-03, Version 20.19.5 'Iron' (LTS), @marco-ippolito

  • Fixed a SHAKE128/256 crypto bug introduced by OpenSSL 3.4, restoring correct hashing behavior.
  • Updated core dependencies (OpenSSL to 3.0.16, zlib to 1.3.1, corepack, acorn, minimatch, llhttp) and applied several build and DNS fixes.
  • Enhanced the module loader: allowed CJS require cycles in the ESM loader, improved handling of async module jobs, added clearer error messages, and prevented re‑running errored module jobs.