Skip to content

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Sep 30, 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

[email protected]

Minor Changes

  • #10507 21a0bef Thanks @dario-piotrowicz! - Add strict mode for the wrangler deploy command

    Add a new flag: --strict that makes the wrangler deploy command be more strict and not deploy workers when the deployment could be potentially problematic. This "strict mode" currently only affects non-interactive sessions where conflicts with the remote settings for the worker (for example when the worker has been re-deployed via the dashboard) will cause the deployment to fail instead of automatically overriding the remote settings.

  • #10710 7f2386e Thanks @penalosa! - Add prompt to resource creation flow allowing for newly created resources to be remote.

Patch Changes

  • #10822 4c06766 Thanks @edmundhung! - fix: skip banner when using --json flag in wrangler pages deployment commands

  • #10838 d3aee31 Thanks @edmundhung! - fix: skip banner when using --json flag in wrangler queues subscription commands

  • #10829 59e8ef0 Thanks @edmundhung! - fix: skip banner when using --json flag in wrangler pipelines commands

  • #10764 79a6b7d Thanks @emily-shen! - containers: default max_instances to 20 instead of 1.

  • #10844 7a4d0da Thanks @mikenomitch! - Adds new Container instance types, and rename dev to lite and standard to standard-1. The new instance_types are now:

    Instance Type vCPU Memory Disk
    lite (previously dev) 1/16 256 MiB 2 GB
    basic 1/4 1 GiB 4 GB
    standard-1 (previously standard) 1/2 4 GiB 8 GB
    standard-2 1 6 GiB 12 GB
    standard-3 2 8 GiB 16 GB
    standard-4 4 12 GiB 20 GB
  • #10634 62656bd Thanks @emily-shen! - fix: error if the container image uri has an account id that doesn't match the current account

  • #10761 886e577 Thanks @petebacondarwin! - switch zone route warning to an info message

  • #10734 8d7f32e Thanks @penalosa! - Improve formatting of logged errors in some cases

  • #10832 f9d37db Thanks @petebacondarwin! - retry subdomain requests to be more resilient to flakes

  • #10770 835d6f7 Thanks @danielrs! - Enabling or disabling workers_dev is often an indication that
    the user is also trying to enable or disable preview_urls. Warn the
    user when these enter mixed state.

  • #10764 79a6b7d Thanks @emily-shen! - fix: respect the log level set by wrangler when logging using @cloudflare/cli

  • Updated dependencies [c8d5282, bffd2a9]:

[email protected]

Patch Changes

  • #10641 cc47218 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-react-router 7.8.2 7.9.3
  • #10642 a6cfc06 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    @angular/create 20.3.0 20.3.3
  • #10766 bd5b720 Thanks @petebacondarwin! - Do not override any .env settings in .gitignore files

    Previously we only looked for .env* in the gitignore but now we cover more cases such as:

    • .env
    • .env\*
    • .env.<local|production|staging|...>
    • .env\*.<local|production|staging|...>

[email protected]

Patch Changes

  • #10834 c8d5282 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250927.0 1.20251001.0
  • #10673 bffd2a9 Thanks @jamesopstad! - Send a 404 response for unimplemented /cdn-cgi/handler/ routes.

@cloudflare/[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

  • #10634 62656bd Thanks @emily-shen! - fix: error if the container image uri has an account id that doesn't match the current account

@cloudflare/[email protected]

Patch Changes

@workers-devprod workers-devprod requested review from a team as code owners September 30, 2025 12:45
Copy link

pkg-pr-new bot commented Sep 30, 2025

create-cloudflare

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

@cloudflare/kv-asset-handler

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

miniflare

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

@cloudflare/pages-shared

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

@cloudflare/unenv-preset

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

@cloudflare/vite-plugin

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

@cloudflare/vitest-pool-workers

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

@cloudflare/workers-editor-shared

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

wrangler

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

commit: c6499c4

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 18 times, most recently from 8dd7488 to c6499c4 Compare October 1, 2025 16:27
@edmundhung edmundhung merged commit 1008d02 into main Oct 2, 2025
36 of 37 checks passed
@edmundhung edmundhung deleted the changeset-release/main branch October 2, 2025 13:42
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