Skip to content

Version Packages#1201

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

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

Conversation

@workers-frameworks
Copy link
Copy Markdown
Contributor

@workers-frameworks workers-frameworks commented Apr 14, 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/cloudflare@1.19.2

Patch Changes

  • #1207 0958726 Thanks @edmundhung! - bump @opennextjs/aws to 3.10.2

    See details at https://github.com/opennextjs/opennextjs-aws/releases/tag/v3.10.2

  • #1139 79b01b8 Thanks @james-elicx! - Fix Turbopack external module resolution by dynamically discovering external imports at build time.

    When packages are listed in serverExternalPackages, Turbopack externalizes them via externalImport() which uses dynamic await import(id). The bundler (ESBuild) can't statically analyze import(id) with a variable, so these modules aren't included in the worker bundle.

    This patch:

    • Discovers hashed Turbopack external module mappings from .next/node_modules/ symlinks (e.g. shiki-43d062b67f27bbdcshiki)
    • Scans traced chunk files for bare external imports (e.g. externalImport("shiki")) and subpath imports (e.g. shiki/engine/javascript)
    • Generates explicit switch/case entries so the bundler can statically resolve and include these modules
  • #1203 6f02d12 Thanks @314systems! - fix: exclude unsupported Next.js 16 releases from peer dependencies.

    The previous range allowed Next.js 16.0.0 through 16.2.2 without a peer dependency warning because >=16.2.3 was already covered by >=15.5.15.

    The range now explicitly supports Next.js 15.5.15 and above in the 15.x line, and Next.js 16.2.3 and above in the 16.x line.

  • #1200 7820ad0 Thanks @NathanDrake2406! - fix: reuse sharded tag data when filling the regional cache.

    The sharded tag cache miss path already reads tag data from the Durable Object before answering the request. Reuse that fetched data when populating the regional cache so a shard miss does not immediately trigger a second identical Durable Object read.

  • #1206 585795d Thanks @314systems! - fix: regression where getEnvFromPlatformProxy received wrong options type

    This fixes a regression introduced in 32ba91a where getEnvFromPlatformProxy call sites passed OpenNextConfig even though the function expects Wrangler GetPlatformProxyOptions.

    The fix restores the pre-32ba91a argument shape by passing { configPath, environment } from CLI arguments, so env resolution follows the selected Wrangler config/environment.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 14, 2026

Open in StackBlitz

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

commit: c490056

@workers-frameworks workers-frameworks force-pushed the changeset-release/main branch 3 times, most recently from 1bf7353 to 29807b6 Compare April 17, 2026 16:50
@grabmateusz
Copy link
Copy Markdown

@vicb I would appreciate merge, we're seeking released #1207 :)

@vicb
Copy link
Copy Markdown
Contributor

vicb commented Apr 20, 2026

@vicb I would appreciate merge, we're seeking released #1207 :)

I'm back at work this morning after a week OOO and was planning to release tomorrow but I'm going to merge this PR now as you need it and do another release later in the week then.

@vicb vicb merged commit 264d0a0 into main Apr 20, 2026
7 checks passed
@vicb vicb deleted the changeset-release/main branch April 20, 2026 09:29
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.

3 participants