Skip to content

Version Packages#1222

Merged
vicb merged 1 commit intomainfrom
changeset-release/main
Apr 23, 2026
Merged

Version Packages#1222
vicb merged 1 commit intomainfrom
changeset-release/main

Conversation

@workers-frameworks
Copy link
Copy Markdown
Contributor

@workers-frameworks workers-frameworks commented Apr 22, 2026

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/[email protected]

Patch Changes

  • #1221 a2679bf Thanks @mushan0x0! - Stop bundling @vercel/og (and its ~1.4 MiB resvg.wasm) when the app does not use it.

    Next.js's externalImport helper keeps a dynamic import("next/dist/compiled/@vercel/og/index.edge.js") in the emitted handler even for apps that never use ImageResponse / opengraph-image. Previously this module was marked as external when useOg was false, which left Wrangler to resolve and bundle it — pulling in ~800 KiB of JS plus resvg.wasm and pushing many Workers over the Cloudflare free-tier 3 MiB gzip limit.

    When useOg is false, the edge entry is now aliased to the existing throw.js shim, so the unreachable dynamic import resolves to a tiny module and the real @vercel/og library is no longer pulled into the Worker bundle.

  • #1208 2c5b472 Thanks @edmundhung! - Use OPEN_NEXT_BUILD_ID instead of NEXT_BUILD_ID in the cache keys.

    As of Next 16.2 NEXT_BUILD_ID is a fixed value when deploymentId is set explicitly.

    See Replace NEXT_BUILD_ID with OPEN_NEXT_BUILD_ID for consistency opennextjs-aws#1144

  • #1193 1e8d232 Thanks @conico974! - Fix tag cache stale logic

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 22, 2026

Open in StackBlitz

npm i https://pkg.pr.new/@opennextjs/cloudflare@1222

commit: b0c7e81

@workers-frameworks workers-frameworks force-pushed the changeset-release/main branch 2 times, most recently from df37c33 to e3069c6 Compare April 23, 2026 11:34
@vicb vicb merged commit a3a76a6 into main Apr 23, 2026
7 checks passed
@vicb vicb deleted the changeset-release/main branch April 23, 2026 12:53
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.

2 participants