github cloudflare/workers-sdk wrangler@4.53.0

4 hours ago

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

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.