Skip to content

Releases: cloudflare/workers-sdk

[email protected]

04 Dec 20:59
8672321

Choose a tag to compare

Minor Changes

  • #11500 af54c63 Thanks @dario-piotrowicz! - Add new autoconfig_summary field to the deploy output entry

    This change augments wrangler deploy output being printed to WRANGLER_OUTPUT_FILE_DIRECTORY or WRANGLER_OUTPUT_FILE_PATH to also include a new autoconfig_summary field containing the possible summary details for the autoconfig process (the field is undefined if autoconfig didn't run).

    Note: the field is experimental and could change while autoconfig is not GA

  • #11477 9988cc9 Thanks @ascorbic! - Support Nuxt in autoconfig

  • #11472 ce295bf Thanks @dario-piotrowicz! - Support Qwik projects in autoconfig

  • #10937 9514c9a Thanks @ReppCodes! - Add support for "targeted" placement mode with region, host, and hostname fields

    This change adds a new mode to placement configuration. 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 provider
    • host: Specify a host with (required) port (e.g., "example.com:8123") to target a TCP service
    • hostname: 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 ac861f8 Thanks @penalosa! - Add React Router support in autoconfig

  • #11506 79d30d4 Thanks @vicb! - Set the target JS version to ES2024

Patch Changes

[email protected]

04 Dec 20:59
8672321

Choose a tag to compare

Patch Changes

  • #11515 643f9e8 Thanks @dmmulroy! - Fix light theme syntax highlighting for variables by adding missing variable scope

[email protected]

04 Dec 20:59
8672321

Choose a tag to compare

Patch Changes

[email protected]

04 Dec 20:59
8672321

Choose a tag to compare

Minor Changes

Patch Changes

  • #11472 ce295bf Thanks @dario-piotrowicz! - fix: remove unnecessary step in qwik templates

    The step that modifies the src/entry.cloudflare-pages.tsx file doesn't seem to change the file in any way anymore, so it's been removed

  • #11483 f550b62 Thanks @edmundhung! - stop running npm install with --legacy-peer-deps flag when setting up a project

@cloudflare/[email protected]

04 Dec 20:59
8672321

Choose a tag to compare

Minor Changes

  • #10937 9514c9a Thanks @ReppCodes! - Add support for "targeted" placement mode with region, host, and hostname fields

    This change adds a new mode to placement configuration. 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 provider
    • host: Specify a host with (required) port (e.g., "example.com:8123") to target a TCP service
    • hostname: 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]

04 Dec 20:59
8672321

Choose a tag to compare

@cloudflare/[email protected]

04 Dec 20:59
8672321

Choose a tag to compare

Minor Changes

Patch Changes

@cloudflare/[email protected]

04 Dec 20:59
8672321

Choose a tag to compare

Patch Changes

  • #10606 819e287 Thanks @petebacondarwin! - Use workerd node:console when it is available

    It is enabled when the enable_nodejs_console_module compatibility flag is set.
    This flag defaults to true when nodejs_compat is turned on and the date is >= 2025-09-21.

  • #10621 0aa959a Thanks @petebacondarwin! - Use native node:vm module when available

    It is enabled starting on 2025-10-01 or when the enable_nodejs_vm_module compatibility flag is set.

@cloudflare/[email protected]

04 Dec 20:59
8672321

Choose a tag to compare

Patch Changes

[email protected]

03 Dec 15:59
0c71b87

Choose a tag to compare

Patch Changes