release notes
release notes
Published 2/26/2026
Contains breaking changes#15495 5b99e90 Thanks @leekeh! - Adds new middlewareMode adapter feature and deprecates edgeMiddleware option
The edgeMiddleware option is now deprecated and will be removed in a future major release, so users should transition to using the new middlewareMode feature as soon as possible.
export default defineConfig({
adapter: netlify({
- edgeMiddleware: true
+ middlewareMode: 'edge'
})
})
#15679 19ba822 Thanks @matthewp! - Fixes server-rendered routes returning 404 errors
A configuration error in the build output prevented Netlify from correctly routing requests to server-rendered pages, causing them to return 404 errors. This fix ensures that all server routes are properly handled by the Netlify SSR function.
Updated dependencies []:
release notes
Published 2/26/2026
Contains breaking changes#15495 5b99e90 Thanks @leekeh! - Adds new middlewareMode adapter feature and deprecates edgeMiddleware option
The edgeMiddleware option is now deprecated and will be removed in a future major release, so users should transition to using the new middlewareMode feature as soon as possible.
export default defineConfig({
adapter: netlify({
- edgeMiddleware: true
+ middlewareMode: 'edge'
})
})
#15679 19ba822 Thanks @matthewp! - Fixes server-rendered routes returning 404 errors
A configuration error in the build output prevented Netlify from correctly routing requests to server-rendered pages, causing them to return 404 errors. This fix ensures that all server routes are properly handled by the Netlify SSR function.
Updated dependencies []:
The web framework for content-driven websites. ⭐️ Star to support our work!