v16.1.1-canary.23
📦 next-jsView on GitHub →
✨ 2 features🐛 2 fixes🔧 3 symbols
Summary
This release focuses on core stability, including fixes for server action requests and Turbopack optimizations like import trimming via side effect analysis. Several changes related to prebuilt-skew-protection and Turbopack module structure were reverted.
Migration Steps
- If you were relying on the automatic deploymentId feature in prebuilt-skew-protection, note that it has been reverted and may require manual configuration or adjustment.
✨ New Features
- [prebuilt-skew-protection] Automatic deploymentId addition was reverted, suggesting instability or removal.
- [turbopack] Compute transitive side effects and use them to trim imports.
🐛 Bug Fixes
- Fixed issue where RDC was not used for server action requests.
- Fixed turbo-tasks-backend to use the correct TaskDataCategory for is_immutable check.