Change8

v16.2.0-canary.49

📦 next-jsView on GitHub →
7 features🐛 3 fixes🔧 6 symbols

Summary

This release focuses on core improvements like enhanced task pipelining and better handling of client APIs in Instant mode. It also includes several bug fixes across Turbopack and CI processes, alongside an upgrade to SWC version 57.

✨ New Features

  • Improve task pipelining.
  • Add deployment id (dpl) query string support for next/legacy/image.
  • Cache expected missing manifest read.
  • Use for...in instead of Object.keys for parallelRouteKey traversal.
  • [Instant] Allow non-blocking dynamic holes and errors in shared parents.
  • Move prefetch hints from CacheNodeSeedData to FlightRouterState.
  • [Instant] Don't block on client APIs that wouldn't block in the browser.

🐛 Bug Fixes

  • Fix some modification tracking bugs in TaskStorage ([turbopack]).
  • Fix our verify features in turbo-tasks backend ([turbopack]).
  • Avoid pnpm EXDEV during stats installs in next-stats-action.

Affected Symbols