- Backported bug fixes for core and Turbopack, including adapter output handling, server actions in standalone mode, and layout segment optimization.
- Updated documentation: Core Changes post‑release amendments and fixed broken Activity Patterns demo link in the preserving UI state guide.
- Improved Turbopack with lazy metadata require, respect for {eval:true} in worker thread constructors, and a fix for the webpack loader runner layer.
No matching updates in this bucket.
TypeScript updates in 2026-w12
- Add LRU disk cache and images.maximumDiskCacheSize option to next/image (feature).
- Fix pages router to restore Content‑Length and ETag headers for /next/data/ JSON responses (bugfix).
- Backport bug fixes without including pending canary features (minor).
- Backported bug fixes from the canary branch.
- Patched HTTP proxy to prevent request smuggling (CVE-2026-29057).
- Acknowledged contributions from @ztanner.
- Fixed multiple security vulnerabilities (CVE‑2026‑27977‑27980, CVE‑2026‑29057) and prevented request smuggling and unsafe websocket connections.
- Resolved hanging streaming fetch calls, ensured maxPostponedStateSize compliance, and applied server‑action transforms to node modules in route handlers.
- Added LRU disk cache and configurable maximumDiskCacheSize to next/image.