Changes.Watch

Backend changelog digest

Aug 11 - Aug 17, 2025. Useful releases, risky migrations, and noisy updates from the Backend channel.

No matching updates in this bucket.

Backend updates in 2025-w33

2025-08-14, Version 24.6.0 (Current), @RafaelGSS

  • Add NODE_USE_SYSTEM_CA=1 flag to CLI for using system‑provided TLS root certificates.
  • Crypto now supports ML DSA KeyObject creation and operations, and adds webcrypto import/export preparation for modern algorithms.
  • zlib gains dictionary support for zstdCompress/zstdDecompress; HTTP adds server.keepAliveTimeoutBuffer option; fs incorporates SonicBoom as Utf8Stream.

6.14.0

  • Introduced the @unique attribute for SQL views (preview), enabling relationships, findUnique queries, and cursor‑based pagination on views.
  • Removed the deprecated prisma.$use middleware and the metrics preview feature, prompting migration to Prisma Client extensions.
  • Fixed several regressions in the new Prisma Client generator, queryCompiler preview, and Prisma Config; enhanced type performance and Management API robustness.