v16.2.1-canary.19
📦 next-jsView on GitHub →
✨ 3 features🐛 2 fixes⚡ 1 deprecations🔧 4 symbols
Summary
This release introduces a new compilation issues tool and enhances error reporting for stale ISR revalidation. It also marks the 'experimental.useCache' API as deprecated.
Migration Steps
- If using 'experimental.useCache', plan to migrate away from it due to deprecation.
✨ New Features
- Added MCP 'get_compilation_issues' tool and corresponding NAPI method.
- App-page now reports stale ISR revalidation errors via onRequestError.
- Added view transitions evaluation support (agent-043).
🐛 Bug Fixes
- Stability fixes applied to task cancellation and error handling in turbo-tasks-backend.
- Fixed stats action in CI.
Affected Symbols
⚡ Deprecations
- The experimental.useCache API is now deprecated and marked with @deprecated annotation.