Added traversal guard support from ReplyServer to FlightClient, enhancing security and stability of server-side rendering.
No matching updates in this bucket.
TypeScript updates in 2026-w32
Added crypto STORE loader support for loading private keys and updated root certificates to NSS 3.125, including Argon2 and FIPS‑mode fixes
Introduce a new @prisma package namespace where each app uses a single @prisma/orm facade (postgres, sqlite, or mongo), retiring @prisma/next and making all other packages publish under @prisma scope.
Updated vendored lodash to 4.17.23 fixing CVE‑2025‑13465 and upgraded core dependencies such as tokio and React;
Added new APIs: ffi.getCurrentEventLoop, test runner context.log() with test:log event, and pattern cache for matchGlobPattern() (SEMVER MINOR).
Added new APIs such as `buffer.blob.textStream()`, experimental ESM `import text` flag, `ReadableStreamTee`, and synchronous dgram socket methods (`connectSync`, `bindSync`).