- 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.
No matching updates in this bucket.
Backend updates in 2025-w33
- 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.