Releases: cloudflare/workers-sdk
@cloudflare/[email protected]
Patch Changes
- Updated dependencies [
452ad0b
]:
[email protected]
Minor Changes
- #10414
e81c2cf
Thanks @penalosa! - Support automatically updating the user's config file with newly created resources
Patch Changes
-
#10424
c4fd176
Thanks @penalosa! - Remove the--experimental-json-config
/-j
flag, which is no longer required. -
#10432
19e2aab
Thanks @anonrig! - Remove "node:tls" polyfill -
#10424
c4fd176
Thanks @penalosa! - Expose global flags fromexperimental_getWranglerCommands()
-
Updated dependencies [
19e2aab
]:- @cloudflare/[email protected]
- [email protected]
[email protected]
[email protected]
[email protected]
Patch Changes
-
#10410
f964895
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
Dependency From To workerd 1.20250816.0 1.20250823.0 @cloudflare/workers-types ^4.20250813.0 ^4.20250823.0
[email protected]
Patch Changes
- #10419
7d314b1
Thanks @joshthoward! - Update create-cloudflare hello-world Durable Objects templates to usegetByName()
@cloudflare/[email protected]
@cloudflare/[email protected]
Minor Changes
- #10416
7b05c8e
Thanks @CarmenPopoviciu! - Add support for testing Cron Triggers and Email Workers invite dev
andvite preview
.
Patch Changes
-
#10422
88fd2f9
Thanks @jamesopstad! - Statically replace the value ofprocess.env.NODE_ENV
in development when thenodejs_compat
compatibility flag is enabled.
Previously, this was replaced at build time whennodejs_compat
was enabled and at dev and build time whennodejs_compat
was not enabled. -
#10065
3024ec1
Thanks @MichaelDeBoey! - Update@mjackson/node-fetch-server
to@remix-run/node-fetch-server
-
Updated dependencies [
c4fd176
,19e2aab
,c4fd176
,e81c2cf
]:- [email protected]
- @cloudflare/[email protected]
- [email protected]
@cloudflare/[email protected]
[email protected]
Minor Changes
-
#10354
da40571
Thanks @edmundhung! - Enable cross-process communication forwrangler dev
with multiple config filesWorkers running in separate
wrangler dev
sessions can now communicate with each other regardless of whether you are running with single or multiple config files.Check out the Developing with multiple Workers guide to learn more about the different approaches and when to use each one.
-
#10012
4728c68
Thanks @penalosa! - Support unsafe dynamic worker loading bindings
Patch Changes
-
#10245
d304055
Thanks @edmundhung! - Migrate wrangler dev to use Miniflare dev registry implementationUpdated
wrangler dev
to use a shared dev registry implementation that now powers both the Cloudflare Vite plugin and Wrangler. This internal refactoring has no user-facing changes but consolidates registry logic for better consistency across tools. -
#10407
f534c0d
Thanks @emily-shen! - defaultcontainers.rollout_active_grace_period
to 0 -
#10425
0a96e69
Thanks @dario-piotrowicz! - Fix debugging logs not including headers for CF API requests and responsesFix the fact that
wrangler
, when run with theWRANGLER_LOG=DEBUG
andWRANGLER_LOG_SANITIZE=false
environment variables, displays{}
instead of the actual headers for requests and responses for CF API fetches -
#10337
f9f7519
Thanks @emily-shen! - containers:rollout_step_percentage
now also accepts an array of numbers. Previously it accepted a single number, and each rollout step would target the same percentage of instances. Now users can customise percentages for each step.rollout_step_percentage
also now defaults to[10,100]
(previously25
), which should make rollouts progress slightly faster.You can also use
wrangler deploy --containers-rollout=immediate
to override rollout settings in Wrangler configuration and update all instances in one step. Note this doesn't overriderollout_active_grace_period
if configured. -
Updated dependencies [
4728c68
]: