diff --git a/.changeset/blue-streets-thank.md b/.changeset/blue-streets-thank.md deleted file mode 100644 index 81655ac967d1..000000000000 --- a/.changeset/blue-streets-thank.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -"miniflare": minor ---- - -Add a new `defaultPersistRoot` option to control where plugins persist data when no path is provided. - -```js -// Before this change / No `defaultPersistRoot` -new Miniflare({ - kvPersist: undefined, // → "/(tmp)/kv" - d1Persist: true, // → "$PWD/.mf/d1" - r2Persist: false, // → "/(tmp)/r2" - cachePersist: "/my-cache", // → "/my-cache" -}); - -// With `defaultPersistRoot` -new Miniflare({ - defaultPersistRoot: "/storage", - kvPersist: undefined, // → "/storage/kv" - d1Persist: true, // → "/storage/d1" - r2Persist: false, // → "/(tmp)/r2" - cachePersist: "/my-cache", // → "/my-cache" -}); -``` diff --git a/.changeset/dependabot-update-9184.md b/.changeset/dependabot-update-9184.md deleted file mode 100644 index 3a4a76ad52af..000000000000 --- a/.changeset/dependabot-update-9184.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"miniflare": patch ---- - -chore: update dependencies of "miniflare" package - -The following dependency versions have been updated: - -| Dependency | From | To | -| ------------------------- | ------------- | ------------- | -| workerd | 1.20250508.0 | 1.20250520.0 | -| @cloudflare/workers-types | ^4.20250508.0 | ^4.20250520.0 | diff --git a/.changeset/dependabot-update-9346.md b/.changeset/dependabot-update-9346.md deleted file mode 100644 index b042d54bf9b6..000000000000 --- a/.changeset/dependabot-update-9346.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"miniflare": patch ---- - -chore: update dependencies of "miniflare" package - -The following dependency versions have been updated: - -| Dependency | From | To | -| ------------------------- | ------------- | ------------- | -| workerd | 1.20250520.0 | 1.20250523.0 | -| @cloudflare/workers-types | ^4.20250520.0 | ^4.20250523.0 | diff --git a/.changeset/kind-dots-argue.md b/.changeset/kind-dots-argue.md deleted file mode 100644 index 443b88d44043..000000000000 --- a/.changeset/kind-dots-argue.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"miniflare": patch -"wrangler": patch ---- - -Redesign `wrangler dev` to more clearly present information and have a bit of a glow up ✨ -![Screenshot 2025-05-22 at 01 11 43](https://github.com/user-attachments/assets/26cc6209-37a1-4ecb-8e91-daac2f79a095) diff --git a/.changeset/selfish-numbers-play.md b/.changeset/selfish-numbers-play.md deleted file mode 100644 index f0a981437b29..000000000000 --- a/.changeset/selfish-numbers-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -Hide logs in the `startMixedModeSession()` API diff --git a/.changeset/shy-beans-warn.md b/.changeset/shy-beans-warn.md deleted file mode 100644 index 42e6ca47e4b4..000000000000 --- a/.changeset/shy-beans-warn.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@cloudflare/vitest-pool-workers": patch ---- - -fix the Vitest integration to support Workers that want Node.js compatibility is only v1 in production - -It does this by adding the `nodejs_compat_v2` flag (if missing) and removing `no_nodejs_compat_v2` flag (if found). - -This does mean that the Vitest tests are running with a slightly different environment to production, but this has always been the case in other ways. diff --git a/.changeset/silver-bats-brush.md b/.changeset/silver-bats-brush.md deleted file mode 100644 index dfc70ecba407..000000000000 --- a/.changeset/silver-bats-brush.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"miniflare": patch ---- - -fix: decouple KV plugin from secrets store plugin - -The KV plugin previously configured both KV namespace and secrets store bindings with the same service name but different persistence paths, causing conflicts when both were defined. This change copies the KV binding implementation into the secrets store plugin and customizes its service name to prevent collisions. diff --git a/.changeset/swift-bees-agree.md b/.changeset/swift-bees-agree.md deleted file mode 100644 index b889e0999088..000000000000 --- a/.changeset/swift-bees-agree.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -"wrangler": minor ---- - -Add support for FedRAMP High compliance region - -Now it is possible to target Wrangler at the FedRAMP High compliance region. -There are two ways to signal to Wrangler to run in this mode: - -- set `"compliance_region": "fedramp_high"` in a Wrangler configuration -- set `CLOUDFLARE_COMPLIANCE_REGION=fedramp_high` environment variable when running Wrangler - -If both are provided and the values do not match then Wrangler will exit with an error. - -When in this mode OAuth authentication is not supported. -It is necessary to authenticate using a Cloudflare API Token acquired from the Cloudflare FedRAMP High dashboard. - -Most bindings and commands are supported in this mode. - -- Unsupported commands may result in API requests that are not supported - possibly 422 Unprocessable Entity responses. -- Unsupported bindings may work in local dev, as there is no local validation, but will fail at Worker deployment time. - -Resolves DEVX-1921. diff --git a/.changeset/tall-beers-burn.md b/.changeset/tall-beers-burn.md deleted file mode 100644 index afe475f5da1c..000000000000 --- a/.changeset/tall-beers-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -refactor: fallbacks to local image binding from miniflare when local mode is enabled diff --git a/.changeset/twenty-cats-clap.md b/.changeset/twenty-cats-clap.md deleted file mode 100644 index dbc4e679e826..000000000000 --- a/.changeset/twenty-cats-clap.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@cloudflare/vite-plugin": minor -"wrangler": minor ---- - -Updated internal configuration to use Miniflare’s new `defaultPersistRoot` instead of per-plugin `persist` flags diff --git a/.changeset/violet-hats-guess.md b/.changeset/violet-hats-guess.md deleted file mode 100644 index b42251eaac47..000000000000 --- a/.changeset/violet-hats-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -add extra information about asset serving to hello-world templates diff --git a/.changeset/warm-dingos-lay.md b/.changeset/warm-dingos-lay.md deleted file mode 100644 index c4f1aeffbcaf..000000000000 --- a/.changeset/warm-dingos-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/vitest-pool-workers": patch ---- - -Don't crash Vitest when started with a non-existent tail consumer diff --git a/.changeset/yummy-dolls-rescue.md b/.changeset/yummy-dolls-rescue.md deleted file mode 100644 index 6e8ddef265bc..000000000000 --- a/.changeset/yummy-dolls-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": minor ---- - -Show latest instance by default on `workflows instances describe` command diff --git a/packages/create-cloudflare/CHANGELOG.md b/packages/create-cloudflare/CHANGELOG.md index 4bd40d477754..38f3e5bfb71b 100644 --- a/packages/create-cloudflare/CHANGELOG.md +++ b/packages/create-cloudflare/CHANGELOG.md @@ -1,5 +1,11 @@ # create-cloudflare +## 2.47.3 + +### Patch Changes + +- [#9332](https://github.com/cloudflare/workers-sdk/pull/9332) [`a3496bf`](https://github.com/cloudflare/workers-sdk/commit/a3496bf33a57035d7a5fe54d90589049cc36a3e1) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - add extra information about asset serving to hello-world templates + ## 2.47.2 ### Patch Changes diff --git a/packages/create-cloudflare/package.json b/packages/create-cloudflare/package.json index 1f12dbc0db35..d258475a4f9e 100644 --- a/packages/create-cloudflare/package.json +++ b/packages/create-cloudflare/package.json @@ -1,6 +1,6 @@ { "name": "create-cloudflare", - "version": "2.47.2", + "version": "2.47.3", "description": "A CLI for creating and deploying new applications to Cloudflare.", "keywords": [ "cloudflare", diff --git a/packages/miniflare/CHANGELOG.md b/packages/miniflare/CHANGELOG.md index b7501008e5fb..222a7b2f239c 100644 --- a/packages/miniflare/CHANGELOG.md +++ b/packages/miniflare/CHANGELOG.md @@ -1,5 +1,57 @@ # miniflare +## 4.20250523.0 + +### Minor Changes + +- [#9330](https://github.com/cloudflare/workers-sdk/pull/9330) [`34c71ce`](https://github.com/cloudflare/workers-sdk/commit/34c71ce9208ffceefe718fc9ae7282ef95e2f2be) Thanks [@edmundhung](https://github.com/edmundhung)! - Add a new `defaultPersistRoot` option to control where plugins persist data when no path is provided. + + ```js + // Before this change / No `defaultPersistRoot` + new Miniflare({ + kvPersist: undefined, // → "/(tmp)/kv" + d1Persist: true, // → "$PWD/.mf/d1" + r2Persist: false, // → "/(tmp)/r2" + cachePersist: "/my-cache", // → "/my-cache" + }); + + // With `defaultPersistRoot` + new Miniflare({ + defaultPersistRoot: "/storage", + kvPersist: undefined, // → "/storage/kv" + d1Persist: true, // → "/storage/d1" + r2Persist: false, // → "/(tmp)/r2" + cachePersist: "/my-cache", // → "/my-cache" + }); + ``` + +### Patch Changes + +- [#9184](https://github.com/cloudflare/workers-sdk/pull/9184) [`f7c82a4`](https://github.com/cloudflare/workers-sdk/commit/f7c82a4a9f1cb1c9abf6d309327a72b5423e44b1) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "miniflare" package + + The following dependency versions have been updated: + + | Dependency | From | To | + | ------------------------- | ------------- | ------------- | + | workerd | 1.20250508.0 | 1.20250520.0 | + | @cloudflare/workers-types | ^4.20250508.0 | ^4.20250520.0 | + +- [#9346](https://github.com/cloudflare/workers-sdk/pull/9346) [`7ddd865`](https://github.com/cloudflare/workers-sdk/commit/7ddd865fa61b65851149e3d1ac8753002b648e65) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "miniflare" package + + The following dependency versions have been updated: + + | Dependency | From | To | + | ------------------------- | ------------- | ------------- | + | workerd | 1.20250520.0 | 1.20250523.0 | + | @cloudflare/workers-types | ^4.20250520.0 | ^4.20250523.0 | + +- [#9335](https://github.com/cloudflare/workers-sdk/pull/9335) [`6479fc5`](https://github.com/cloudflare/workers-sdk/commit/6479fc5228d1249e87c7f668e8efbf88ec5a8f5f) Thanks [@penalosa](https://github.com/penalosa)! - Redesign `wrangler dev` to more clearly present information and have a bit of a glow up ✨ + ![Screenshot 2025-05-22 at 01 11 43](https://github.com/user-attachments/assets/26cc6209-37a1-4ecb-8e91-daac2f79a095) + +- [#9106](https://github.com/cloudflare/workers-sdk/pull/9106) [`e5ae13a`](https://github.com/cloudflare/workers-sdk/commit/e5ae13adebe5ee139cf2c91f0a3bd5992cfd3923) Thanks [@edmundhung](https://github.com/edmundhung)! - fix: decouple KV plugin from secrets store plugin + + The KV plugin previously configured both KV namespace and secrets store bindings with the same service name but different persistence paths, causing conflicts when both were defined. This change copies the KV binding implementation into the secrets store plugin and customizes its service name to prevent collisions. + ## 4.20250508.3 ### Patch Changes diff --git a/packages/miniflare/package.json b/packages/miniflare/package.json index 7ad864f580ea..fe66d848ffea 100644 --- a/packages/miniflare/package.json +++ b/packages/miniflare/package.json @@ -1,6 +1,6 @@ { "name": "miniflare", - "version": "4.20250508.3", + "version": "4.20250523.0", "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 eb25b59823a0..626a4beb7d94 100644 --- a/packages/pages-shared/CHANGELOG.md +++ b/packages/pages-shared/CHANGELOG.md @@ -1,5 +1,12 @@ # @cloudflare/pages-shared +## 0.13.41 + +### Patch Changes + +- Updated dependencies [[`34c71ce`](https://github.com/cloudflare/workers-sdk/commit/34c71ce9208ffceefe718fc9ae7282ef95e2f2be), [`f7c82a4`](https://github.com/cloudflare/workers-sdk/commit/f7c82a4a9f1cb1c9abf6d309327a72b5423e44b1), [`7ddd865`](https://github.com/cloudflare/workers-sdk/commit/7ddd865fa61b65851149e3d1ac8753002b648e65), [`6479fc5`](https://github.com/cloudflare/workers-sdk/commit/6479fc5228d1249e87c7f668e8efbf88ec5a8f5f), [`e5ae13a`](https://github.com/cloudflare/workers-sdk/commit/e5ae13adebe5ee139cf2c91f0a3bd5992cfd3923)]: + - miniflare@4.20250523.0 + ## 0.13.40 ### Patch Changes diff --git a/packages/pages-shared/package.json b/packages/pages-shared/package.json index 0f0a79967f49..dcc846fbbf2a 100644 --- a/packages/pages-shared/package.json +++ b/packages/pages-shared/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/pages-shared", - "version": "0.13.40", + "version": "0.13.41", "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 6b4f2e4d68c8..c8598b597fb7 100644 --- a/packages/vite-plugin-cloudflare/CHANGELOG.md +++ b/packages/vite-plugin-cloudflare/CHANGELOG.md @@ -1,5 +1,17 @@ # @cloudflare/vite-plugin +## 1.3.0 + +### Minor Changes + +- [#9330](https://github.com/cloudflare/workers-sdk/pull/9330) [`34c71ce`](https://github.com/cloudflare/workers-sdk/commit/34c71ce9208ffceefe718fc9ae7282ef95e2f2be) Thanks [@edmundhung](https://github.com/edmundhung)! - Updated internal configuration to use Miniflare’s new `defaultPersistRoot` instead of per-plugin `persist` flags + +### Patch Changes + +- Updated dependencies [[`34c71ce`](https://github.com/cloudflare/workers-sdk/commit/34c71ce9208ffceefe718fc9ae7282ef95e2f2be), [`f7c82a4`](https://github.com/cloudflare/workers-sdk/commit/f7c82a4a9f1cb1c9abf6d309327a72b5423e44b1), [`7ddd865`](https://github.com/cloudflare/workers-sdk/commit/7ddd865fa61b65851149e3d1ac8753002b648e65), [`6479fc5`](https://github.com/cloudflare/workers-sdk/commit/6479fc5228d1249e87c7f668e8efbf88ec5a8f5f), [`410d985`](https://github.com/cloudflare/workers-sdk/commit/410d9852508f94e33fbe30095fe0c421636f033e), [`e5ae13a`](https://github.com/cloudflare/workers-sdk/commit/e5ae13adebe5ee139cf2c91f0a3bd5992cfd3923), [`6c03bde`](https://github.com/cloudflare/workers-sdk/commit/6c03bde33ffc9607577e5e7540f7178396d9e32d), [`c2678d1`](https://github.com/cloudflare/workers-sdk/commit/c2678d168185bc75ed724edc4ee7615f6f1e0f87), [`34c71ce`](https://github.com/cloudflare/workers-sdk/commit/34c71ce9208ffceefe718fc9ae7282ef95e2f2be), [`cc7fae4`](https://github.com/cloudflare/workers-sdk/commit/cc7fae4cb9a2b69afd1c850a4562f819d0abf4e7)]: + - miniflare@4.20250523.0 + - wrangler@4.17.0 + ## 1.2.4 ### Patch Changes diff --git a/packages/vite-plugin-cloudflare/package.json b/packages/vite-plugin-cloudflare/package.json index 2ef0216fa60c..ded56c93cdf7 100644 --- a/packages/vite-plugin-cloudflare/package.json +++ b/packages/vite-plugin-cloudflare/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/vite-plugin", - "version": "1.2.4", + "version": "1.3.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 98c4c62e71d0..fe34b7d10f11 100644 --- a/packages/vitest-pool-workers/CHANGELOG.md +++ b/packages/vitest-pool-workers/CHANGELOG.md @@ -1,5 +1,21 @@ # @cloudflare/vitest-pool-workers +## 0.8.33 + +### Patch Changes + +- [#9331](https://github.com/cloudflare/workers-sdk/pull/9331) [`3c770ec`](https://github.com/cloudflare/workers-sdk/commit/3c770ecc9f4d1e517c7872410da8c8dcb8e12cca) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - fix the Vitest integration to support Workers that want Node.js compatibility is only v1 in production + + It does this by adding the `nodejs_compat_v2` flag (if missing) and removing `no_nodejs_compat_v2` flag (if found). + + This does mean that the Vitest tests are running with a slightly different environment to production, but this has always been the case in other ways. + +- [#9350](https://github.com/cloudflare/workers-sdk/pull/9350) [`68a9008`](https://github.com/cloudflare/workers-sdk/commit/68a900871f0cf5585ff6d452813421e1d81b70e1) Thanks [@penalosa](https://github.com/penalosa)! - Don't crash Vitest when started with a non-existent tail consumer + +- Updated dependencies [[`34c71ce`](https://github.com/cloudflare/workers-sdk/commit/34c71ce9208ffceefe718fc9ae7282ef95e2f2be), [`f7c82a4`](https://github.com/cloudflare/workers-sdk/commit/f7c82a4a9f1cb1c9abf6d309327a72b5423e44b1), [`7ddd865`](https://github.com/cloudflare/workers-sdk/commit/7ddd865fa61b65851149e3d1ac8753002b648e65), [`6479fc5`](https://github.com/cloudflare/workers-sdk/commit/6479fc5228d1249e87c7f668e8efbf88ec5a8f5f), [`410d985`](https://github.com/cloudflare/workers-sdk/commit/410d9852508f94e33fbe30095fe0c421636f033e), [`e5ae13a`](https://github.com/cloudflare/workers-sdk/commit/e5ae13adebe5ee139cf2c91f0a3bd5992cfd3923), [`6c03bde`](https://github.com/cloudflare/workers-sdk/commit/6c03bde33ffc9607577e5e7540f7178396d9e32d), [`c2678d1`](https://github.com/cloudflare/workers-sdk/commit/c2678d168185bc75ed724edc4ee7615f6f1e0f87), [`34c71ce`](https://github.com/cloudflare/workers-sdk/commit/34c71ce9208ffceefe718fc9ae7282ef95e2f2be), [`cc7fae4`](https://github.com/cloudflare/workers-sdk/commit/cc7fae4cb9a2b69afd1c850a4562f819d0abf4e7)]: + - miniflare@4.20250523.0 + - wrangler@4.17.0 + ## 0.8.32 ### Patch Changes diff --git a/packages/vitest-pool-workers/package.json b/packages/vitest-pool-workers/package.json index 36e1b40a89cc..c2af4f91da22 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.8.32", + "version": "0.8.33", "description": "Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime", "keywords": [ "cloudflare", diff --git a/packages/wrangler/CHANGELOG.md b/packages/wrangler/CHANGELOG.md index 14efc9ae7ae9..210a984f0f56 100644 --- a/packages/wrangler/CHANGELOG.md +++ b/packages/wrangler/CHANGELOG.md @@ -1,5 +1,45 @@ # wrangler +## 4.17.0 + +### Minor Changes + +- [#9321](https://github.com/cloudflare/workers-sdk/pull/9321) [`6c03bde`](https://github.com/cloudflare/workers-sdk/commit/6c03bde33ffc9607577e5e7540f7178396d9e32d) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - Add support for FedRAMP High compliance region + + Now it is possible to target Wrangler at the FedRAMP High compliance region. + There are two ways to signal to Wrangler to run in this mode: + + - set `"compliance_region": "fedramp_high"` in a Wrangler configuration + - set `CLOUDFLARE_COMPLIANCE_REGION=fedramp_high` environment variable when running Wrangler + + If both are provided and the values do not match then Wrangler will exit with an error. + + When in this mode OAuth authentication is not supported. + It is necessary to authenticate using a Cloudflare API Token acquired from the Cloudflare FedRAMP High dashboard. + + Most bindings and commands are supported in this mode. + + - Unsupported commands may result in API requests that are not supported - possibly 422 Unprocessable Entity responses. + - Unsupported bindings may work in local dev, as there is no local validation, but will fail at Worker deployment time. + + Resolves DEVX-1921. + +- [#9330](https://github.com/cloudflare/workers-sdk/pull/9330) [`34c71ce`](https://github.com/cloudflare/workers-sdk/commit/34c71ce9208ffceefe718fc9ae7282ef95e2f2be) Thanks [@edmundhung](https://github.com/edmundhung)! - Updated internal configuration to use Miniflare’s new `defaultPersistRoot` instead of per-plugin `persist` flags + +- [#8973](https://github.com/cloudflare/workers-sdk/pull/8973) [`cc7fae4`](https://github.com/cloudflare/workers-sdk/commit/cc7fae4cb9a2b69afd1c850a4562f819d0abf4e7) Thanks [@Caio-Nogueira](https://github.com/Caio-Nogueira)! - Show latest instance by default on `workflows instances describe` command + +### Patch Changes + +- [#9335](https://github.com/cloudflare/workers-sdk/pull/9335) [`6479fc5`](https://github.com/cloudflare/workers-sdk/commit/6479fc5228d1249e87c7f668e8efbf88ec5a8f5f) Thanks [@penalosa](https://github.com/penalosa)! - Redesign `wrangler dev` to more clearly present information and have a bit of a glow up ✨ + ![Screenshot 2025-05-22 at 01 11 43](https://github.com/user-attachments/assets/26cc6209-37a1-4ecb-8e91-daac2f79a095) + +- [#9329](https://github.com/cloudflare/workers-sdk/pull/9329) [`410d985`](https://github.com/cloudflare/workers-sdk/commit/410d9852508f94e33fbe30095fe0c421636f033e) Thanks [@penalosa](https://github.com/penalosa)! - Hide logs in the `startMixedModeSession()` API + +- [#9325](https://github.com/cloudflare/workers-sdk/pull/9325) [`c2678d1`](https://github.com/cloudflare/workers-sdk/commit/c2678d168185bc75ed724edc4ee7615f6f1e0f87) Thanks [@edmundhung](https://github.com/edmundhung)! - refactor: fallbacks to local image binding from miniflare when local mode is enabled + +- Updated dependencies [[`34c71ce`](https://github.com/cloudflare/workers-sdk/commit/34c71ce9208ffceefe718fc9ae7282ef95e2f2be), [`f7c82a4`](https://github.com/cloudflare/workers-sdk/commit/f7c82a4a9f1cb1c9abf6d309327a72b5423e44b1), [`7ddd865`](https://github.com/cloudflare/workers-sdk/commit/7ddd865fa61b65851149e3d1ac8753002b648e65), [`6479fc5`](https://github.com/cloudflare/workers-sdk/commit/6479fc5228d1249e87c7f668e8efbf88ec5a8f5f), [`e5ae13a`](https://github.com/cloudflare/workers-sdk/commit/e5ae13adebe5ee139cf2c91f0a3bd5992cfd3923)]: + - miniflare@4.20250523.0 + ## 4.16.1 ### Patch Changes diff --git a/packages/wrangler/package.json b/packages/wrangler/package.json index 2e24ee00052e..eb1433ca02b6 100644 --- a/packages/wrangler/package.json +++ b/packages/wrangler/package.json @@ -1,6 +1,6 @@ { "name": "wrangler", - "version": "4.16.1", + "version": "4.17.0", "description": "Command-line interface for all things Cloudflare Workers", "keywords": [ "wrangler",