Changes.Watch

Prisma changelog digest

Jan 6 - Jan 12, 2025. Useful releases, risky migrations, and noisy updates from the Prisma channel.

No matching updates in this bucket.

Prisma updates in 2025-w02

TypeScript 5.7.3

  • Fix issues query functionality across the TypeScript 5.7.x series
  • Publish 5.7.3 build on npm

6.2.1

  • Fix omission of omitApi preview checks when promoting to GA.
  • omitApi now functions fully without the preview feature flag.

2025-01-07, Version 22.13.0 'Jod' (LTS), @ruyadorno

  • Permission model status upgraded from Active Development to Stable.
  • WebCryptoAPI Ed25519 and X25519 algorithms graduated to stable, eliminating ExperimentalWarning.
  • Minor enhancements include new partialDeepStrictEqual assertion, trace‑env CLI options, blocklist support for dgram and net, module stripTypeScriptTypes, and deprecation of features.{ipv6,uv} and features.tls.

2025-01-07, Version 23.6.0 (Current), @marco-ippolito

  • Enabled experimental strip types flag by default, allowing Node.js to execute TypeScript files via STDIN eval and worker eval input (experimental).
  • Added process.ref() and process.unref() methods and extended lib to support TypeScript in STDIN eval and worker eval input.
  • Updated documentation (examples, parseArg defaults, security notes) and performed numerous build, dependency, and test stability improvements.