Skip to content

Conversation

@workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Jun 12, 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 main, this PR will be updated.

Releases

@cloudflare/[email protected]

Minor Changes

  • #9575 5601fc3 Thanks @jamesopstad! - Support run_worker_first.

    run_worker_first has been expanded to accept an array of routes that should go directly to your Worker. Additionally, routes can be omitted by adding a ! prefix. These negative routes will be treated as assets.

    This is a new way to define routing explicitly and, when provided, overrides the implicit routing behavior.

    {
    	"assets": {
    		"not_found_handling": "single-page-application",
    		"run_worker_first": [
    			"/api/*", // These routes go directly to the Worker
    			"!/api/docs/*", // These routes are still treated as assets
    		],
    	},
    }

    The previous behavior of setting "run_worker_first": true to always invoke your Worker is also now supported.

Patch Changes

[email protected]

Patch Changes

  • #9529 bd528d5 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250604.0 1.20250612.0
    @cloudflare/workers-types ^4.20250604.0 ^4.20250612.0
  • #9582 2177fb4 Thanks @vicb! - Update capnp generated code from the workerd.capnp

  • #9506 36113c2 Thanks @penalosa! - Strip the CF-Connecting-IP header from outgoing fetches

  • #9493 e16fcc7 Thanks @vicb! - bump capnp-es to 0.0.11 in miniflare

@cloudflare/[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

[email protected]

Patch Changes

  • #9536 3b61c41 Thanks @dario-piotrowicz! - expose Unstable_Binding type

  • #9564 1d3293f Thanks @skepticfx! - Switch container registry to registry.cloudflare.com from registry.cloudchamber.cfdata.org.
    Also adds the env var CLOUDFLARE_CONTAINER_REGISTRY to override this

  • #9520 04f9164 Thanks @vicb! - fix the default value for keep_names (true)

  • #9506 36113c2 Thanks @penalosa! - Strip the CF-Connecting-IP header from outgoing fetches

  • #9592 49f5ac7 Thanks @petebacondarwin! - Point to the right location for docs on telemetry

  • #9593 cf33417 Thanks @vicb! - drop unused WRANGLER_UNENV_RESOLVE_PATHS env var

  • #9566 521eeb9 Thanks @vicb! - Bump @cloudflare/unenv-preset to 2.3.3

  • #9344 02e2c1e Thanks @dario-piotrowicz! - add warning about env not specified to potentially risky wrangler commands

    add a warning suggesting users to specify their target environment (via -e or --env)
    when their wrangler config file contains some environments and they are calling one
    of the following commands:

    • wrangler deploy
    • wrangler versions upload
    • wrangler versions deploy
    • wrangler versions secret bulk
    • wrangler versions secret put
    • wrangler versions secret delete
    • wrangler secret bulk
    • wrangler secret put
    • wrangler secret delete
    • wrangler triggers deploy

    this is a measure we're putting in place to try to prevent developers from accidentally applying
    changes to an incorrect (potentially even production) environment

  • #9344 02e2c1e Thanks @dario-piotrowicz! - allow passing an empty string to the -e|--env flag to target the top-level environment

  • #9536 3b61c41 Thanks @dario-piotrowicz! - performance improvement: restart a mixed mode session only if the worker's remote bindings have changed

  • #9550 c117904 Thanks @dario-piotrowicz! - allow startWorker to accept false as an inspector option (to disable the inspector server)

  • #9473 fae8c02 Thanks @dario-piotrowicz! - expose new experimental_maybeStartOrUpdateMixedModeSession utility

  • Updated dependencies [bd528d5, 2177fb4, 36113c2, e16fcc7]:

@cloudflare/[email protected]

Patch Changes

@workers-devprod workers-devprod requested review from a team as code owners June 12, 2025 13:31
@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 Jun 12, 2025
@pkg-pr-new
Copy link

pkg-pr-new bot commented Jun 12, 2025

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@9579

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@9579

miniflare

npm i https://pkg.pr.new/miniflare@9579

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@9579

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@9579

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@9579

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@9579

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@9579

wrangler

npm i https://pkg.pr.new/wrangler@9579

commit: 4877d9b

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 25 times, most recently from abde6f3 to 5ecaea9 Compare June 16, 2025 14:41
@workers-devprod workers-devprod requested a review from a team June 16, 2025 14:41
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 5 times, most recently from babaa7b to 764f6e8 Compare June 17, 2025 10:41
@workers-devprod workers-devprod force-pushed the changeset-release/main branch from 764f6e8 to 4877d9b Compare June 17, 2025 14:15
@CarmenPopoviciu CarmenPopoviciu disabled auto-merge June 17, 2025 15:00
@CarmenPopoviciu CarmenPopoviciu merged commit 8482e9b into main Jun 17, 2025
28 checks passed
@CarmenPopoviciu CarmenPopoviciu deleted the changeset-release/main branch June 17, 2025 15:00
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