diff --git a/.changeset/early-melons-deny.md b/.changeset/early-melons-deny.md deleted file mode 100644 index 7dc0320b4e65..000000000000 --- a/.changeset/early-melons-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": minor ---- - -Add a new `update` subcommand for Queues to allow updating Queue settings diff --git a/.changeset/eighty-panthers-rule.md b/.changeset/eighty-panthers-rule.md deleted file mode 100644 index 81745556f9ae..000000000000 --- a/.changeset/eighty-panthers-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/workers-shared": patch ---- - -Adds a RewriteFrames integration for workers-shared Sentry source-mappings. diff --git a/.changeset/few-bobcats-brake.md b/.changeset/few-bobcats-brake.md deleted file mode 100644 index 8764f8af42c7..000000000000 --- a/.changeset/few-bobcats-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -When reporting errors to Sentry, Wrangler will now include the console output as additional metadata diff --git a/.changeset/gentle-tables-guess.md b/.changeset/gentle-tables-guess.md deleted file mode 100644 index 4f05faa5f8c0..000000000000 --- a/.changeset/gentle-tables-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": minor ---- - -Allow overriding message retention duration when creating Queues diff --git a/.changeset/gorgeous-papayas-trade.md b/.changeset/gorgeous-papayas-trade.md deleted file mode 100644 index 804e7c181052..000000000000 --- a/.changeset/gorgeous-papayas-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/workers-shared": patch ---- - -fix: interpolation search method now checks for a single match at the beginning of every iteration diff --git a/.changeset/kind-spiders-hunt.md b/.changeset/kind-spiders-hunt.md deleted file mode 100644 index e5ee71ab2681..000000000000 --- a/.changeset/kind-spiders-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/workers-shared": patch ---- - -chore: Bump interpolation search method for asset manifest reading to 1% diff --git a/.changeset/lucky-humans-glow.md b/.changeset/lucky-humans-glow.md deleted file mode 100644 index 7fe037f3a388..000000000000 --- a/.changeset/lucky-humans-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/workers-shared": patch ---- - -Change asset-worker and router-worker analytics to using version tag rather than version UUID. diff --git a/.changeset/modern-cycles-build.md b/.changeset/modern-cycles-build.md deleted file mode 100644 index bb75724ebeb6..000000000000 --- a/.changeset/modern-cycles-build.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@cloudflare/vite-plugin": patch ---- - -Call `writeDeployConfig` in `writeBundle` rather than `builder.buildApp`. - -The deploy config file is now written in the `writeBundle` hook rather than `builder.buildApp`. This ensures that the file is still written if other plugins override `builder` in the Vite config. diff --git a/.changeset/odd-months-crash.md b/.changeset/odd-months-crash.md deleted file mode 100644 index 668f6bcbe1c3..000000000000 --- a/.changeset/odd-months-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/workers-shared": patch ---- - -chore: Add status code analytics to router-worker diff --git a/.changeset/orange-rockets-leave.md b/.changeset/orange-rockets-leave.md deleted file mode 100644 index b23a5bc4a3b2..000000000000 --- a/.changeset/orange-rockets-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/workers-shared": patch ---- - -fix: Handles a divide by zero error that could occur when searching large manifests diff --git a/.changeset/rich-pots-mate.md b/.changeset/rich-pots-mate.md deleted file mode 100644 index bd204271aed2..000000000000 --- a/.changeset/rich-pots-mate.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": minor ---- - -Add `--outfile` to `wrangler deploy` for generating a worker bundle. - -This is an advanced feature that most users won't need to use. When set, Wrangler will output your built Worker bundle in a Cloudflare specific format that captures all information needed to deploy a Worker using the [Worker Upload API](https://developers.cloudflare.com/api/resources/workers/subresources/scripts/methods/update/) diff --git a/.changeset/rotten-eyes-boil.md b/.changeset/rotten-eyes-boil.md deleted file mode 100644 index e348c2762f06..000000000000 --- a/.changeset/rotten-eyes-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/workers-shared": patch ---- - -chore: Bump interpoplation search method for asset manifest reads to 50% diff --git a/.changeset/sharp-numbers-search.md b/.changeset/sharp-numbers-search.md deleted file mode 100644 index 6c784a3772b6..000000000000 --- a/.changeset/sharp-numbers-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -Check bounds when overriding delivery delay when creating Queues diff --git a/.changeset/slimy-otters-rush.md b/.changeset/slimy-otters-rush.md deleted file mode 100644 index 8c2f71abe6f7..000000000000 --- a/.changeset/slimy-otters-rush.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"miniflare": patch -"wrangler": patch ---- - -Add local binding support for Worker Pipelines diff --git a/.changeset/stale-zoos-drop.md b/.changeset/stale-zoos-drop.md deleted file mode 100644 index 94d7007176e1..000000000000 --- a/.changeset/stale-zoos-drop.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@cloudflare/vite-plugin": minor ---- - -No longer call `next` in server middleware. - -This is so that the Cloudflare plugin can override subsequent dev middleware for framework integrations. diff --git a/.changeset/startup-profiling.md b/.changeset/startup-profiling.md deleted file mode 100644 index e2382736c10c..000000000000 --- a/.changeset/startup-profiling.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"wrangler": minor ---- - -Add a `wrangler check startup` command to generate a CPU profile of your Worker's startup phase. - -This can be imported into Chrome DevTools or opened directly in VSCode to view a flamegraph of your Worker's startup phase. Additionally, when a Worker deployment fails with a startup time error Wrangler will automatically generate a CPU profile for easy investigation. - -Advanced usage: - -- `--args`: to customise the way `wrangler check startup` builds your Worker for analysis, provide the exact arguments you use when deploying your Worker with `wrangler deploy`. For instance, if you deploy your Worker with `wrangler deploy --no-bundle`, you should use `wrangler check startup --args="--no-bundle"` to profile the startup phase. -- `--worker-bundle`: if you don't use Wrangler to deploy your Worker, you can use this argument to provide a Worker bundle to analyse. This should be a file path to a serialised multipart upload, with the exact same format as the API expects: https://developers.cloudflare.com/api/resources/workers/subresources/scripts/methods/update/ diff --git a/.changeset/tidy-keys-sin.md b/.changeset/tidy-keys-sin.md deleted file mode 100644 index 8999b9ada9fe..000000000000 --- a/.changeset/tidy-keys-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -Output correct config format from `wrangler d1 create`. Previously, this command would always output TOML, regardless of the config file format diff --git a/.changeset/wet-starfishes-drum.md b/.changeset/wet-starfishes-drum.md deleted file mode 100644 index 3c98766c46de..000000000000 --- a/.changeset/wet-starfishes-drum.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": patch ---- - -Include default values for wrangler types --path and --x-include-runtime in telemetry - -User provided strings are still left redacted as always. diff --git a/.changeset/wicked-pets-jump.md b/.changeset/wicked-pets-jump.md deleted file mode 100644 index fd558bdfd736..000000000000 --- a/.changeset/wicked-pets-jump.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": patch ---- - -fix: respect `WRANGLER_LOG` in `wrangler dev` - -Previously, `--log-level=debug` was the only way to see debug logs in `wrangler dev`, which was unlike all other commands. diff --git a/packages/miniflare/CHANGELOG.md b/packages/miniflare/CHANGELOG.md index 126edd7771ad..7433ed8dd422 100644 --- a/packages/miniflare/CHANGELOG.md +++ b/packages/miniflare/CHANGELOG.md @@ -1,5 +1,11 @@ # miniflare +## 3.20250204.1 + +### Patch Changes + +- [#7950](https://github.com/cloudflare/workers-sdk/pull/7950) [`4db1fb5`](https://github.com/cloudflare/workers-sdk/commit/4db1fb5696412c6666589a778184e10386294d71) Thanks [@cmackenzie1](https://github.com/cmackenzie1)! - Add local binding support for Worker Pipelines + ## 3.20250204.0 ### Patch Changes diff --git a/packages/miniflare/package.json b/packages/miniflare/package.json index 2a88f623023e..314cb09ebce9 100644 --- a/packages/miniflare/package.json +++ b/packages/miniflare/package.json @@ -1,6 +1,6 @@ { "name": "miniflare", - "version": "3.20250204.0", + "version": "3.20250204.1", "description": "Fun, full-featured, fully-local simulator for Cloudflare Workers", "keywords": [ "cloudflare", diff --git a/packages/pages-shared/CHANGELOG.md b/packages/pages-shared/CHANGELOG.md index 8faed7e4c7a3..f365f5457f5b 100644 --- a/packages/pages-shared/CHANGELOG.md +++ b/packages/pages-shared/CHANGELOG.md @@ -1,5 +1,12 @@ # @cloudflare/pages-shared +## 0.13.7 + +### Patch Changes + +- Updated dependencies [[`4db1fb5`](https://github.com/cloudflare/workers-sdk/commit/4db1fb5696412c6666589a778184e10386294d71)]: + - miniflare@3.20250204.1 + ## 0.13.6 ### Patch Changes diff --git a/packages/pages-shared/package.json b/packages/pages-shared/package.json index 8020d940f1f9..ca87b30a75e0 100644 --- a/packages/pages-shared/package.json +++ b/packages/pages-shared/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/pages-shared", - "version": "0.13.6", + "version": "0.13.7", "repository": { "type": "git", "url": "https://github.com/cloudflare/workers-sdk.git", diff --git a/packages/vite-plugin-cloudflare/CHANGELOG.md b/packages/vite-plugin-cloudflare/CHANGELOG.md index 6e462dc328d6..ac9056ce4114 100644 --- a/packages/vite-plugin-cloudflare/CHANGELOG.md +++ b/packages/vite-plugin-cloudflare/CHANGELOG.md @@ -1,5 +1,24 @@ # @cloudflare/vite-plugin +## 0.1.0 + +### Minor Changes + +- [#8080](https://github.com/cloudflare/workers-sdk/pull/8080) [`d0fda3d`](https://github.com/cloudflare/workers-sdk/commit/d0fda3df3fcc3e9607e1cbf5ddab83f40e517f09) Thanks [@jamesopstad](https://github.com/jamesopstad)! - No longer call `next` in server middleware. + + This is so that the Cloudflare plugin can override subsequent dev middleware for framework integrations. + +### Patch Changes + +- [#8079](https://github.com/cloudflare/workers-sdk/pull/8079) [`1b07419`](https://github.com/cloudflare/workers-sdk/commit/1b07419b5ac90657af1cc5fbcdfcc680021cfd73) Thanks [@jamesopstad](https://github.com/jamesopstad)! - Call `writeDeployConfig` in `writeBundle` rather than `builder.buildApp`. + + The deploy config file is now written in the `writeBundle` hook rather than `builder.buildApp`. This ensures that the file is still written if other plugins override `builder` in the Vite config. + +- Updated dependencies [[`3fb801f`](https://github.com/cloudflare/workers-sdk/commit/3fb801f734632c165685799cb1b752c4dad0445a), [`fff677e`](https://github.com/cloudflare/workers-sdk/commit/fff677e35f67c28275262c1d19f7eb4d6c6ab071), [`3fb801f`](https://github.com/cloudflare/workers-sdk/commit/3fb801f734632c165685799cb1b752c4dad0445a), [`542c6ea`](https://github.com/cloudflare/workers-sdk/commit/542c6ead5d7c7e64a103abd5572ec7b8aea96c90), [`3fb801f`](https://github.com/cloudflare/workers-sdk/commit/3fb801f734632c165685799cb1b752c4dad0445a), [`4db1fb5`](https://github.com/cloudflare/workers-sdk/commit/4db1fb5696412c6666589a778184e10386294d71), [`542c6ea`](https://github.com/cloudflare/workers-sdk/commit/542c6ead5d7c7e64a103abd5572ec7b8aea96c90), [`1bc60d7`](https://github.com/cloudflare/workers-sdk/commit/1bc60d761ebf67a64ac248e3e2c826407bc26252), [`1aa2a91`](https://github.com/cloudflare/workers-sdk/commit/1aa2a9198578f8eb106f19c8475a63ff4eef26aa), [`35710e5`](https://github.com/cloudflare/workers-sdk/commit/35710e590f20e5c83fb25138ba4ae7890b780a08)]: + - wrangler@3.109.0 + - miniflare@3.20250204.1 + - @cloudflare/unenv-preset@1.1.2 + ## 0.0.8 ### Patch Changes diff --git a/packages/vite-plugin-cloudflare/package.json b/packages/vite-plugin-cloudflare/package.json index bd37688be97b..3316eda94ecb 100644 --- a/packages/vite-plugin-cloudflare/package.json +++ b/packages/vite-plugin-cloudflare/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/vite-plugin", - "version": "0.0.8", + "version": "0.1.0", "description": "Cloudflare plugin for Vite", "keywords": [ "cloudflare", diff --git a/packages/vitest-pool-workers/CHANGELOG.md b/packages/vitest-pool-workers/CHANGELOG.md index 3c16712e9206..871c79b236d0 100644 --- a/packages/vitest-pool-workers/CHANGELOG.md +++ b/packages/vitest-pool-workers/CHANGELOG.md @@ -1,5 +1,13 @@ # @cloudflare/vitest-pool-workers +## 0.6.15 + +### Patch Changes + +- Updated dependencies [[`3fb801f`](https://github.com/cloudflare/workers-sdk/commit/3fb801f734632c165685799cb1b752c4dad0445a), [`fff677e`](https://github.com/cloudflare/workers-sdk/commit/fff677e35f67c28275262c1d19f7eb4d6c6ab071), [`3fb801f`](https://github.com/cloudflare/workers-sdk/commit/3fb801f734632c165685799cb1b752c4dad0445a), [`542c6ea`](https://github.com/cloudflare/workers-sdk/commit/542c6ead5d7c7e64a103abd5572ec7b8aea96c90), [`3fb801f`](https://github.com/cloudflare/workers-sdk/commit/3fb801f734632c165685799cb1b752c4dad0445a), [`4db1fb5`](https://github.com/cloudflare/workers-sdk/commit/4db1fb5696412c6666589a778184e10386294d71), [`542c6ea`](https://github.com/cloudflare/workers-sdk/commit/542c6ead5d7c7e64a103abd5572ec7b8aea96c90), [`1bc60d7`](https://github.com/cloudflare/workers-sdk/commit/1bc60d761ebf67a64ac248e3e2c826407bc26252), [`1aa2a91`](https://github.com/cloudflare/workers-sdk/commit/1aa2a9198578f8eb106f19c8475a63ff4eef26aa), [`35710e5`](https://github.com/cloudflare/workers-sdk/commit/35710e590f20e5c83fb25138ba4ae7890b780a08)]: + - wrangler@3.109.0 + - miniflare@3.20250204.1 + ## 0.6.14 ### Patch Changes diff --git a/packages/vitest-pool-workers/package.json b/packages/vitest-pool-workers/package.json index b357068f7da7..95d28f48ecc8 100644 --- a/packages/vitest-pool-workers/package.json +++ b/packages/vitest-pool-workers/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/vitest-pool-workers", - "version": "0.6.14", + "version": "0.6.15", "description": "Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime", "keywords": [ "cloudflare", diff --git a/packages/workers-shared/CHANGELOG.md b/packages/workers-shared/CHANGELOG.md index e121f9643f1b..428f9d04a540 100644 --- a/packages/workers-shared/CHANGELOG.md +++ b/packages/workers-shared/CHANGELOG.md @@ -1,5 +1,23 @@ # @cloudflare/workers-shared +## 0.14.1 + +### Patch Changes + +- [#8116](https://github.com/cloudflare/workers-sdk/pull/8116) [`ee4873c`](https://github.com/cloudflare/workers-sdk/commit/ee4873c963b89b0091a2ff0952c274ef9dbf05ad) Thanks [@WillTaylorDev](https://github.com/WillTaylorDev)! - Adds a RewriteFrames integration for workers-shared Sentry source-mappings. + +- [#8122](https://github.com/cloudflare/workers-sdk/pull/8122) [`e8829e3`](https://github.com/cloudflare/workers-sdk/commit/e8829e3b152cdec6f5bf75713a98297f45bd60fe) Thanks [@GregBrimble](https://github.com/GregBrimble)! - fix: interpolation search method now checks for a single match at the beginning of every iteration + +- [#8115](https://github.com/cloudflare/workers-sdk/pull/8115) [`dba3f21`](https://github.com/cloudflare/workers-sdk/commit/dba3f21587ad294c7e45737e7c776d033cd80dd8) Thanks [@GregBrimble](https://github.com/GregBrimble)! - chore: Bump interpolation search method for asset manifest reading to 1% + +- [#8117](https://github.com/cloudflare/workers-sdk/pull/8117) [`08e37f6`](https://github.com/cloudflare/workers-sdk/commit/08e37f6e28c38e064aeca95de1b3d63d8cacbb2d) Thanks [@WalshyDev](https://github.com/WalshyDev)! - Change asset-worker and router-worker analytics to using version tag rather than version UUID. + +- [#8126](https://github.com/cloudflare/workers-sdk/pull/8126) [`59eda4a`](https://github.com/cloudflare/workers-sdk/commit/59eda4af54f8eada5324bbd3014c41c934e566ac) Thanks [@GregBrimble](https://github.com/GregBrimble)! - chore: Add status code analytics to router-worker + +- [#8105](https://github.com/cloudflare/workers-sdk/pull/8105) [`f2e6e74`](https://github.com/cloudflare/workers-sdk/commit/f2e6e748989e283642e8b1496a789ca2bcd15757) Thanks [@GregBrimble](https://github.com/GregBrimble)! - fix: Handles a divide by zero error that could occur when searching large manifests + +- [#8127](https://github.com/cloudflare/workers-sdk/pull/8127) [`d4d5987`](https://github.com/cloudflare/workers-sdk/commit/d4d5987c9f567901542c22cb1df13e56cb286887) Thanks [@GregBrimble](https://github.com/GregBrimble)! - chore: Bump interpoplation search method for asset manifest reads to 50% + ## 0.14.0 ### Minor Changes diff --git a/packages/workers-shared/package.json b/packages/workers-shared/package.json index 736d022459d5..18a57d3d25fd 100644 --- a/packages/workers-shared/package.json +++ b/packages/workers-shared/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/workers-shared", - "version": "0.14.0", + "version": "0.14.1", "description": "Package that is used at Cloudflare to power some internal features of Cloudflare Workers.", "keywords": [ "cloudflare", diff --git a/packages/wrangler/CHANGELOG.md b/packages/wrangler/CHANGELOG.md index e576908ff1cd..69ee4e45ec67 100644 --- a/packages/wrangler/CHANGELOG.md +++ b/packages/wrangler/CHANGELOG.md @@ -1,5 +1,47 @@ # wrangler +## 3.109.0 + +### Minor Changes + +- [#8120](https://github.com/cloudflare/workers-sdk/pull/8120) [`3fb801f`](https://github.com/cloudflare/workers-sdk/commit/3fb801f734632c165685799cb1b752c4dad0445a) Thanks [@sdnts](https://github.com/sdnts)! - Add a new `update` subcommand for Queues to allow updating Queue settings + +- [#8120](https://github.com/cloudflare/workers-sdk/pull/8120) [`3fb801f`](https://github.com/cloudflare/workers-sdk/commit/3fb801f734632c165685799cb1b752c4dad0445a) Thanks [@sdnts](https://github.com/sdnts)! - Allow overriding message retention duration when creating Queues + +- [#8026](https://github.com/cloudflare/workers-sdk/pull/8026) [`542c6ea`](https://github.com/cloudflare/workers-sdk/commit/542c6ead5d7c7e64a103abd5572ec7b8aea96c90) Thanks [@penalosa](https://github.com/penalosa)! - Add `--outfile` to `wrangler deploy` for generating a worker bundle. + + This is an advanced feature that most users won't need to use. When set, Wrangler will output your built Worker bundle in a Cloudflare specific format that captures all information needed to deploy a Worker using the [Worker Upload API](https://developers.cloudflare.com/api/resources/workers/subresources/scripts/methods/update/) + +- [#8026](https://github.com/cloudflare/workers-sdk/pull/8026) [`542c6ea`](https://github.com/cloudflare/workers-sdk/commit/542c6ead5d7c7e64a103abd5572ec7b8aea96c90) Thanks [@penalosa](https://github.com/penalosa)! - Add a `wrangler check startup` command to generate a CPU profile of your Worker's startup phase. + + This can be imported into Chrome DevTools or opened directly in VSCode to view a flamegraph of your Worker's startup phase. Additionally, when a Worker deployment fails with a startup time error Wrangler will automatically generate a CPU profile for easy investigation. + + Advanced usage: + + - `--args`: to customise the way `wrangler check startup` builds your Worker for analysis, provide the exact arguments you use when deploying your Worker with `wrangler deploy`. For instance, if you deploy your Worker with `wrangler deploy --no-bundle`, you should use `wrangler check startup --args="--no-bundle"` to profile the startup phase. + - `--worker-bundle`: if you don't use Wrangler to deploy your Worker, you can use this argument to provide a Worker bundle to analyse. This should be a file path to a serialised multipart upload, with the exact same format as the API expects: https://developers.cloudflare.com/api/resources/workers/subresources/scripts/methods/update/ + +### Patch Changes + +- [#8112](https://github.com/cloudflare/workers-sdk/pull/8112) [`fff677e`](https://github.com/cloudflare/workers-sdk/commit/fff677e35f67c28275262c1d19f7eb4d6c6ab071) Thanks [@penalosa](https://github.com/penalosa)! - When reporting errors to Sentry, Wrangler will now include the console output as additional metadata + +- [#8120](https://github.com/cloudflare/workers-sdk/pull/8120) [`3fb801f`](https://github.com/cloudflare/workers-sdk/commit/3fb801f734632c165685799cb1b752c4dad0445a) Thanks [@sdnts](https://github.com/sdnts)! - Check bounds when overriding delivery delay when creating Queues + +- [#7950](https://github.com/cloudflare/workers-sdk/pull/7950) [`4db1fb5`](https://github.com/cloudflare/workers-sdk/commit/4db1fb5696412c6666589a778184e10386294d71) Thanks [@cmackenzie1](https://github.com/cmackenzie1)! - Add local binding support for Worker Pipelines + +- [#8119](https://github.com/cloudflare/workers-sdk/pull/8119) [`1bc60d7`](https://github.com/cloudflare/workers-sdk/commit/1bc60d761ebf67a64ac248e3e2c826407bc26252) Thanks [@penalosa](https://github.com/penalosa)! - Output correct config format from `wrangler d1 create`. Previously, this command would always output TOML, regardless of the config file format + +- [#8130](https://github.com/cloudflare/workers-sdk/pull/8130) [`1aa2a91`](https://github.com/cloudflare/workers-sdk/commit/1aa2a9198578f8eb106f19c8475a63ff4eef26aa) Thanks [@emily-shen](https://github.com/emily-shen)! - Include default values for wrangler types --path and --x-include-runtime in telemetry + + User provided strings are still left redacted as always. + +- [#8061](https://github.com/cloudflare/workers-sdk/pull/8061) [`35710e5`](https://github.com/cloudflare/workers-sdk/commit/35710e590f20e5c83fb25138ba4ae7890b780a08) Thanks [@emily-shen](https://github.com/emily-shen)! - fix: respect `WRANGLER_LOG` in `wrangler dev` + + Previously, `--log-level=debug` was the only way to see debug logs in `wrangler dev`, which was unlike all other commands. + +- Updated dependencies [[`4db1fb5`](https://github.com/cloudflare/workers-sdk/commit/4db1fb5696412c6666589a778184e10386294d71)]: + - miniflare@3.20250204.1 + ## 3.108.1 ### Patch Changes diff --git a/packages/wrangler/package.json b/packages/wrangler/package.json index 65fbb688bbae..b9fcc7ea7201 100644 --- a/packages/wrangler/package.json +++ b/packages/wrangler/package.json @@ -1,6 +1,6 @@ { "name": "wrangler", - "version": "3.108.1", + "version": "3.109.0", "description": "Command-line interface for all things Cloudflare Workers", "keywords": [ "wrangler",