v16.1.1-canary.34
📦 next-jsView on GitHub →
✨ 3 features🐛 4 fixes🔧 3 symbols
Summary
This release introduces new debugging capabilities via --debug-build-paths and allows server inspection with --inspect. Several Turbopack and CI/testing related fixes were also implemented.
✨ New Features
- Added support for negation patterns to the --debug-build-paths flag.
- Enabled inspection of the server using next start --inspect.
- Added --debug-build-paths support to filter routes in Turbopack.
🐛 Bug Fixes
- Fixed cross alignment for the Devtool Indicator.
- Turbopack no longer uses build id for pages router client-side manifests.
- Fixed an issue where the implicit cache tags used the wrong pathname (now uses rewritten pathname).
- Deflaked e2e tests related to browser log forwarding and hydration error counting.