Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
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
wrangler@4.46.0
Minor Changes
22f25fdThanks @penalosa! - Add no-op autoconfig logic behind an experimental flagPatch Changes
#11133
8ffbd17Thanks @petebacondarwin! - Reduce the amount of arguments being passed in metrics capture.Now the argument values that are captured come from an allow list,
and can be marked as ALLOW (capture the real value) or REDACT (capture as "").
#11033
77ed7e2Thanks @dario-piotrowicz! - Offer to update the local Wrangler configuration file to match remote configuration when runningwrangler deployWhen running
wrangler deploy, with--x-remote-diff-check, Wrangler will display the difference between local and remote configuration.If there would be a destructive change to the remote configuration, the user is given the option to cancel the deployment.
In the case where the user does cancel deployment, Wrangler will now also offer to update the local Wrangler configuration file to match the remote configuration.
#11139
bb00f9dThanks @devin-ai-integration! - Updated cron trigger documentation links and improved error message to include instructions for testing cron triggers locally#11135
ed666a1Thanks @penalosa! - Implement tail-based logging forwrangler devremote mode, behind the--x-tail-tagsflag. This will become the default in the future.Updated dependencies [
90a2566,14f60e8]:create-cloudflare@2.54.2
Patch Changes
#11154
206b308Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#11156
95a1629Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#11157
a82e350Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#11158
687f8bcThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
miniflare@4.20251011.2
Patch Changes
14f60e8Thanks @Caio-Nogueira! - remove explicit disposal on void-returning rpc method on workflow binding. This was adding extra dispose calls that were not needed, making the runtime noisy for the customers that saw internal errors unrelated to their code.@cloudflare/pages-shared@0.13.82
Patch Changes
14f60e8]:@cloudflare/unenv-preset@2.7.9
Patch Changes
90a2566Thanks @vicb! - Bumpunenvto 2.0.0-rc.24@cloudflare/vite-plugin@1.13.19
Patch Changes
#11123
9c5601aThanks @sapphi-red! - Fix Vite 7.2 compatibility.#11137
c2a63abThanks @jamesopstad! - Switch all instances ofminiflare.getWorker()followed byworker.fetch()to useminiflare.dispatchFetch(). This means that the Vite plugin now emulates Cloudflare's response encoding in the same way as Wrangler.#11080
90a2566Thanks @vicb! - Bumpunenvto 2.0.0-rc.24Updated dependencies [
8ffbd17,77ed7e2,bb00f9d,90a2566,ed666a1,14f60e8,22f25fd]:@cloudflare/vitest-pool-workers@0.10.4
Patch Changes
8ffbd17,77ed7e2,bb00f9d,ed666a1,14f60e8,22f25fd]: