Releases: cloudflare/workers-sdk
wrangler@4.51.0
Minor Changes
-
#11345
d524e55Thanks @penalosa! - Enable experimental support for autoconfig-powered Astro projects -
#11228
43903a3Thanks @petebacondarwin! - SupportCLOUDFLARE_ENVenvironment variable for selecting the active environmentThis change enables users to select the environment for commands such as
CLOUDFLARE_ENV=prod wrangler versions upload. The--envcommand line argument takes precedence.The
CLOUDFLARE_ENVenvironment variable is mostly used with the@cloudflare/vite-pluginto 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
Patch Changes
-
#11376
69f4dc3Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
Dependency From To workerd 1.20251118.0 1.20251121.0 -
#11396
1133c4dThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
Dependency From To workerd 1.20251121.0 1.20251125.0 -
#11348
4d61faeThanks @petebacondarwin! - Add resilience to reading and writing the dev registry files
create-cloudflare@2.56.0
Minor Changes
-
#11221
6701036Thanks @peterp! - Add RedwoodSDK as a framework option -
#11345
d524e55Thanks @penalosa! - Enable experimental support for autoconfig-powered Astro projects
Patch Changes
-
#11384
f607ea4Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To @angular/create 20.3.10 21.0.0 -
#11387
03be5b8Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe 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
e9d4db4Thanks @dario-piotrowicz! - Fix step 2 saying that the will be configured usingwrangler setupwhen it is not
@cloudflare/workers-utils@0.3.0
Minor Changes
-
#11349
aa4a5f1Thanks @petebacondarwin! - Adds a newtest-helpersentry-point to the workers-utils package -
#11228
43903a3Thanks @petebacondarwin! - SupportCLOUDFLARE_ENVenvironment variable for selecting the active environmentThis change enables users to select the environment for commands such as
CLOUDFLARE_ENV=prod wrangler versions upload. The--envcommand line argument takes precedence.The
CLOUDFLARE_ENVenvironment variable is mostly used with the@cloudflare/vite-pluginto 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
@cloudflare/vite-plugin@1.15.3
@cloudflare/pages-shared@0.13.89
@cloudflare/kv-asset-handler@0.4.1
Patch Changes
- #11348
4d61faeThanks @petebacondarwin! - refactor to generate ESM modules and support Node 22+
wrangler@4.50.0
Minor Changes
-
#11219
524a6e5Thanks @Ltadrian! - Implement Hyperdrive binding TLS miniflare proxy. This will allow for wrangler dev hyperdrive bindings to connect to external
databases that require TLS. -
#11233
c922a81Thanks @emily-shen! - Addcontainers.unsafeto allow internal users to use additional container features
Patch Changes
-
#11353
0cf696dThanks @vicb! - Use the nativenode:domainmodule when availableIt is enabled when the
enable_nodejs_domain_modulecompatibility flag is set. -
#11328
bb44120Thanks @ascorbic! - Fixes a bug that causedwrangler deployto hang when deploying SvelteKit sites with experimental autoconfig -
#11025
4a158e9Thanks @devin-ai-integration! - Use the nativenode:wasimodule when availableIt is enabled when the
enable_nodejs_wasi_modulecompatibility flag is set. -
Updated dependencies [
0cf696d,524a6e5,4a158e9]:- @cloudflare/unenv-preset@2.7.11
- miniflare@4.20251118.1
wrangler@4.49.1
Patch Changes
-
#11344
c758809Thanks @dario-piotrowicz! - Fix: mark ther2 bulkcommand as hidden and experimental -
#11339
dfba912Thanks @dario-piotrowicz! - Fixwrangler deployerroring when it pulls down remote configs of workers containing an assets binding -
Updated dependencies [
e5ec8cf]:- miniflare@4.20251118.0