Changes.Watch

Prisma changelog digest

Dec 16 - Dec 22, 2024. Useful releases, risky migrations, and noisy updates from the Prisma channel.

No matching updates in this bucket.

Prisma updates in 2024-w51

2024-12-19, Version 23.5.0 (Current), @aduh95

  • WebCrypto API Ed25519 and X25519 algorithms are now stable, eliminating ExperimentalWarning
  • Introduced module.registerHooks() for thread‑local loader customization, improving CJS monkey‑patching and debugging
  • Included several SEMVER‑minor updates such as dgram UDP blocklist support, prefix‑only modules in builtinModules, stabilized permission model, and aggregated sqlite constants

6.1.0

  • Tracing preview upgraded to GA – stable without preview flag, updated span format, and @opentelemetry/api now a peer dependency; adjust dependencies accordingly
  • Multi‑line comments are now supported in Prisma schema language
  • Various tracing‑related bug fixes (Elastic APM, Datadog, suppressTracing, Alpine Linux, instrumentation errors) and other stability improvements