Releases: cloudflare/workers-sdk
wrangler@4.45.4
Patch 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. -
#11149
22f25fdThanks @penalosa! - Add no-op autoconfig logic behind an experimental flag -
Updated dependencies [
90a2566,14f60e8]:- @cloudflare/unenv-preset@2.7.9
- miniflare@4.20251011.2
miniflare@4.20251011.2
Patch Changes
- #11084
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.
create-cloudflare@2.54.2
Patch Changes
-
#11154
206b308Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To create-hono 0.19.2 0.19.3 -
#11156
95a1629Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To @tanstack/create-start 0.34.6 0.34.15 -
#11157
a82e350Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To create-react-router 7.9.4 7.9.5 -
#11158
687f8bcThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To @angular/create 20.3.7 20.3.8
@cloudflare/vitest-pool-workers@0.10.4
@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. -
Updated dependencies [
8ffbd17,77ed7e2,bb00f9d,90a2566,ed666a1,14f60e8,22f25fd]:- wrangler@4.45.4
- @cloudflare/unenv-preset@2.7.9
- miniflare@4.20251011.2
@cloudflare/unenv-preset@2.7.9
@cloudflare/pages-shared@0.13.82
Patch Changes
- Updated dependencies [
14f60e8]:- miniflare@4.20251011.2
wrangler@4.45.3
Patch Changes
-
#11117
6822aafThanks @emily-shen! - fix: show local/remote status before D1 command confirmationsD1 commands (
execute,export,migrations apply,migrations list,delete,time-travel) now display whether they're running against local or remote databases before showing confirmation prompts. This prevents confusion about which database will be affected by the operation. -
#11077
bce8142Thanks @petebacondarwin! - Ensure that process.env is case-insensitive on WindowsThe object that holds the environment variables in
process.envdoes not care about the case of its keys
in Windows. For example,process.env.SystemRootandprocess.env.SYSTEMROOTwill refer to the same value.Previously, when merging fields from
.envfiles we were replacing this native object with a vanilla
JavaScript object, that is case-insensitive, and so sometimes environment variables appeared to be missing
when in reality they just had different casing.
create-cloudflare@2.54.1
Patch Changes
-
#11016
9cef26aThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To create-astro 4.13.1 4.13.2 -
#11101
0856306Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To create-vue 3.18.1 3.18.2 -
#11102
ac527a8Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To @angular/create 20.3.6 20.3.7 -
#11103
3a39370Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To @tanstack/create-start 0.34.2 0.34.6