- Added bulk code mappings upload capability via sentry-cli, streamlining configuration for large monorepos.
- Enables faster setup of source code linking, source context, and suspect commit detection.
Next.js changelog digest
Apr 6 - Apr 12, 2026. Useful releases, risky migrations, and noisy updates from the Next.js channel.
No matching updates in this bucket.
Next.js updates in 2026-w15
- Fixed the vulnerability identified as CVE‑2026‑23869
- Applied security patches to mitigate the reported issue
- Backported security fixes addressing CVE‑2026‑23869.
- Resolved bugs including stale ISR revalidation errors, manifest HMR breakage, styled‑jsx race condition, and turbo task cancellation issues.
- Enhanced asset handling by deduplicating output assets and detecting content conflicts on emit.
- Added additional cycle protection to React Server Components
- Improves stability by preventing infinite render loops
- Added extra cycle protections to React Server Components
- Improves stability by preventing infinite rendering loops
- Added additional cycle protection to React Server Components
- Improves stability by preventing infinite rendering loops
- Added ability for Seer to invoke Claude to generate code fixes based on identified root causes
- Automates bug resolution by having Claude implement the suggested fix