v16.2.0-canary.15
📦 next-jsView on GitHub →
✨ 4 features🐛 1 fixes🔧 1 symbols
Summary
This release focuses on internal architectural improvements, decoupling cache lifecycles for routes and segments, and fixing a development-mode streaming issue. It also includes minor updates to CI and Next.js length requirements.
Migration Steps
- Prettier-ignore changes were made in `next-env.d.ts` files in all top-level apps.
✨ New Features
- Decoupled route stale time from segment-level data.
- Decoupled route and segment cache lifecycles.
- Removed length requirement in nextjs.
- Always include "unsafe-eval" in dev Content-Security-Policy.
🐛 Bug Fixes
- Prevented streaming fetch calls from hanging in development mode within Cache Components.