Releases: cloudflare/workers-sdk
[email protected]
Minor Changes
-
#11500
af54c63Thanks @dario-piotrowicz! - Add newautoconfig_summaryfield to the deploy output entryThis change augments
wrangler deployoutput being printed toWRANGLER_OUTPUT_FILE_DIRECTORYorWRANGLER_OUTPUT_FILE_PATHto also include a newautoconfig_summaryfield containing the possible summary details for the autoconfig process (the field isundefinedif autoconfig didn't run).Note: the field is experimental and could change while autoconfig is not GA
-
#11477
9988cc9Thanks @ascorbic! - Support Nuxt in autoconfig -
#11472
ce295bfThanks @dario-piotrowicz! - Support Qwik projects in autoconfig -
#10937
9514c9aThanks @ReppCodes! - Add support for "targeted" placement mode with region, host, and hostname fieldsThis change adds a new mode to
placementconfiguration. You can specify one of the following fields to target specific external resources for Worker placement:region: Specify a region identifier (e.g., "aws:us-east-1") to target a region from another cloud service providerhost: Specify a host with (required) port (e.g., "example.com:8123") to target a TCP servicehostname: Specify a hostname (e.g., "example.com") to target an HTTP resource
These fields are mutually exclusive - only one can be specified at a time.
Example configuration:
[placement] host = "example.com:8123"
-
#11498
ac861f8Thanks @penalosa! - Add React Router support in autoconfig -
#11506
79d30d4Thanks @vicb! - Set the target JS version to ES2024
Patch Changes
-
#11393
45480b1Thanks @alsuren! - improved --help text for wrangler d1 subcommands -
#11523
94c67e8Thanks @jamesopstad! - fix: types from @cloudflare/workers-utils not being exported correctly from Wrangler -
#11483
f550b62Thanks @edmundhung! - stop runningnpm installwith--legacy-peer-depsflag when setting up a project -
Updated dependencies [
819e287,56e78c8,0aa959a]:- @cloudflare/[email protected]
- [email protected]
[email protected]
[email protected]
[email protected]
Minor Changes
-
#11477
9988cc9Thanks @ascorbic! - Support Nuxt in autoconfig--experimentalflow -
#11472
ce295bfThanks @dario-piotrowicz! - Support Qwik in--experimentalmode -
#11485
f1b76f7Thanks @penalosa! - Add React & Vue to C3's experimental mode -
#11442
a75352bThanks @brillout! - add Vike framework template -
#11498
ac861f8Thanks @penalosa! - Add React Router support in autoconfig -
#11506
79d30d4Thanks @vicb! - Set the target JS version to ES2024
Patch Changes
-
#11472
ce295bfThanks @dario-piotrowicz! - fix: remove unnecessary step in qwik templatesThe step that modifies the
src/entry.cloudflare-pages.tsxfile doesn't seem to change the file in any way anymore, so it's been removed -
#11483
f550b62Thanks @edmundhung! - stop runningnpm installwith--legacy-peer-depsflag when setting up a project
@cloudflare/[email protected]
Minor Changes
-
#10937
9514c9aThanks @ReppCodes! - Add support for "targeted" placement mode with region, host, and hostname fieldsThis change adds a new mode to
placementconfiguration. You can specify one of the following fields to target specific external resources for Worker placement:region: Specify a region identifier (e.g., "aws:us-east-1") to target a region from another cloud service providerhost: Specify a host with (required) port (e.g., "example.com:8123") to target a TCP servicehostname: Specify a hostname (e.g., "example.com") to target an HTTP resource
These fields are mutually exclusive - only one can be specified at a time.
Example configuration:
[placement] host = "example.com:8123"
@cloudflare/[email protected]
@cloudflare/[email protected]
Minor Changes
Patch Changes
-
#11466
4f15699Thanks @ascorbic! - Throw a more helpful error message when a Worker's entry module can't be resolved -
Updated dependencies [
819e287,af54c63,9988cc9,ce295bf,45480b1,9514c9a,94c67e8,ac861f8,79d30d4,56e78c8,0aa959a,f550b62]:- @cloudflare/[email protected]
- [email protected]
- [email protected]
@cloudflare/[email protected]
Patch Changes
-
#10606
819e287Thanks @petebacondarwin! - Use workerdnode:consolewhen it is availableIt is enabled when the
enable_nodejs_console_modulecompatibility flag is set.
This flag defaults to true whennodejs_compatis turned on and the date is >= 2025-09-21. -
#10621
0aa959aThanks @petebacondarwin! - Use native node:vm module when availableIt is enabled starting on 2025-10-01 or when the
enable_nodejs_vm_modulecompatibility flag is set.
@cloudflare/[email protected]
Patch Changes
- Updated dependencies [
56e78c8]:
[email protected]
Patch Changes
-
#11504
7e80340Thanks @dario-piotrowicz! - Fixwrangler deployfailing for new workers containing environment variables or bindings -
Updated dependencies [
59534ba]: