Skip to content

Version Packages - #1228

Merged
vicb merged 1 commit into
mainfrom
changeset-release/main
Aug 27, 2026
Merged

Version Packages#1228
vicb merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@opennextjs/aws@4.1.2

Patch Changes

  • #1227 dd6ea23dfdc84c54c7d27950794faf67b4d930f1 Thanks @vicb! - Stop the cache interceptor from serving cached 404 and 500 responses with a cacheable cache-control.

    notFound() results on ISR routes are written to the incremental cache by Next.js, and the interceptor served them with the entry's own cache-control — up to s-maxage=31536000 for a route that declares no revalidate. A transient 404 could therefore be held at the CDN for a year. The interceptor now applies the same override the server path already applies in OpenNextNodeResponse.fixHeadersForError, which it was bypassing by returning a result directly. As on the server path, only 404 and 500 are overridden, and OPEN_NEXT_DANGEROUSLY_SET_ERROR_HEADERS=true opts out.

  • #1226 78ca8fe40d80fbe950e8478fc3400d40614e195d Thanks @lcordier42! - Forward images.dangerouslyAllowLocalIP to fetchExternalImage on Next.js 16 instead of hardcoding false, so external images served from hosts resolving to private IPs (e.g. an internal media proxy) can be optimized again when the user has explicitly opted out of the SSRF guard in their Next.js config.

app-pages-router@0.1.66

Patch Changes

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 056b443 to f7e92a9 Compare August 27, 2026 05:17
@pkg-pr-new

pkg-pr-new Bot commented Aug 27, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@opennextjs/aws@1228

commit: f7e92a9

@github-actions

Copy link
Copy Markdown
Contributor Author

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 36.95% 4146 / 11219
🔵 Statements 36.95% 4146 / 11219
🔵 Functions 57.95% 193 / 333
🔵 Branches 80.66% 1139 / 1412
File CoverageNo changed files found.
Generated in workflow #1893 for commit f7e92a9 by the Vitest Coverage Report Action

@vicb
vicb merged commit 500f394 into main Aug 27, 2026
3 checks passed
@vicb
vicb deleted the changeset-release/main branch August 27, 2026 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant