Skip to content

Conversation

@workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Oct 21, 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

Patch Changes

@cloudflare/[email protected]

Minor Changes

Patch Changes

[email protected]

Minor Changes

  • #11030 1a8088a Thanks @penalosa! - Enable automatic resource provisioning by default in Wrangler. This is still an experimental feature, but we're turning on the flag by default to make it easier for people to test it and try it out. You can disable the feature using the --no-x-provision flag. It currently works for R2, D1, and KV bindings.

    To use this feature, add a binding to your config file without a resource ID:

    {
    	"kv_namespaces": [{ "binding": "MY_KV" }],
    	"d1_databases": [{ "binding": "MY_DB" }],
    	"r2_buckets": [{ "binding": "MY_R2" }],
    }

    wrangler dev will automatically create these resources for you locally, and when you next run wrangler deploy Wrangler will call the Cloudflare API to create the requested resources and link them to your Worker. They'll stay linked across deploys, and you don't need to add the resource IDs to the config file for future deploys to work. This is especially good for shared templates, which now no longer need to include account-specific resource ID when adding a binding.

Patch Changes

  • #11037 4bd4c29 Thanks @danielrs! - Better Wrangler subdomain defaults warning.

    Improves the warnings that we show users when either worker_dev or preview_urls are missing.

  • #10927 31e1330 Thanks @dom96! - Implements python_modules.excludes wrangler config field

    [python_modules]
    excludes = ["**/*.pyc", "**/__pycache__"]
  • #10741 2f57345 Thanks @penalosa! - Remove obsolete --x-remote-bindings flag

  • Updated dependencies [ca6c010]:

[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

@workers-devprod workers-devprod requested review from a team as code owners October 21, 2025 17:21
@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 21, 2025

create-cloudflare

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

@cloudflare/kv-asset-handler

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

miniflare

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

@cloudflare/pages-shared

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

@cloudflare/unenv-preset

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

@cloudflare/vite-plugin

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

@cloudflare/vitest-pool-workers

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

@cloudflare/workers-editor-shared

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

wrangler

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

commit: 6b191cc

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 6 times, most recently from 4a114e4 to 6d39b23 Compare October 22, 2025 16:59
@workers-devprod workers-devprod force-pushed the changeset-release/main branch 7 times, most recently from 13462cb to becbb33 Compare October 23, 2025 16:23
@petebacondarwin petebacondarwin merged commit a5eb513 into main Oct 23, 2025
51 of 57 checks passed
@petebacondarwin petebacondarwin deleted the changeset-release/main branch October 23, 2025 17: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.

2 participants