Releases: opennextjs/opennextjs-aws
Releases · opennextjs/opennextjs-aws
v4.0.3
Changes
- #1171
d9a217aab19759dac2a0c7c72b1d94b8bbed23faThanks @troendheim! - fix: middleware rewrites breaking client-side navigation - #1169
c09dcdb5139553fe134bb8b42fdc6245ee8eda3dThanks @nicholas-c! - Refactor image optimization replacement function to be more readable
v4.0.2
Changes
- #1162
c327435e5c235762f9e5c25e146b8c0caeb97c61Thanks @nicholas-c! - Fix next 15.5.18 usage of fetchExternalImage - #1163
95782abc809da6c87aa72795e3d2eaccee7973e1Thanks @conico974! - Bump minimum next dependencies
v4.0.1
Changes
- #1157
db965fb3edc4785913546ee032ef60cd0da895eeThanks @vicb! - fix(cacheInterceptor): tighten the check for RSC header === "1" - #1158
33673d298e0883bc8289e22e0188050b57abbfac- fix: strip Next internal headers - #1158
33673d298e0883bc8289e22e0188050b57abbfac- fix: update trailing slash redirect condition
v4.0.0
Changes
Note that 4.0.0 should really have been 3.10.5 as #1155 has no breaking changes. It was released as a major due to an error during the release process.
- #1155
da5004fa4ca21a35a380d138809e2fbca7a11aaaThanks @vicb! - Bump react and next
v3.10.4
Changes
- #1149
c5a29c7879d135ef5f5f859066a455aaf6d15a09Thanks @vicb! - fix(cache): use the Open Next Build Id for the cache assets folder
v3.10.3
Changes
- #1145
1e19ae2f5427c56d882c6393a1cdd77c6a5a4a0fThanks @314systems! - fix: exclude unsupported Next.js 16 releases from peer dependencies. - #1148
4836a91e2e04b5e168b66c1f84c8679f777a913dThanks @vicb! - DefineglobalThis.nextVersionglobally
v3.10.2
Changes
- #1142
d7286a305477f7c967ae9c34ff9d2c63ee782dc0- Fix cache interceptor isStale handling for Next 16+ - #1140
ae93c945788ba2c92d8a2b74b537b5ba917aee72Thanks @vicb! - fix(ci): pin npm@11.5.1 to fix pre-release workflow - #1139
4bdfd292f985913f3298eb3f30a7790b877e0464Thanks @vicb! -applyRuledoes not require afixfield - #1144
1b5a6595dd0226e4bedcf34f8c7a4b3f37621063- Deprecate NEXT_BUILD_ID env variable, and replace it with OPEN_NEXT_BUILD_ID
v3.10.1
Changes
- #1137
4db87785105bf1fe4fbb344ca76dd9ea83b084cdThanks @vicb! - fix for Next.js CVE-2026-23869
v3.10.0
Changes
- #1122
1a75cc712c56448f5d77abb810cf4af259802a28- Add support for SWR (stale-while-revalidate) inrevalidateTag - #1121
fad4632ef4278db0a040b3a3948d259c1cf43c05Thanks @ntltd! - Fix ISR revalidation to also accept valid Next.js non-200 status codes (307, 308 and 404) - #1135
323448b83f6c292398338f9d6307c113d1246da9Thanks @ktKongTong! - fix: handle multiple same-name headers as array in fetch proxyExternalRequest - #1132
8210035cc30720702a6052e22bbf9275ef54c636- add support for prefetch inlining in the cache interceptor - #1117
3a2b1b9497c531e9f07f66f7a140f152a9d8fc26Thanks @clichedmoog! - Auto-filter non-Linux platform-specific native binaries (e.g. @swc/core-darwin-arm64) from Lambda bundles during traced files copy - #1118
e49782af723ec97f1373e654a7e400e1ba3e827eThanks @tsurumeso! - Preserve query parameters during i18n redirects to a localized path - #1125
92f1f300341321a820e60133eb9ee399b39fc5d1Thanks @rikublock! - fix: dereference symlinks when copying public folder
v3.9.16
Changes
- #1107
0344a7d8c7872e50186e4676748861082f7b85a8- Fix for setting PPR data - #1114
88c2944775874145a541b25b0fffe2cae5c598cdThanks @dario-piotrowicz! - FixfindNextConfigreturning the incorrect result and also expend the return result to be an object with both the path and a new flag indicating whether the file is in TypeScript or not