v16.2.1-canary.43
📦 next-jsView on GitHub →
✨ 5 features🐛 2 fixes⚡ 1 deprecations🔧 3 symbols
Summary
This release focuses on core stability, performance improvements like a fast path for trace() when OpenTelemetry is disabled, and various internal refactorings within Turbopack, including fixing issues with SWC plugin paths and monorepo binaries.
Migration Steps
- If you were relying on the deprecated `baseUrl`, update your configuration to use the replacement mechanism.
✨ New Features
- Add forkpoint for logMessagesAndSendErrorsToBrowser in Node.js streams.
- Add forkpoint for createCombinedPayloadStream in Node.js streams.
- Add forkpoint for renderWithRestartOnCacheMissInValidation in Node.js streams.
- Add forkpoint for prerenderToStream in Node.js streams.
- Show all participants in review thread overview for pr-status.
🐛 Bug Fixes
- Fix swcPlugins with relative paths in webpack.
- Fix monorepo `@next/swc` binary postinstall.
Affected Symbols
⚡ Deprecations
- Stop using deprecated `baseUrl`.