v16.1.2
📦 next-jsView on GitHub →
🐛 2 fixes🔧 2 symbols
Summary
This release focuses on backporting critical bug fixes, including resolving an MDX processing crash and significantly improving performance on musl-based Linux distributions via a mimalloc upgrade.
🐛 Bug Fixes
- Fixed a crash when processing mdx files with multibyte characters due to Turbopack update to swc_core v50.2.3.
- Fixed a significant performance issue on musl-based Linux distributions (e.g. Alpine in Docker) related to musl's allocator by enabling mimalloc on musl.