Skip to content

Version Packages#10406

Merged
dario-piotrowicz merged 1 commit intomainfrom
changeset-release/main
Aug 21, 2025
Merged

Version Packages#10406
dario-piotrowicz merged 1 commit intomainfrom
changeset-release/main

Conversation

@workers-devprod
Copy link
Copy Markdown
Contributor

@workers-devprod workers-devprod commented Aug 19, 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

miniflare@4.20250816.1

Minor Changes

wrangler@4.32.0

Minor Changes

  • #10354 da40571 Thanks @edmundhung! - Enable cross-process communication for wrangler dev with multiple config files

    Workers running in separate wrangler dev sessions can now communicate with each other regardless of whether you are running with single or multiple config files.

    Check out the Developing with multiple Workers guide to learn more about the different approaches and when to use each one.

  • #10012 4728c68 Thanks @penalosa! - Support unsafe dynamic worker loading bindings

Patch Changes

  • #10245 d304055 Thanks @edmundhung! - Migrate wrangler dev to use Miniflare dev registry implementation

    Updated wrangler dev to use a shared dev registry implementation that now powers both the Cloudflare Vite plugin and Wrangler. This internal refactoring has no user-facing changes but consolidates registry logic for better consistency across tools.

  • #10407 f534c0d Thanks @emily-shen! - default containers.rollout_active_grace_period to 0

  • #10425 0a96e69 Thanks @dario-piotrowicz! - Fix debugging logs not including headers for CF API requests and responses

    Fix the fact that wrangler, when run with the WRANGLER_LOG=DEBUG and WRANGLER_LOG_SANITIZE=false environment variables, displays {} instead of the actual headers for requests and responses for CF API fetches

  • #10337 f9f7519 Thanks @emily-shen! - containers: rollout_step_percentage now also accepts an array of numbers. Previously it accepted a single number, and each rollout step would target the same percentage of instances. Now users can customise percentages for each step.

    rollout_step_percentage also now defaults to [10,100] (previously 25), which should make rollouts progress slightly faster.

    You can also use wrangler deploy --containers-rollout=immediate to override rollout settings in Wrangler configuration and update all instances in one step. Note this doesn't override rollout_active_grace_period if configured.

  • Updated dependencies [4728c68]:

    • miniflare@4.20250816.1

@cloudflare/pages-shared@0.13.65

Patch Changes

  • Updated dependencies [4728c68]:
    • miniflare@4.20250816.1

@cloudflare/vite-plugin@1.11.7

Patch Changes

  • #10415 718fffc Thanks @jamesopstad! - Exclude Cloudflare built-ins from client dependency optimization.
    Some frameworks allow users to mix client and server code in the same file and then extract the server code.
    As the dependency optimization may happen before the server code is extracted, we now exclude Cloudflare built-ins from client optimization.
  • Updated dependencies [d304055, f534c0d, da40571, 0a96e69, f9f7519, 4728c68]:
    • wrangler@4.32.0
    • miniflare@4.20250816.1

@cloudflare/vitest-pool-workers@0.8.66

Patch Changes

@cloudflare/workers-shared@0.18.6

Patch Changes

  • #10402 8fd6dc0 Thanks @danielrs! - Sanitize double-slashes in asset-worker relative redirects.

    Without sanitizing, some relative redirect patterns were being treated as external redirects.

@workers-devprod workers-devprod requested review from a team as code owners August 19, 2025 10:59
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Aug 19, 2025

create-cloudflare

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

@cloudflare/kv-asset-handler

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

miniflare

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

@cloudflare/pages-shared

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

@cloudflare/unenv-preset

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

@cloudflare/vite-plugin

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

@cloudflare/vitest-pool-workers

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

@cloudflare/workers-editor-shared

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

wrangler

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

commit: 6356f2f

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 7 times, most recently from 5f09175 to 951773f Compare August 20, 2025 16:18
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 2 times, most recently from a938ab5 to 1949a45 Compare August 20, 2025 20:34
@dario-piotrowicz dario-piotrowicz merged commit e329195 into main Aug 21, 2025
34 checks passed
@dario-piotrowicz dario-piotrowicz deleted the changeset-release/main branch August 21, 2025 14:13
@cloudflare cloudflare deleted a comment from erifystudio Sep 24, 2025
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