Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/breezy-owls-stand.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-tools-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eager-masks-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/filter-native-platform-binaries.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/i18n_redirects_with_query_parameters.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/slick-crabs-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-turtles-tan.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/app-pages-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# app-pages-router

## 0.1.55

### Patch Changes

- Updated dependencies [[`fad4632ef4278db0a040b3a3948d259c1cf43c05`](https://github.com/opennextjs/opennextjs-aws/commit/fad4632ef4278db0a040b3a3948d259c1cf43c05), [`323448b83f6c292398338f9d6307c113d1246da9`](https://github.com/opennextjs/opennextjs-aws/commit/323448b83f6c292398338f9d6307c113d1246da9), [`8210035cc30720702a6052e22bbf9275ef54c636`](https://github.com/opennextjs/opennextjs-aws/commit/8210035cc30720702a6052e22bbf9275ef54c636), [`3a2b1b9497c531e9f07f66f7a140f152a9d8fc26`](https://github.com/opennextjs/opennextjs-aws/commit/3a2b1b9497c531e9f07f66f7a140f152a9d8fc26), [`e49782af723ec97f1373e654a7e400e1ba3e827e`](https://github.com/opennextjs/opennextjs-aws/commit/e49782af723ec97f1373e654a7e400e1ba3e827e), [`1a75cc712c56448f5d77abb810cf4af259802a28`](https://github.com/opennextjs/opennextjs-aws/commit/1a75cc712c56448f5d77abb810cf4af259802a28), [`92f1f300341321a820e60133eb9ee399b39fc5d1`](https://github.com/opennextjs/opennextjs-aws/commit/92f1f300341321a820e60133eb9ee399b39fc5d1)]:
- @opennextjs/aws@3.10.0

## 0.1.54

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/app-pages-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-pages-router",
"version": "0.1.54",
"version": "0.1.55",
"private": true,
"scripts": {
"openbuild": "node ../../packages/open-next/dist/index.js build --build-command \"npx turbo build\"",
Expand Down
31 changes: 31 additions & 0 deletions packages/open-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# open-next

## 3.10.0

### Minor Changes

- [#1122](https://github.com/opennextjs/opennextjs-aws/pull/1122) [`1a75cc712c56448f5d77abb810cf4af259802a28`](https://github.com/opennextjs/opennextjs-aws/commit/1a75cc712c56448f5d77abb810cf4af259802a28) Thanks [@conico974](https://github.com/conico974)! - Add support for SWR (stale-while-revalidate) in `revalidateTag`

Introduces a new optional method `isStale` in the tag cache for both the original and the next modes. The implementation is mandatory for SWR to work.

It also introduces a `RequestCache` utility that can be used to cache things scoped to a request (stored in the OpenNext internal AsyncLocalStorage context)

### BREAKING CHANGE

`writeTags` for the tag cache signature has changed to `writeTags(tags: NextModeTagCacheWriteInput[]): Promise<void>` for Next mode, and `writeTags(tags: OriginalTagCacheWriteInput[]): Promise<void>` for the original mode.
This is breaking only for custom tag cache implementations, if you are using the default one provided by OpenNext, you don't need to do anything.

`globalThis.isNextAfter15` is no longer available in the cache.

### Patch Changes

- [#1121](https://github.com/opennextjs/opennextjs-aws/pull/1121) [`fad4632ef4278db0a040b3a3948d259c1cf43c05`](https://github.com/opennextjs/opennextjs-aws/commit/fad4632ef4278db0a040b3a3948d259c1cf43c05) Thanks [@ntltd](https://github.com/ntltd)! - Fix ISR revalidation to also accept valid Next.js non-200 status codes (307, 308 and 404)

- [#1135](https://github.com/opennextjs/opennextjs-aws/pull/1135) [`323448b83f6c292398338f9d6307c113d1246da9`](https://github.com/opennextjs/opennextjs-aws/commit/323448b83f6c292398338f9d6307c113d1246da9) Thanks [@ktKongTong](https://github.com/ktKongTong)! - fix: handle multiple same-name headers as array in fetch proxyExternalRequest

- [#1132](https://github.com/opennextjs/opennextjs-aws/pull/1132) [`8210035cc30720702a6052e22bbf9275ef54c636`](https://github.com/opennextjs/opennextjs-aws/commit/8210035cc30720702a6052e22bbf9275ef54c636) Thanks [@conico974](https://github.com/conico974)! - add support for prefetch inlining in the cache interceptor

- [#1117](https://github.com/opennextjs/opennextjs-aws/pull/1117) [`3a2b1b9497c531e9f07f66f7a140f152a9d8fc26`](https://github.com/opennextjs/opennextjs-aws/commit/3a2b1b9497c531e9f07f66f7a140f152a9d8fc26) Thanks [@clichedmoog](https://github.com/clichedmoog)! - Auto-filter non-Linux platform-specific native binaries (e.g. @swc/core-darwin-arm64) from Lambda bundles during traced files copy

- [#1118](https://github.com/opennextjs/opennextjs-aws/pull/1118) [`e49782af723ec97f1373e654a7e400e1ba3e827e`](https://github.com/opennextjs/opennextjs-aws/commit/e49782af723ec97f1373e654a7e400e1ba3e827e) Thanks [@tsurumeso](https://github.com/tsurumeso)! - Preserve query parameters during i18n redirects to a localized path

- [#1125](https://github.com/opennextjs/opennextjs-aws/pull/1125) [`92f1f300341321a820e60133eb9ee399b39fc5d1`](https://github.com/opennextjs/opennextjs-aws/commit/92f1f300341321a820e60133eb9ee399b39fc5d1) Thanks [@rikublock](https://github.com/rikublock)! - fix: dereference symlinks when copying public folder

## 3.9.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/open-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"access": "public"
},
"name": "@opennextjs/aws",
"version": "3.9.16",
"version": "3.10.0",
"bin": {
"open-next": "./dist/index.js"
},
Expand Down