Skip to content

Version Packages#1245

Merged
vicb merged 1 commit intomainfrom
changeset-release/main
May 4, 2026
Merged

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

Conversation

@workers-frameworks
Copy link
Copy Markdown
Contributor

@workers-frameworks workers-frameworks commented May 4, 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.6

Patch Changes

  • #1246 5d2014f Thanks @vicb! - fix: do not log expected expected D1 errors

    The populateCache command adds columns to the D1 tag cache for SWR support.
    This is required for older deployments made before those column were added.
    SQLite errors when the columns exist and we should not log those errors.

  • #1244 01babce Thanks @tahmid-23! - fix: drop streaming wasm calls in Turbopack runtime

    Turbopack replaces wasm imports using WebAssembly.compileStreaming and
    WebAssembly.instantiateStreaming. These functions are not available in
    the workerd runtime.

    We add a helper loadWasmChunkFn. This is a generated switch statement
    that contains an import for each wasm chunk. We use static strings for
    all imports to ensure that all necessary wasm chunks will be detected
    and bundled for the final build.

    The Turbopack patcher replaces the invocations in loadWebAssembly and
    loadWebAssemblyModule, using the synchronous WebAssembly.instantiate
    and redirecting to loadWasmChunkFn.

  • #1243 1c815de Thanks @tahmid-23! - fix: detect object-valued conditions

    The pre-existing build condition transform logic had subtle errors:

    • failed to recognize object conditions
      (e.g. "workerd": { "import": ..., "require": ... })
    • sibling pruning only applied to strings, not objects

    Now, we fully support object conditions. Furthermore, we prune siblings,
    unless its subtree also contains the build condition.

Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 4, 2026

Open in StackBlitz

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

commit: ba6e4b2

@workers-frameworks workers-frameworks force-pushed the changeset-release/main branch 2 times, most recently from 6bd9626 to b74e7e6 Compare May 4, 2026 08:47
@workers-frameworks workers-frameworks force-pushed the changeset-release/main branch from b74e7e6 to ba6e4b2 Compare May 4, 2026 09:55
@vicb vicb merged commit 975833d into main May 4, 2026
8 checks passed
@vicb vicb deleted the changeset-release/main branch May 4, 2026 11:41
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