From dc90b2fb228a5f20f4c7ce3631259fb240ed881f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 16:18:08 +0000 Subject: [PATCH] Version Packages --- .changeset/pink-years-teach.md | 8 -------- .changeset/quick-clocks-vanish.md | 5 ----- examples/app-pages-router/CHANGELOG.md | 7 +++++++ examples/app-pages-router/package.json | 2 +- packages/open-next/CHANGELOG.md | 11 +++++++++++ packages/open-next/package.json | 2 +- 6 files changed, 20 insertions(+), 15 deletions(-) delete mode 100644 .changeset/pink-years-teach.md delete mode 100644 .changeset/quick-clocks-vanish.md diff --git a/.changeset/pink-years-teach.md b/.changeset/pink-years-teach.md deleted file mode 100644 index e4c984c0f..000000000 --- a/.changeset/pink-years-teach.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@opennextjs/aws": patch ---- - -fix: Correct external URL detection in isExternal using proper URL parsing - -Replaces substring-based host matching with URL parsing to correctly determine whether a rewritten URL is external. -This fixes an issue where NextResponse.rewrite() would treat certain external URLs as internal when their pathname contained the host as a substring, causing unexpected 404s during middleware rewrites. diff --git a/.changeset/quick-clocks-vanish.md b/.changeset/quick-clocks-vanish.md deleted file mode 100644 index cb6d7f0a8..000000000 --- a/.changeset/quick-clocks-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/aws": patch ---- - -bump Next.js diff --git a/examples/app-pages-router/CHANGELOG.md b/examples/app-pages-router/CHANGELOG.md index 82d0eb9c3..4ed0999ae 100644 --- a/examples/app-pages-router/CHANGELOG.md +++ b/examples/app-pages-router/CHANGELOG.md @@ -1,5 +1,12 @@ # app-pages-router +## 0.1.40 + +### Patch Changes + +- Updated dependencies [[`c6bab5b43f88686c7675276c9caff426be84e74d`](https://github.com/opennextjs/opennextjs-aws/commit/c6bab5b43f88686c7675276c9caff426be84e74d), [`2689ad358ab25d9552d73b0bc9c3e5cd870e3550`](https://github.com/opennextjs/opennextjs-aws/commit/2689ad358ab25d9552d73b0bc9c3e5cd870e3550)]: + - @opennextjs/aws@3.9.2 + ## 0.1.39 ### Patch Changes diff --git a/examples/app-pages-router/package.json b/examples/app-pages-router/package.json index 73232a478..ff4b86b21 100644 --- a/examples/app-pages-router/package.json +++ b/examples/app-pages-router/package.json @@ -1,6 +1,6 @@ { "name": "app-pages-router", - "version": "0.1.39", + "version": "0.1.40", "private": true, "scripts": { "openbuild": "node ../../packages/open-next/dist/index.js build --build-command \"npx turbo build\"", diff --git a/packages/open-next/CHANGELOG.md b/packages/open-next/CHANGELOG.md index 819783bce..1fa9b4438 100644 --- a/packages/open-next/CHANGELOG.md +++ b/packages/open-next/CHANGELOG.md @@ -1,5 +1,16 @@ # open-next +## 3.9.2 + +### Patch Changes + +- [#1046](https://github.com/opennextjs/opennextjs-aws/pull/1046) [`c6bab5b43f88686c7675276c9caff426be84e74d`](https://github.com/opennextjs/opennextjs-aws/commit/c6bab5b43f88686c7675276c9caff426be84e74d) Thanks [@javascripter](https://github.com/javascripter)! - fix: Correct external URL detection in isExternal using proper URL parsing + + Replaces substring-based host matching with URL parsing to correctly determine whether a rewritten URL is external. + This fixes an issue where NextResponse.rewrite() would treat certain external URLs as internal when their pathname contained the host as a substring, causing unexpected 404s during middleware rewrites. + +- [#1048](https://github.com/opennextjs/opennextjs-aws/pull/1048) [`2689ad358ab25d9552d73b0bc9c3e5cd870e3550`](https://github.com/opennextjs/opennextjs-aws/commit/2689ad358ab25d9552d73b0bc9c3e5cd870e3550) Thanks [@vicb](https://github.com/vicb)! - bump Next.js + ## 3.9.1 ### Patch Changes diff --git a/packages/open-next/package.json b/packages/open-next/package.json index b0898357a..52ddd66df 100644 --- a/packages/open-next/package.json +++ b/packages/open-next/package.json @@ -3,7 +3,7 @@ "access": "public" }, "name": "@opennextjs/aws", - "version": "3.9.1", + "version": "3.9.2", "bin": { "open-next": "./dist/index.js" },