Releases: opennextjs/opennextjs-netlify
Releases · opennextjs/opennextjs-netlify
next: v1.4.8
plugin-nextjs: v4.38.1
plugin-nextjs: v4.38.0
4.38.0 (2023-06-16)
Features
Bug Fixes
- bundle dynamic API routes correctly with split-api-routes (#2154) (dc7c479)
- ensure next-server patches only run on Netlify (#2117) (6bdaec1)
- ensures compatibility with Next.js 13.4 (support for some features still en-route) (9f85472)
- new ISR cache handling to resolve regression in 13.4 (#2165) (6817cc9)
- strip domain from ipx edge functions path (#2098) (#2099) (c9ab983)
- uses pre-bundled React modules for App Router paths (9f85472)
next: v1.4.7
plugin-nextjs: v4.37.4
plugin-nextjs: v4.37.3
plugin-nextjs: v4.37.2
4.37.2 (2023-05-22)
Bug Fixes
- checks when Next.js' implementation of ResponseCookies._headers is undefined now (#2119) (f051e22)
- don't deploy metadata files to CDN (#2104) (ba3a430)
- guard split api routes behaviour by next version (#2125) (a8bb0e3)
- resolve follow-redirects from runtime package, so it's available also in auto-installs (#2124) (49ada27)
plugin-nextjs: v4.37.1
plugin-nextjs: v4.37.0
plugin-nextjs: v4.36.1
4.36.1 (2023-05-08)
Bug Fixes
- add shim for
require('node:buffer')
(#2050) (e007b08) - Legacy fallback env var (#2074) (aad9e5f)
- make large lambda warning message more informative (#2057) (b4cb75b)
- resolve next-server from next app directory and not from plugin (#2059) (38f34c7)
- Respect
pageExtensions
config setting (#2073) (940cbbc) - update next to 13.3.0 & ensure compatibility (#2056) (75ed977)
- workaround netlify-cli not matching prod (#2030) (fd29ea5)