diff --git a/.changeset/fair-pillows-yawn.md b/.changeset/fair-pillows-yawn.md deleted file mode 100644 index 6258ffa21..000000000 --- a/.changeset/fair-pillows-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/aws": patch ---- - -fix(expres-dev): Ensure x-forwarded-proto and \_\_NEXT_PRIVATE_ORIGIN is set diff --git a/.changeset/five-parrots-eat.md b/.changeset/five-parrots-eat.md deleted file mode 100644 index e3975b721..000000000 --- a/.changeset/five-parrots-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/aws": patch ---- - -Fix output for edge-functions diff --git a/.changeset/fluffy-dingos-tap.md b/.changeset/fluffy-dingos-tap.md deleted file mode 100644 index 527670a1c..000000000 --- a/.changeset/fluffy-dingos-tap.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@opennextjs/aws": patch ---- - -fix: Normalize the Location header in redirects - -Normalizes the Location header to either be a relative path or a full URL. -If the Location header is relative to the host, it will return a relative path. -If it is an absolute URL, it will return the full URL. -We want to match the behavior of `next start`. -Query parameters in redirects from Next Config are encoded, but from the middleware they are not touched. \ No newline at end of file diff --git a/.changeset/olive-buttons-allow.md b/.changeset/olive-buttons-allow.md deleted file mode 100644 index 32052ce74..000000000 --- a/.changeset/olive-buttons-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/aws": patch ---- - -fix: Propagate the status code in middleware rewrites diff --git a/.changeset/rich-pumas-shop.md b/.changeset/rich-pumas-shop.md deleted file mode 100644 index f0b15550f..000000000 --- a/.changeset/rich-pumas-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/aws": patch ---- - -Add a new option to bypass checking the tag cache from an incremental cache get diff --git a/.changeset/wet-emus-brake.md b/.changeset/wet-emus-brake.md deleted file mode 100644 index d0a60e921..000000000 --- a/.changeset/wet-emus-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/aws": patch ---- - -fix locked readable stream in the composable cache diff --git a/examples/app-pages-router/CHANGELOG.md b/examples/app-pages-router/CHANGELOG.md index f0a2949ff..11e3bd178 100644 --- a/examples/app-pages-router/CHANGELOG.md +++ b/examples/app-pages-router/CHANGELOG.md @@ -1,5 +1,12 @@ # app-pages-router +## 0.1.27 + +### Patch Changes + +- Updated dependencies [[`352e4b28130f8a349d02904d9754d299a4deedf4`](https://github.com/opennextjs/opennextjs-aws/commit/352e4b28130f8a349d02904d9754d299a4deedf4), [`075cc96512c77b62e5f0087d7b4c5b46fbba00bc`](https://github.com/opennextjs/opennextjs-aws/commit/075cc96512c77b62e5f0087d7b4c5b46fbba00bc), [`9b0c021cf2c65984945dd965677f233221eae429`](https://github.com/opennextjs/opennextjs-aws/commit/9b0c021cf2c65984945dd965677f233221eae429), [`70febbc5ae92083b1dd01a2e4aa262e5b716603e`](https://github.com/opennextjs/opennextjs-aws/commit/70febbc5ae92083b1dd01a2e4aa262e5b716603e), [`b9635d09500c6638a1cfaa8b4a0622c1fc957727`](https://github.com/opennextjs/opennextjs-aws/commit/b9635d09500c6638a1cfaa8b4a0622c1fc957727), [`521346b73a36d6109dc56cdbde00feebd3805a1c`](https://github.com/opennextjs/opennextjs-aws/commit/521346b73a36d6109dc56cdbde00feebd3805a1c)]: + - @opennextjs/aws@3.7.3 + ## 0.1.26 ### Patch Changes diff --git a/examples/app-pages-router/package.json b/examples/app-pages-router/package.json index 5b0c17256..92df2d323 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.26", + "version": "0.1.27", "private": true, "scripts": { "openbuild": "node ../../packages/open-next/dist/index.js build --build-command \"npx turbo build\"", diff --git a/examples/app-router/CHANGELOG.md b/examples/app-router/CHANGELOG.md index 413701036..f4269af26 100644 --- a/examples/app-router/CHANGELOG.md +++ b/examples/app-router/CHANGELOG.md @@ -1,5 +1,12 @@ # app-router +## 0.1.27 + +### Patch Changes + +- Updated dependencies [[`352e4b28130f8a349d02904d9754d299a4deedf4`](https://github.com/opennextjs/opennextjs-aws/commit/352e4b28130f8a349d02904d9754d299a4deedf4), [`075cc96512c77b62e5f0087d7b4c5b46fbba00bc`](https://github.com/opennextjs/opennextjs-aws/commit/075cc96512c77b62e5f0087d7b4c5b46fbba00bc), [`9b0c021cf2c65984945dd965677f233221eae429`](https://github.com/opennextjs/opennextjs-aws/commit/9b0c021cf2c65984945dd965677f233221eae429), [`70febbc5ae92083b1dd01a2e4aa262e5b716603e`](https://github.com/opennextjs/opennextjs-aws/commit/70febbc5ae92083b1dd01a2e4aa262e5b716603e), [`b9635d09500c6638a1cfaa8b4a0622c1fc957727`](https://github.com/opennextjs/opennextjs-aws/commit/b9635d09500c6638a1cfaa8b4a0622c1fc957727), [`521346b73a36d6109dc56cdbde00feebd3805a1c`](https://github.com/opennextjs/opennextjs-aws/commit/521346b73a36d6109dc56cdbde00feebd3805a1c)]: + - @opennextjs/aws@3.7.3 + ## 0.1.26 ### Patch Changes diff --git a/examples/app-router/package.json b/examples/app-router/package.json index 30a794cf7..8f3253df5 100644 --- a/examples/app-router/package.json +++ b/examples/app-router/package.json @@ -1,6 +1,6 @@ { "name": "app-router", - "version": "0.1.26", + "version": "0.1.27", "private": true, "scripts": { "openbuild": "node ../../packages/open-next/dist/index.js build", diff --git a/packages/open-next/CHANGELOG.md b/packages/open-next/CHANGELOG.md index 37eb356e3..c0e6c3921 100644 --- a/packages/open-next/CHANGELOG.md +++ b/packages/open-next/CHANGELOG.md @@ -1,5 +1,27 @@ # open-next +## 3.7.3 + +### Patch Changes + +- [#887](https://github.com/opennextjs/opennextjs-aws/pull/887) [`352e4b28130f8a349d02904d9754d299a4deedf4`](https://github.com/opennextjs/opennextjs-aws/commit/352e4b28130f8a349d02904d9754d299a4deedf4) Thanks [@sommeeeer](https://github.com/sommeeeer)! - fix(expres-dev): Ensure x-forwarded-proto and \_\_NEXT_PRIVATE_ORIGIN is set + +- [#926](https://github.com/opennextjs/opennextjs-aws/pull/926) [`075cc96512c77b62e5f0087d7b4c5b46fbba00bc`](https://github.com/opennextjs/opennextjs-aws/commit/075cc96512c77b62e5f0087d7b4c5b46fbba00bc) Thanks [@psyrenpark](https://github.com/psyrenpark)! - Fix output for edge-functions + +- [#941](https://github.com/opennextjs/opennextjs-aws/pull/941) [`9b0c021cf2c65984945dd965677f233221eae429`](https://github.com/opennextjs/opennextjs-aws/commit/9b0c021cf2c65984945dd965677f233221eae429) Thanks [@sommeeeer](https://github.com/sommeeeer)! - fix: Normalize the Location header in redirects + + Normalizes the Location header to either be a relative path or a full URL. + If the Location header is relative to the host, it will return a relative path. + If it is an absolute URL, it will return the full URL. + We want to match the behavior of `next start`. + Query parameters in redirects from Next Config are encoded, but from the middleware they are not touched. + +- [#942](https://github.com/opennextjs/opennextjs-aws/pull/942) [`70febbc5ae92083b1dd01a2e4aa262e5b716603e`](https://github.com/opennextjs/opennextjs-aws/commit/70febbc5ae92083b1dd01a2e4aa262e5b716603e) Thanks [@sommeeeer](https://github.com/sommeeeer)! - fix: Propagate the status code in middleware rewrites + +- [#944](https://github.com/opennextjs/opennextjs-aws/pull/944) [`b9635d09500c6638a1cfaa8b4a0622c1fc957727`](https://github.com/opennextjs/opennextjs-aws/commit/b9635d09500c6638a1cfaa8b4a0622c1fc957727) Thanks [@conico974](https://github.com/conico974)! - Add a new option to bypass checking the tag cache from an incremental cache get + +- [#939](https://github.com/opennextjs/opennextjs-aws/pull/939) [`521346b73a36d6109dc56cdbde00feebd3805a1c`](https://github.com/opennextjs/opennextjs-aws/commit/521346b73a36d6109dc56cdbde00feebd3805a1c) Thanks [@conico974](https://github.com/conico974)! - fix locked readable stream in the composable cache + ## 3.7.2 ### Patch Changes diff --git a/packages/open-next/package.json b/packages/open-next/package.json index 0438bca0b..212451cae 100644 --- a/packages/open-next/package.json +++ b/packages/open-next/package.json @@ -3,7 +3,7 @@ "access": "public" }, "name": "@opennextjs/aws", - "version": "3.7.2", + "version": "3.7.3", "bin": { "open-next": "./dist/index.js" },