Releases: cloudflare/workers-sdk
@cloudflare/unenv-preset@2.7.7
@cloudflare/pages-shared@0.13.78
wrangler@3.114.15
Patch Changes
-
#10758
c9d567e
Thanks @dario-piotrowicz! - fixconsole.debug
logs not being logged at theinfo
level (as users expect) -
#10762
081647b
Thanks @petebacondarwin! - switch zone route warning to an info message -
#10782
9e79d9d
Thanks @penalosa! - Improve formatting of logged errors in some cases -
#10516
dfa81fd
Thanks @workers-devprod! - fix: script should be accepted as a positional arg in theversions upload
command -
#10760
cb7ace5
Thanks @petebacondarwin! - Support the deletion of secrets with complex names -
#9991
3d9b3a0
Thanks @workers-devprod! - Fix startup profiling when sourcemaps are enabled -
Updated dependencies [
a879fe0
,6de07fb
,ab47329
]:- miniflare@3.20250718.2
miniflare@3.20250718.2
Patch Changes
-
#10716
a879fe0
Thanks @dario-piotrowicz! - fix: api proxy preserve multiple Set-Cookie headers -
#10465
6de07fb
Thanks @dario-piotrowicz! - Loosen validation around different configurations for Durable ObjectAllow durable objects to have
enableSql
,unsafeUniqueKey
andunsafePreventEviction
configurations set toundefined
even if they same durable objects are defined with those configurations set to a different value (this would allow workers using external durable objects not to have to duplicate such configurations in their options) -
#10484
ab47329
Thanks @edmundhung! - chore: bumpdevalue
version to 5.3.2
wrangler@4.42.0
Minor Changes
- #10735
103fbf0
Thanks @petebacondarwin! - Allow WRANGLER_SEND_ERROR_REPORTS env var to override whether to report Wrangler crashes to Sentry
Patch Changes
-
#10757
59d5911
Thanks @dario-piotrowicz! - fixconsole.debug
logs not being logged at theinfo
level (as users expect) -
Updated dependencies [
2594130
]:- @cloudflare/unenv-preset@2.7.6
create-cloudflare@2.52.2
Patch Changes
-
#10457
862034c
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To create-solid 0.6.7 0.6.11
@cloudflare/vitest-pool-workers@0.9.10
@cloudflare/vite-plugin@1.13.10
@cloudflare/unenv-preset@2.7.6
wrangler@4.41.0
Minor Changes
-
#10507
21a0bef
Thanks @dario-piotrowicz! - Add strict mode for thewrangler deploy
commandAdd a new flag:
--strict
that makes thewrangler 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 inwrangler pages deployment
commands -
#10838
d3aee31
Thanks @edmundhung! - fix: skip banner when using--json
flag inwrangler queues subscription
commands -
#10829
59e8ef0
Thanks @edmundhung! - fix: skip banner when using--json
flag inwrangler pipelines
commands -
#10764
79a6b7d
Thanks @emily-shen! - containers: defaultmax_instances
to 20 instead of 1. -
#10844
7a4d0da
Thanks @mikenomitch! - Adds new Container instance types, and renamedev
tolite
andstandard
tostandard-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 disablingworkers_dev
is often an indication that
the user is also trying to enable or disablepreview_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
]:- miniflare@4.20251001.0