Skip to content

Releases: cloudflare/workers-sdk

wrangler@4.51.0

26 Nov 12:12
8ecabd8

Choose a tag to compare

Minor Changes

  • #11345 d524e55 Thanks @penalosa! - Enable experimental support for autoconfig-powered Astro projects

  • #11228 43903a3 Thanks @petebacondarwin! - Support CLOUDFLARE_ENV environment variable for selecting the active environment

    This change enables users to select the environment for commands such as CLOUDFLARE_ENV=prod wrangler versions upload. The --env command line argument takes precedence.

    The CLOUDFLARE_ENV environment variable is mostly used with the @cloudflare/vite-plugin to select the environment for building the Worker to be deployed. This build also generates a "redirected deploy config" that is flattened to only contain the active environment.
    To avoid accidentally deploying a version that is built for one environment to a different environment, there is an additional check to ensure that if the user specifies an environment in Wrangler it matches the original selected environment from the build.

Patch Changes

miniflare@4.20251125.0

26 Nov 12:12
8ecabd8

Choose a tag to compare

Patch Changes

  • #11376 69f4dc3 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251118.0 1.20251121.0
  • #11396 1133c4d Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251121.0 1.20251125.0
  • #11348 4d61fae Thanks @petebacondarwin! - Add resilience to reading and writing the dev registry files

create-cloudflare@2.56.0

26 Nov 12:12
8ecabd8

Choose a tag to compare

Minor Changes

Patch Changes

  • #11384 f607ea4 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    @angular/create 20.3.10 21.0.0
  • #11387 03be5b8 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-waku 0.12.5-0.27.0-0 0.12.5-0.27.1-0
  • #11395 e9d4db4 Thanks @dario-piotrowicz! - Fix step 2 saying that the will be configured using wrangler setup when it is not

@cloudflare/workers-utils@0.3.0

26 Nov 12:12
8ecabd8

Choose a tag to compare

Minor Changes

  • #11349 aa4a5f1 Thanks @petebacondarwin! - Adds a new test-helpers entry-point to the workers-utils package

  • #11228 43903a3 Thanks @petebacondarwin! - Support CLOUDFLARE_ENV environment variable for selecting the active environment

    This change enables users to select the environment for commands such as CLOUDFLARE_ENV=prod wrangler versions upload. The --env command line argument takes precedence.

    The CLOUDFLARE_ENV environment variable is mostly used with the @cloudflare/vite-plugin to select the environment for building the Worker to be deployed. This build also generates a "redirected deploy config" that is flattened to only contain the active environment.
    To avoid accidentally deploying a version that is built for one environment to a different environment, there is an additional check to ensure that if the user specifies an environment in Wrangler it matches the original selected environment from the build.

@cloudflare/vitest-pool-workers@0.10.11

26 Nov 12:12
8ecabd8

Choose a tag to compare

Patch Changes

@cloudflare/vite-plugin@1.15.3

26 Nov 12:12
8ecabd8

Choose a tag to compare

Patch Changes

@cloudflare/pages-shared@0.13.89

26 Nov 12:12
8ecabd8

Choose a tag to compare

Patch Changes

@cloudflare/kv-asset-handler@0.4.1

26 Nov 12:12
8ecabd8

Choose a tag to compare

Patch Changes

wrangler@4.50.0

20 Nov 21:12
86eab8e

Choose a tag to compare

Minor Changes

  • #11219 524a6e5 Thanks @Ltadrian! - Implement Hyperdrive binding TLS miniflare proxy. This will allow for wrangler dev hyperdrive bindings to connect to external
    databases that require TLS.

  • #11233 c922a81 Thanks @emily-shen! - Add containers.unsafe to allow internal users to use additional container features

Patch Changes

  • #11353 0cf696d Thanks @vicb! - Use the native node:domain module when available

    It is enabled when the enable_nodejs_domain_module compatibility flag is set.

  • #11328 bb44120 Thanks @ascorbic! - Fixes a bug that caused wrangler deploy to hang when deploying SvelteKit sites with experimental autoconfig

  • #11025 4a158e9 Thanks @devin-ai-integration! - Use the native node:wasi module when available

    It is enabled when the enable_nodejs_wasi_module compatibility flag is set.

  • Updated dependencies [0cf696d, 524a6e5, 4a158e9]:

    • @cloudflare/unenv-preset@2.7.11
    • miniflare@4.20251118.1

wrangler@4.49.1

20 Nov 10:06
9f3cfc2

Choose a tag to compare

Patch Changes