Skip to content
Open
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
7 changes: 0 additions & 7 deletions .changeset/apigw-streaming-wrapper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-cache-interceptor-index-route.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.64

### Patch Changes

- Updated dependencies [[`f4faa3bba504a21f827f057f2337951a08828ffd`](https://github.com/opennextjs/opennextjs-aws/commit/f4faa3bba504a21f827f057f2337951a08828ffd), [`8a2ebf2d83026493da1cd708222155f40ec373ed`](https://github.com/opennextjs/opennextjs-aws/commit/8a2ebf2d83026493da1cd708222155f40ec373ed)]:
- @opennextjs/aws@4.1.0

## 0.1.63

### 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.63",
"version": "0.1.64",
"private": true,
"scripts": {
"openbuild": "node ../../packages/open-next/dist/index.js build --build-command \"npx turbo build\"",
Expand Down
12 changes: 12 additions & 0 deletions packages/open-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# open-next

## 4.1.0

### Minor Changes

- [#1181](https://github.com/opennextjs/opennextjs-aws/pull/1181) [`f4faa3bba504a21f827f057f2337951a08828ffd`](https://github.com/opennextjs/opennextjs-aws/commit/f4faa3bba504a21f827f057f2337951a08828ffd) Thanks [@osama-rizk](https://github.com/osama-rizk)! - Add `aws-apigw-streaming` wrapper for API Gateway response streaming

A new built-in streaming wrapper for fronting the server function with an API Gateway REST API in `ResponseTransferMode: STREAM` (now [supported by AWS](https://aws.amazon.com/about-aws/whats-new/2025/11/api-gateway-response-streaming-rest-apis/)), rather than a Lambda Function URL. Unlike `aws-lambda-streaming`, it omits the Function-URL-only `application/vnd.awslambda.http-integration-response` content type and never compresses the body (API Gateway streaming does not support content encoding). Pairs with `aws-apigw-v1` (REST) or `aws-apigw-v2` (HTTP) converters.

### Patch Changes

- [#1189](https://github.com/opennextjs/opennextjs-aws/pull/1189) [`8a2ebf2d83026493da1cd708222155f40ec373ed`](https://github.com/opennextjs/opennextjs-aws/commit/8a2ebf2d83026493da1cd708222155f40ec373ed) Thanks [@gaauwe](https://github.com/gaauwe)! - Fix cache interception for index routes by normalizing the route path to `/` while reading the generated cache asset from `/index`.

## 4.0.3

### 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": "4.0.3",
"version": "4.1.0",
"bin": {
"open-next": "./dist/index.js"
},
Expand Down