v16.2.0-canary.24
📦 next-jsView on GitHub →
✨ 1 features🐛 1 fixes🔧 2 symbols
Summary
This release adjusts server function logging to be opt-in by default and includes several internal Turbopack and Rspack updates, alongside documentation fixes.
Migration Steps
- If you relied on Server Function logging being enabled by default, you must now explicitly enable it by setting `logging.serverFunctions`.
✨ New Features
- Server Function logging is now opt-in via the `logging.serverFunctions` configuration setting.
🐛 Bug Fixes
- Skipped Server Function logging for functions using `'use cache'`.