Changelog
Stay up to date with the latest Next.js releases, features, and improvements.
Improved Server Actions performance
featureServer Actions now execute up to 40% faster with optimized bundling.
Enhanced Image Optimization
featureNew image formats support including AVIF with better compression.
Fixed hydration mismatch in Suspense boundaries
fixResolved edge cases causing hydration errors in nested Suspense components.
Faster cold starts
improvementReduced initial page load time by 25% through improved code splitting.
React 19 Support
featureFull support for React 19 with new concurrent features and improved Suspense.
Turbopack Stable
featureTurbopack is now stable and ready for production use.
Async Request APIs
featureNew async APIs for headers, cookies, params, and searchParams.
Breaking: Minimum Node.js version
breakingNode.js 18.17 or later is now required.
Fixed memory leak in development mode
fixResolved memory leak that occurred during hot module replacement.
Improved TypeScript type inference
fixBetter type inference for Server Components and Client Components.
Updated dependencies
improvementUpdated all dependencies to their latest stable versions.
Partial Prerendering (Experimental)
featureNew experimental feature for combining static and dynamic rendering.
Enhanced Metadata API
featureNew metadata options for better SEO and social sharing.
Improved error messages
improvementMore helpful error messages with actionable suggestions.