Change8

v16.2.0-canary.66

📦 next-jsView on GitHub →
6 features🐛 2 fixes1 deprecations🔧 5 symbols

Summary

This release focuses on core infrastructure improvements, including Turbopack execution via napi/worker_threads and support for Node.js experimental inspector flags in development and build processes. Several internal refactors and documentation fixes were also implemented.

Migration Steps

  1. If you relied on runInContext callbacks in stream-ops, update your code as these have been removed.

✨ New Features

  • Turbopack now supports execution via napi and worker_threads.
  • Enabled providing user feedback for blocking route errors in Instant.
  • Allowed Node.js experimental inspector flags in `next dev` and `next build`.
  • Introduced `STATIC_FILE.immutableHash` in Adapter.
  • Added `experimental.immutableAssetToken` to Turbopack.
  • Added Hostinger Web Apps Hosting to Node.js deployment options documentation.

🐛 Bug Fixes

  • Restored .next handling for with-docker examples.
  • Fixed navigationType value and variable name in useReportWebVitals documentation.

Affected Symbols

⚡ Deprecations

  • Removed runInContext callbacks from stream-ops.