diff --git a/.changeset/friendly-kangaroos-give.md b/.changeset/friendly-kangaroos-give.md deleted file mode 100644 index f138435bc..000000000 --- a/.changeset/friendly-kangaroos-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/aws": patch ---- - -feat: add support for Next15 geolocation diff --git a/.changeset/giant-days-develop.md b/.changeset/giant-days-develop.md deleted file mode 100644 index 8d912a65d..000000000 --- a/.changeset/giant-days-develop.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@opennextjs/aws": patch ---- - -fix(http): Set content-length only if body is present - -The body is undefined when using the edge converter and the method is GET or HEAD diff --git a/.changeset/new-dolphins-sleep.md b/.changeset/new-dolphins-sleep.md deleted file mode 100644 index d8831422a..000000000 --- a/.changeset/new-dolphins-sleep.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@opennextjs/aws": patch ---- - -add support for next/after -It can also be used to emulate vercel request context (the waitUntil) for lib that may rely on it on serverless env. It needs this env variable EMULATE_VERCEL_REQUEST_CONTEXT to be set to be enabled diff --git a/.changeset/slow-icons-grin.md b/.changeset/slow-icons-grin.md deleted file mode 100644 index 60de873bf..000000000 --- a/.changeset/slow-icons-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/aws": patch ---- - -fix 304 incorrectly set as 200 diff --git a/.changeset/strong-keys-ring.md b/.changeset/strong-keys-ring.md deleted file mode 100644 index 98b70d0cb..000000000 --- a/.changeset/strong-keys-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/aws": patch ---- - -Feat: Allow overriding the proxying for external rewrite diff --git a/.changeset/tender-chicken-deliver.md b/.changeset/tender-chicken-deliver.md deleted file mode 100644 index bd2056e31..000000000 --- a/.changeset/tender-chicken-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/aws": patch ---- - -When copying over assets, check to see if favicon.ico is a file. In some cases favicon.ico is a folder that can contain a route handler. diff --git a/examples/app-pages-router/CHANGELOG.md b/examples/app-pages-router/CHANGELOG.md index d166b4ab3..36c90e03b 100644 --- a/examples/app-pages-router/CHANGELOG.md +++ b/examples/app-pages-router/CHANGELOG.md @@ -1,5 +1,12 @@ # app-pages-router +## 0.1.2 + +### Patch Changes + +- Updated dependencies [[`6f798debb575b157acb2f5068658f95ace0fae50`](https://github.com/opennextjs/opennextjs-aws/commit/6f798debb575b157acb2f5068658f95ace0fae50), [`fe600ac6f5e513376cf233a5d2ce68affaa3aa5a`](https://github.com/opennextjs/opennextjs-aws/commit/fe600ac6f5e513376cf233a5d2ce68affaa3aa5a), [`5f0cbc8feac9eec728c27bb3b7ff5c3f3bc26716`](https://github.com/opennextjs/opennextjs-aws/commit/5f0cbc8feac9eec728c27bb3b7ff5c3f3bc26716), [`8b51108d9aee7e5ed3027c1ceda99091b579951d`](https://github.com/opennextjs/opennextjs-aws/commit/8b51108d9aee7e5ed3027c1ceda99091b579951d), [`b999c4e9a38499680bed77ddeb94b62a3301c0fa`](https://github.com/opennextjs/opennextjs-aws/commit/b999c4e9a38499680bed77ddeb94b62a3301c0fa), [`ba84259d2e35e79a562a7e3f055e350a03c9d651`](https://github.com/opennextjs/opennextjs-aws/commit/ba84259d2e35e79a562a7e3f055e350a03c9d651)]: + - @opennextjs/aws@3.2.2 + ## 0.1.1 ### Patch Changes diff --git a/examples/app-pages-router/package.json b/examples/app-pages-router/package.json index 129eb0ab2..1d6486ffa 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.1", + "version": "0.1.2", "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 04edee642..063d25d53 100644 --- a/examples/app-router/CHANGELOG.md +++ b/examples/app-router/CHANGELOG.md @@ -1,5 +1,12 @@ # app-router +## 0.1.2 + +### Patch Changes + +- Updated dependencies [[`6f798debb575b157acb2f5068658f95ace0fae50`](https://github.com/opennextjs/opennextjs-aws/commit/6f798debb575b157acb2f5068658f95ace0fae50), [`fe600ac6f5e513376cf233a5d2ce68affaa3aa5a`](https://github.com/opennextjs/opennextjs-aws/commit/fe600ac6f5e513376cf233a5d2ce68affaa3aa5a), [`5f0cbc8feac9eec728c27bb3b7ff5c3f3bc26716`](https://github.com/opennextjs/opennextjs-aws/commit/5f0cbc8feac9eec728c27bb3b7ff5c3f3bc26716), [`8b51108d9aee7e5ed3027c1ceda99091b579951d`](https://github.com/opennextjs/opennextjs-aws/commit/8b51108d9aee7e5ed3027c1ceda99091b579951d), [`b999c4e9a38499680bed77ddeb94b62a3301c0fa`](https://github.com/opennextjs/opennextjs-aws/commit/b999c4e9a38499680bed77ddeb94b62a3301c0fa), [`ba84259d2e35e79a562a7e3f055e350a03c9d651`](https://github.com/opennextjs/opennextjs-aws/commit/ba84259d2e35e79a562a7e3f055e350a03c9d651)]: + - @opennextjs/aws@3.2.2 + ## 0.1.1 ### Patch Changes diff --git a/examples/app-router/package.json b/examples/app-router/package.json index 4790fefb9..1518e96ca 100644 --- a/examples/app-router/package.json +++ b/examples/app-router/package.json @@ -1,6 +1,6 @@ { "name": "app-router", - "version": "0.1.1", + "version": "0.1.2", "private": true, "scripts": { "openbuild": "node ../../packages/open-next/dist/index.js build --streaming --build-command \"npx turbo build\"", diff --git a/packages/open-next/CHANGELOG.md b/packages/open-next/CHANGELOG.md index 82191cacc..673cd2bba 100644 --- a/packages/open-next/CHANGELOG.md +++ b/packages/open-next/CHANGELOG.md @@ -1,5 +1,24 @@ # open-next +## 3.2.2 + +### Patch Changes + +- [#617](https://github.com/opennextjs/opennextjs-aws/pull/617) [`6f798debb575b157acb2f5068658f95ace0fae50`](https://github.com/opennextjs/opennextjs-aws/commit/6f798debb575b157acb2f5068658f95ace0fae50) Thanks [@vicb](https://github.com/vicb)! - feat: add support for Next15 geolocation + +- [#638](https://github.com/opennextjs/opennextjs-aws/pull/638) [`fe600ac6f5e513376cf233a5d2ce68affaa3aa5a`](https://github.com/opennextjs/opennextjs-aws/commit/fe600ac6f5e513376cf233a5d2ce68affaa3aa5a) Thanks [@vicb](https://github.com/vicb)! - fix(http): Set content-length only if body is present + + The body is undefined when using the edge converter and the method is GET or HEAD + +- [#626](https://github.com/opennextjs/opennextjs-aws/pull/626) [`5f0cbc8feac9eec728c27bb3b7ff5c3f3bc26716`](https://github.com/opennextjs/opennextjs-aws/commit/5f0cbc8feac9eec728c27bb3b7ff5c3f3bc26716) Thanks [@conico974](https://github.com/conico974)! - add support for next/after + It can also be used to emulate vercel request context (the waitUntil) for lib that may rely on it on serverless env. It needs this env variable EMULATE_VERCEL_REQUEST_CONTEXT to be set to be enabled + +- [#632](https://github.com/opennextjs/opennextjs-aws/pull/632) [`8b51108d9aee7e5ed3027c1ceda99091b579951d`](https://github.com/opennextjs/opennextjs-aws/commit/8b51108d9aee7e5ed3027c1ceda99091b579951d) Thanks [@conico974](https://github.com/conico974)! - fix 304 incorrectly set as 200 + +- [#630](https://github.com/opennextjs/opennextjs-aws/pull/630) [`b999c4e9a38499680bed77ddeb94b62a3301c0fa`](https://github.com/opennextjs/opennextjs-aws/commit/b999c4e9a38499680bed77ddeb94b62a3301c0fa) Thanks [@conico974](https://github.com/conico974)! - Feat: Allow overriding the proxying for external rewrite + +- [#633](https://github.com/opennextjs/opennextjs-aws/pull/633) [`ba84259d2e35e79a562a7e3f055e350a03c9d651`](https://github.com/opennextjs/opennextjs-aws/commit/ba84259d2e35e79a562a7e3f055e350a03c9d651) Thanks [@chanceaclark](https://github.com/chanceaclark)! - When copying over assets, check to see if favicon.ico is a file. In some cases favicon.ico is a folder that can contain a route handler. + ## 3.2.1 ### Patch Changes diff --git a/packages/open-next/package.json b/packages/open-next/package.json index 7813c913e..f85406c40 100644 --- a/packages/open-next/package.json +++ b/packages/open-next/package.json @@ -3,7 +3,7 @@ "access": "public" }, "name": "@opennextjs/aws", - "version": "3.2.1", + "version": "3.2.2", "bin": { "open-next": "./dist/index.js" }, @@ -21,12 +21,18 @@ }, "typesVersions": { "*": { - "*": ["dist/*"] + "*": [ + "dist/*" + ] } }, "keywords": [], "author": "", - "files": ["dist", "assets", "README.md"], + "files": [ + "dist", + "assets", + "README.md" + ], "dependencies": { "@aws-sdk/client-dynamodb": "^3.398.0", "@aws-sdk/client-lambda": "^3.398.0",