Skip to content

Conversation

@workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented May 7, 2025

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 v3-maintenance, this PR will be updated.

Releases

[email protected]

Patch Changes

  • #8681 7a57c14 Thanks @workers-devprod! - fix(miniflare): strip CF-Connecting-IP header from all outbound requests

  • #9250 b2b5ee8 Thanks @workers-devprod! - fix: strip CF-Connecting-IP header within fetch

    In v4.15.0, Miniflare began stripping the CF-Connecting-IP header via a global outbound service, which led to a TCP connection regression due to a bug in Workerd. This PR patches the fetch API to strip the header during local wrangler dev sessions as a temporary workaround until the underlying issue is resolved.

  • #9211 56a0d6e Thanks @petebacondarwin! - fix: ensure the fetch proxy message port is started

    While Node.js will start the message port automatically when a message event listener is added,
    this diverges from the standard Web API for message ports, which require you to explicitly start
    listening on the port.

[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

@workers-devprod workers-devprod requested a review from a team as a code owner May 7, 2025 09:36
@workers-devprod workers-devprod added e2e Run wrangler + vite-plugin e2e tests on a PR c3-e2e Run c3 e2e tests on a PR labels May 7, 2025
@github-actions
Copy link
Contributor

github-actions bot commented May 7, 2025

A wrangler prerelease is available for testing. You can install this latest build in your project with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/15117283454/npm-package-wrangler-9164

You can reference the automatically updated head of this PR with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/9164/npm-package-wrangler-9164

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/15117283454/npm-package-wrangler-9164 dev path/to/script.js
Additional artifacts:

@cloudflare/kv-asset-handler:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/15117283454/npm-package-cloudflare-kv-asset-handler-9164

miniflare:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/15117283454/npm-package-miniflare-9164

@cloudflare/pages-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/15117283454/npm-package-cloudflare-pages-shared-9164

@cloudflare/workers-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/15117283454/npm-package-cloudflare-workers-shared-9164

@cloudflare/workflows-shared:

npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/15117283454/npm-package-cloudflare-workflows-shared-9164

Note that these links will no longer work once the GitHub Actions artifact expires.

@workers-devprod workers-devprod force-pushed the changeset-release/v3-maintenance branch 4 times, most recently from e691a5a to a588d92 Compare May 12, 2025 13:40
@workers-devprod workers-devprod requested a review from a team as a code owner May 12, 2025 13:40
@workers-devprod workers-devprod force-pushed the changeset-release/v3-maintenance branch 8 times, most recently from 4c6f65a to 2da4fe0 Compare May 19, 2025 07:39
@workers-devprod workers-devprod force-pushed the changeset-release/v3-maintenance branch from 2da4fe0 to 1039412 Compare May 19, 2025 15:38
@dario-piotrowicz dario-piotrowicz merged commit 3da4504 into v3-maintenance May 22, 2025
23 of 29 checks passed
@dario-piotrowicz dario-piotrowicz deleted the changeset-release/v3-maintenance branch May 22, 2025 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c3-e2e Run c3 e2e tests on a PR e2e Run wrangler + vite-plugin e2e tests on a PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants