From b3b5ccca66c8d336ce5ba19da449ed8051b2e5b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 01:33:51 +0000 Subject: [PATCH] Version Packages --- .changeset/ai-models-schema.md | 7 --- .changeset/c3-frameworks-update-13939.md | 11 ---- .changeset/c3-frameworks-update-13940.md | 11 ---- .changeset/c3-frameworks-update-13941.md | 11 ---- .changeset/c3-frameworks-update-13942.md | 11 ---- .changeset/c3-frameworks-update-13943.md | 11 ---- .changeset/c3-frameworks-update-13944.md | 11 ---- .changeset/c3-frameworks-update-13945.md | 11 ---- .changeset/dependabot-update-13948.md | 12 ---- .changeset/dry-sloths-roll.md | 8 --- .changeset/fix-d1-migrations-null-response.md | 5 -- .changeset/improve-docker-error-message.md | 8 --- .changeset/public-model-search.md | 7 --- .changeset/quiet-rpc-ordering.md | 7 --- ...efactor-verify-docker-installed-options.md | 7 --- .changeset/remote-proxy-session-errors.md | 7 --- .changeset/seven-geckos-hammer.md | 5 -- .changeset/silent-workflows-tap.md | 8 --- .changeset/silly-boxes-shine.md | 5 -- .changeset/workflows-workers-dev-subdomain.md | 7 --- .changeset/wrangler-tmp-orphan-sweep.md | 9 --- packages/containers-shared/CHANGELOG.md | 18 ++++++ packages/containers-shared/package.json | 2 +- packages/create-cloudflare/CHANGELOG.md | 60 +++++++++++++++++++ packages/create-cloudflare/package.json | 2 +- packages/miniflare/CHANGELOG.md | 20 +++++++ packages/miniflare/package.json | 2 +- packages/pages-shared/CHANGELOG.md | 7 +++ packages/pages-shared/package.json | 2 +- packages/vite-plugin-cloudflare/CHANGELOG.md | 10 ++++ packages/vite-plugin-cloudflare/package.json | 2 +- packages/vitest-pool-workers/CHANGELOG.md | 12 ++++ packages/vitest-pool-workers/package.json | 2 +- packages/wrangler/CHANGELOG.md | 53 ++++++++++++++++ packages/wrangler/package.json | 2 +- 35 files changed, 187 insertions(+), 186 deletions(-) delete mode 100644 .changeset/ai-models-schema.md delete mode 100644 .changeset/c3-frameworks-update-13939.md delete mode 100644 .changeset/c3-frameworks-update-13940.md delete mode 100644 .changeset/c3-frameworks-update-13941.md delete mode 100644 .changeset/c3-frameworks-update-13942.md delete mode 100644 .changeset/c3-frameworks-update-13943.md delete mode 100644 .changeset/c3-frameworks-update-13944.md delete mode 100644 .changeset/c3-frameworks-update-13945.md delete mode 100644 .changeset/dependabot-update-13948.md delete mode 100644 .changeset/dry-sloths-roll.md delete mode 100644 .changeset/fix-d1-migrations-null-response.md delete mode 100644 .changeset/improve-docker-error-message.md delete mode 100644 .changeset/public-model-search.md delete mode 100644 .changeset/quiet-rpc-ordering.md delete mode 100644 .changeset/refactor-verify-docker-installed-options.md delete mode 100644 .changeset/remote-proxy-session-errors.md delete mode 100644 .changeset/seven-geckos-hammer.md delete mode 100644 .changeset/silent-workflows-tap.md delete mode 100644 .changeset/silly-boxes-shine.md delete mode 100644 .changeset/workflows-workers-dev-subdomain.md delete mode 100644 .changeset/wrangler-tmp-orphan-sweep.md diff --git a/.changeset/ai-models-schema.md b/.changeset/ai-models-schema.md deleted file mode 100644 index ca1444fed7..0000000000 --- a/.changeset/ai-models-schema.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": minor ---- - -Add `wrangler ai models schema` command for fetching model schemas - -You can now run `wrangler ai models schema ` to fetch the input and output schema for a Workers AI model from the public model catalog schema endpoint. diff --git a/.changeset/c3-frameworks-update-13939.md b/.changeset/c3-frameworks-update-13939.md deleted file mode 100644 index 91da6bb4bb..0000000000 --- a/.changeset/c3-frameworks-update-13939.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"create-cloudflare": patch ---- - -Update dependencies of "create-cloudflare" - -The following dependency versions have been updated: - -| Dependency | From | To | -| ----------- | ----- | ----- | -| create-vite | 9.0.6 | 9.0.7 | diff --git a/.changeset/c3-frameworks-update-13940.md b/.changeset/c3-frameworks-update-13940.md deleted file mode 100644 index 9a1c3f3134..0000000000 --- a/.changeset/c3-frameworks-update-13940.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"create-cloudflare": patch ---- - -Update dependencies of "create-cloudflare" - -The following dependency versions have been updated: - -| Dependency | From | To | -| ----------- | ------- | ------- | -| create-vike | 0.0.625 | 0.0.627 | diff --git a/.changeset/c3-frameworks-update-13941.md b/.changeset/c3-frameworks-update-13941.md deleted file mode 100644 index 2c8c0dd2a1..0000000000 --- a/.changeset/c3-frameworks-update-13941.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"create-cloudflare": patch ---- - -Update dependencies of "create-cloudflare" - -The following dependency versions have been updated: - -| Dependency | From | To | -| ---------- | ------ | ------ | -| nuxi | 3.35.1 | 3.35.2 | diff --git a/.changeset/c3-frameworks-update-13942.md b/.changeset/c3-frameworks-update-13942.md deleted file mode 100644 index f5cfa7c5cf..0000000000 --- a/.changeset/c3-frameworks-update-13942.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"create-cloudflare": patch ---- - -Update dependencies of "create-cloudflare" - -The following dependency versions have been updated: - -| Dependency | From | To | -| ------------- | ----- | ----- | -| create-analog | 2.5.0 | 2.5.1 | diff --git a/.changeset/c3-frameworks-update-13943.md b/.changeset/c3-frameworks-update-13943.md deleted file mode 100644 index 563f6cd8c0..0000000000 --- a/.changeset/c3-frameworks-update-13943.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"create-cloudflare": patch ---- - -Update dependencies of "create-cloudflare" - -The following dependency versions have been updated: - -| Dependency | From | To | -| --------------- | ------- | ------- | -| @angular/create | 21.2.10 | 21.2.11 | diff --git a/.changeset/c3-frameworks-update-13944.md b/.changeset/c3-frameworks-update-13944.md deleted file mode 100644 index fd306c8335..0000000000 --- a/.changeset/c3-frameworks-update-13944.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"create-cloudflare": patch ---- - -Update dependencies of "create-cloudflare" - -The following dependency versions have been updated: - -| Dependency | From | To | -| ---------------------- | ------- | ------- | -| @tanstack/create-start | 0.59.30 | 0.59.32 | diff --git a/.changeset/c3-frameworks-update-13945.md b/.changeset/c3-frameworks-update-13945.md deleted file mode 100644 index db3c8ac351..0000000000 --- a/.changeset/c3-frameworks-update-13945.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"create-cloudflare": patch ---- - -Update dependencies of "create-cloudflare" - -The following dependency versions have been updated: - -| Dependency | From | To | -| ------------------- | ------ | ------ | -| create-react-router | 7.15.0 | 7.15.1 | diff --git a/.changeset/dependabot-update-13948.md b/.changeset/dependabot-update-13948.md deleted file mode 100644 index 0f3d440b04..0000000000 --- a/.changeset/dependabot-update-13948.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"miniflare": patch -"wrangler": patch ---- - -Update dependencies of "miniflare", "wrangler" - -The following dependency versions have been updated: - -| Dependency | From | To | -| ---------- | ------------ | ------------ | -| workerd | 1.20260515.1 | 1.20260518.1 | diff --git a/.changeset/dry-sloths-roll.md b/.changeset/dry-sloths-roll.md deleted file mode 100644 index c1f27498c2..0000000000 --- a/.changeset/dry-sloths-roll.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@cloudflare/containers-shared": minor -"wrangler": minor ---- - -Add `--containers-rollout=none` - -This allows you to skip deploying a container. This is useful if you know that your container is not going to be updated or you don't have Docker locally, but still want to make changes to your Worker. diff --git a/.changeset/fix-d1-migrations-null-response.md b/.changeset/fix-d1-migrations-null-response.md deleted file mode 100644 index 3f2b4e3859..0000000000 --- a/.changeset/fix-d1-migrations-null-response.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -Throw a clear error when a D1 migration is cancelled instead of silently returning diff --git a/.changeset/improve-docker-error-message.md b/.changeset/improve-docker-error-message.md deleted file mode 100644 index f942b71586..0000000000 --- a/.changeset/improve-docker-error-message.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"wrangler": patch -"@cloudflare/containers-shared": patch ---- - -Improve the Docker CLI error message to be more actionable. - -Include a link to Docker installation docs, platform-specific instructions for starting the daemon, and guidance for alternative Docker-compatible CLIs. diff --git a/.changeset/public-model-search.md b/.changeset/public-model-search.md deleted file mode 100644 index a76a99914f..0000000000 --- a/.changeset/public-model-search.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": minor ---- - -Add `wrangler ai models list` command for querying the Workers AI model catalog - -`wrangler ai models list` accepts `--search`, `--task`, `--author`, `--source`, and `--hide-experimental`, matching the public model catalog search endpoint. diff --git a/.changeset/quiet-rpc-ordering.md b/.changeset/quiet-rpc-ordering.md deleted file mode 100644 index dc47b41519..0000000000 --- a/.changeset/quiet-rpc-ordering.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@cloudflare/vitest-pool-workers": patch ---- - -Preserve same-stub RPC call order for wrapped Worker and Durable Object entrypoints - -Previously, dynamically wrapped RPC methods could resolve and invoke out of order when many calls were fired without awaiting each individual call. This now queues method resolution per wrapper instance so calls begin in the order they were received. diff --git a/.changeset/refactor-verify-docker-installed-options.md b/.changeset/refactor-verify-docker-installed-options.md deleted file mode 100644 index 2063844bcc..0000000000 --- a/.changeset/refactor-verify-docker-installed-options.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@cloudflare/containers-shared": patch ---- - -Refactor `verifyDockerInstalled` to accept an options object instead of positional parameters - -The function signature changed from `(dockerPath: string, isDev?: boolean)` to `({ dockerPath, isDev }: { dockerPath: string; isDev?: boolean })` for improved readability and extensibility. diff --git a/.changeset/remote-proxy-session-errors.md b/.changeset/remote-proxy-session-errors.md deleted file mode 100644 index f2042be870..0000000000 --- a/.changeset/remote-proxy-session-errors.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": patch ---- - -Surface remote proxy session errors - -When remote bindings fail to start, include the controller reason and root cause in the error message to make failures like missing `cloudflared` clearer. diff --git a/.changeset/seven-geckos-hammer.md b/.changeset/seven-geckos-hammer.md deleted file mode 100644 index 82c444e132..0000000000 --- a/.changeset/seven-geckos-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/vite-plugin": patch ---- - -fix: route WebSocket upgrade requests directly to the user worker in dev mode diff --git a/.changeset/silent-workflows-tap.md b/.changeset/silent-workflows-tap.md deleted file mode 100644 index 4244690cd3..0000000000 --- a/.changeset/silent-workflows-tap.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"miniflare": patch -"wrangler": patch ---- - -Fix local Workflow startup when compatibility flags include `experimental` - -Miniflare now deduplicates compatibility flags for the internal Workflow engine service. This prevents `wrangler dev` from failing with `Compatibility flag specified multiple times: experimental` when the user's Worker already enables that flag. diff --git a/.changeset/silly-boxes-shine.md b/.changeset/silly-boxes-shine.md deleted file mode 100644 index 038605bfad..0000000000 --- a/.changeset/silly-boxes-shine.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"miniflare": minor ---- - -Bumped miniflare deps `acorn` to `8.16.0` and `acorn-walk` to `8.3.5` to add support for the `using` and `await using` keywords when miniflare parses scripts. diff --git a/.changeset/workflows-workers-dev-subdomain.md b/.changeset/workflows-workers-dev-subdomain.md deleted file mode 100644 index 3db0cfa974..0000000000 --- a/.changeset/workflows-workers-dev-subdomain.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": patch ---- - -Prompt to provision a workers.dev subdomain before deploying Workflows - -Wrangler now checks for the account-level workers.dev subdomain when deploying Workflows, even if the Worker is not being published to workers.dev. If the subdomain has not been registered yet, Wrangler prompts to create one before calling the Workflows deploy API so users avoid an opaque server-side deployment failure. diff --git a/.changeset/wrangler-tmp-orphan-sweep.md b/.changeset/wrangler-tmp-orphan-sweep.md deleted file mode 100644 index 7f7d184eb9..0000000000 --- a/.changeset/wrangler-tmp-orphan-sweep.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"wrangler": patch ---- - -Sweep stale `.wrangler/tmp/*` dirs left behind by abnormal exits - -A `wrangler dev` session creates `.wrangler/tmp/bundle-*` and `.wrangler/tmp/dev-*` directories at startup and removes them via a `signal-exit` hook on graceful shutdown. When the process exited abnormally (SIGKILL, OOM, host crash) those directories were left behind and accumulated across sessions, slowing down dependency-walking tools that follow the bundle-emitted absolute-path imports. - -`wrangler` now sweeps entries in `.wrangler/tmp/` older than 24 hours when a new temporary directory is requested, bounding the leak regardless of how prior sessions exited. diff --git a/packages/containers-shared/CHANGELOG.md b/packages/containers-shared/CHANGELOG.md index 3cdf303a61..1c6044551d 100644 --- a/packages/containers-shared/CHANGELOG.md +++ b/packages/containers-shared/CHANGELOG.md @@ -1,5 +1,23 @@ # @cloudflare/containers-shared +## 0.15.0 + +### Minor Changes + +- [#12656](https://github.com/cloudflare/workers-sdk/pull/12656) [`ae047ee`](https://github.com/cloudflare/workers-sdk/commit/ae047eedd5c59452e05a122f14ac4ff6c5ff8ad2) Thanks [@mikenomitch](https://github.com/mikenomitch)! - Add `--containers-rollout=none` + + This allows you to skip deploying a container. This is useful if you know that your container is not going to be updated or you don't have Docker locally, but still want to make changes to your Worker. + +### Patch Changes + +- [#13950](https://github.com/cloudflare/workers-sdk/pull/13950) [`f78d435`](https://github.com/cloudflare/workers-sdk/commit/f78d435454a6f7f0623bf878f1279ca6c3caed50) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - Improve the Docker CLI error message to be more actionable. + + Include a link to Docker installation docs, platform-specific instructions for starting the daemon, and guidance for alternative Docker-compatible CLIs. + +- [#13950](https://github.com/cloudflare/workers-sdk/pull/13950) [`f78d435`](https://github.com/cloudflare/workers-sdk/commit/f78d435454a6f7f0623bf878f1279ca6c3caed50) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - Refactor `verifyDockerInstalled` to accept an options object instead of positional parameters + + The function signature changed from `(dockerPath: string, isDev?: boolean)` to `({ dockerPath, isDev }: { dockerPath: string; isDev?: boolean })` for improved readability and extensibility. + ## 0.14.1 ### Patch Changes diff --git a/packages/containers-shared/package.json b/packages/containers-shared/package.json index 298f56b7d4..5f2be7d004 100644 --- a/packages/containers-shared/package.json +++ b/packages/containers-shared/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/containers-shared", - "version": "0.14.1", + "version": "0.15.0", "private": true, "description": "Package that contains shared container functionality for Cloudflare Workers SDK.", "homepage": "https://github.com/cloudflare/workers-sdk/tree/main/packages/containers-shared#readme", diff --git a/packages/create-cloudflare/CHANGELOG.md b/packages/create-cloudflare/CHANGELOG.md index 950eeeff53..6150c31084 100644 --- a/packages/create-cloudflare/CHANGELOG.md +++ b/packages/create-cloudflare/CHANGELOG.md @@ -1,5 +1,65 @@ # create-cloudflare +## 2.68.3 + +### Patch Changes + +- [#13939](https://github.com/cloudflare/workers-sdk/pull/13939) [`efe3567`](https://github.com/cloudflare/workers-sdk/commit/efe356772ea38fb5cf9755ea87c3250ae5a5f6af) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update dependencies of "create-cloudflare" + + The following dependency versions have been updated: + + | Dependency | From | To | + | ----------- | ----- | ----- | + | create-vite | 9.0.6 | 9.0.7 | + +- [#13940](https://github.com/cloudflare/workers-sdk/pull/13940) [`f2c1872`](https://github.com/cloudflare/workers-sdk/commit/f2c18721fa7a6439ad1dcd7f9e1b8b4c1494a627) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update dependencies of "create-cloudflare" + + The following dependency versions have been updated: + + | Dependency | From | To | + | ----------- | ------- | ------- | + | create-vike | 0.0.625 | 0.0.627 | + +- [#13941](https://github.com/cloudflare/workers-sdk/pull/13941) [`c51b8c0`](https://github.com/cloudflare/workers-sdk/commit/c51b8c01660a2d79253f5a146e2987ad895bd203) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update dependencies of "create-cloudflare" + + The following dependency versions have been updated: + + | Dependency | From | To | + | ---------- | ------ | ------ | + | nuxi | 3.35.1 | 3.35.2 | + +- [#13942](https://github.com/cloudflare/workers-sdk/pull/13942) [`78d3b80`](https://github.com/cloudflare/workers-sdk/commit/78d3b8004095862053f90393100d1936e5b493bc) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update dependencies of "create-cloudflare" + + The following dependency versions have been updated: + + | Dependency | From | To | + | ------------- | ----- | ----- | + | create-analog | 2.5.0 | 2.5.1 | + +- [#13943](https://github.com/cloudflare/workers-sdk/pull/13943) [`4eda246`](https://github.com/cloudflare/workers-sdk/commit/4eda2462d3257e8903975fe22af0baeb6f3c5905) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update dependencies of "create-cloudflare" + + The following dependency versions have been updated: + + | Dependency | From | To | + | --------------- | ------- | ------- | + | @angular/create | 21.2.10 | 21.2.11 | + +- [#13944](https://github.com/cloudflare/workers-sdk/pull/13944) [`dda28c5`](https://github.com/cloudflare/workers-sdk/commit/dda28c51877b65d00dee7a4ed17574451fd97198) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update dependencies of "create-cloudflare" + + The following dependency versions have been updated: + + | Dependency | From | To | + | ---------------------- | ------- | ------- | + | @tanstack/create-start | 0.59.30 | 0.59.32 | + +- [#13945](https://github.com/cloudflare/workers-sdk/pull/13945) [`6101c8e`](https://github.com/cloudflare/workers-sdk/commit/6101c8e0eeb80e4f24cce3e4d6e46fc2a40d923c) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update dependencies of "create-cloudflare" + + The following dependency versions have been updated: + + | Dependency | From | To | + | ------------------- | ------ | ------ | + | create-react-router | 7.15.0 | 7.15.1 | + ## 2.68.2 ### Patch Changes diff --git a/packages/create-cloudflare/package.json b/packages/create-cloudflare/package.json index b820b8064d..9896d7e79e 100644 --- a/packages/create-cloudflare/package.json +++ b/packages/create-cloudflare/package.json @@ -1,6 +1,6 @@ { "name": "create-cloudflare", - "version": "2.68.2", + "version": "2.68.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 367976fcf6..8aaa17e308 100644 --- a/packages/miniflare/CHANGELOG.md +++ b/packages/miniflare/CHANGELOG.md @@ -1,5 +1,25 @@ # miniflare +## 4.20260518.0 + +### Minor Changes + +- [#13864](https://github.com/cloudflare/workers-sdk/pull/13864) [`b27eb18`](https://github.com/cloudflare/workers-sdk/commit/b27eb18de664e416316d50116e568513d08123eb) Thanks [@benjamincburns](https://github.com/benjamincburns)! - Bumped miniflare deps `acorn` to `8.16.0` and `acorn-walk` to `8.3.5` to add support for the `using` and `await using` keywords when miniflare parses scripts. + +### Patch Changes + +- [#13948](https://github.com/cloudflare/workers-sdk/pull/13948) [`b25dc0d`](https://github.com/cloudflare/workers-sdk/commit/b25dc0d9f19ff51ec246c9c8175be7e445c12c0b) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update dependencies of "miniflare", "wrangler" + + The following dependency versions have been updated: + + | Dependency | From | To | + | ---------- | ------------ | ------------ | + | workerd | 1.20260515.1 | 1.20260518.1 | + +- [#13932](https://github.com/cloudflare/workers-sdk/pull/13932) [`ebf4b24`](https://github.com/cloudflare/workers-sdk/commit/ebf4b24226060d0ea714e9221a1f2744033729cb) Thanks [@zebp](https://github.com/zebp)! - Fix local Workflow startup when compatibility flags include `experimental` + + Miniflare now deduplicates compatibility flags for the internal Workflow engine service. This prevents `wrangler dev` from failing with `Compatibility flag specified multiple times: experimental` when the user's Worker already enables that flag. + ## 4.20260515.0 ### Patch Changes diff --git a/packages/miniflare/package.json b/packages/miniflare/package.json index 2da71c7ec5..8ece829f96 100644 --- a/packages/miniflare/package.json +++ b/packages/miniflare/package.json @@ -1,6 +1,6 @@ { "name": "miniflare", - "version": "4.20260515.0", + "version": "4.20260518.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 d4f1523de3..ade016a6f7 100644 --- a/packages/pages-shared/CHANGELOG.md +++ b/packages/pages-shared/CHANGELOG.md @@ -1,5 +1,12 @@ # @cloudflare/pages-shared +## 0.13.137 + +### Patch Changes + +- Updated dependencies [[`b25dc0d`](https://github.com/cloudflare/workers-sdk/commit/b25dc0d9f19ff51ec246c9c8175be7e445c12c0b), [`ebf4b24`](https://github.com/cloudflare/workers-sdk/commit/ebf4b24226060d0ea714e9221a1f2744033729cb), [`b27eb18`](https://github.com/cloudflare/workers-sdk/commit/b27eb18de664e416316d50116e568513d08123eb)]: + - miniflare@4.20260518.0 + ## 0.13.136 ### Patch Changes diff --git a/packages/pages-shared/package.json b/packages/pages-shared/package.json index 8a9b9a5eb9..618b646046 100644 --- a/packages/pages-shared/package.json +++ b/packages/pages-shared/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/pages-shared", - "version": "0.13.136", + "version": "0.13.137", "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 3fd1f2e911..c08a1ecb61 100644 --- a/packages/vite-plugin-cloudflare/CHANGELOG.md +++ b/packages/vite-plugin-cloudflare/CHANGELOG.md @@ -1,5 +1,15 @@ # @cloudflare/vite-plugin +## 1.37.2 + +### Patch Changes + +- [#13098](https://github.com/cloudflare/workers-sdk/pull/13098) [`67a881a`](https://github.com/cloudflare/workers-sdk/commit/67a881ac527da838f525e6ee67bbe1628deca54f) Thanks [@raashish1601](https://github.com/raashish1601)! - fix: route WebSocket upgrade requests directly to the user worker in dev mode + +- Updated dependencies [[`aac7ca0`](https://github.com/cloudflare/workers-sdk/commit/aac7ca02803567adad2d5372124ace1f4ed9c315), [`b25dc0d`](https://github.com/cloudflare/workers-sdk/commit/b25dc0d9f19ff51ec246c9c8175be7e445c12c0b), [`ae047ee`](https://github.com/cloudflare/workers-sdk/commit/ae047eedd5c59452e05a122f14ac4ff6c5ff8ad2), [`a4f22bc`](https://github.com/cloudflare/workers-sdk/commit/a4f22bcbe8deb033ff11783a5f5f63caa3ffc3ff), [`f78d435`](https://github.com/cloudflare/workers-sdk/commit/f78d435454a6f7f0623bf878f1279ca6c3caed50), [`aac7ca0`](https://github.com/cloudflare/workers-sdk/commit/aac7ca02803567adad2d5372124ace1f4ed9c315), [`c5c9e20`](https://github.com/cloudflare/workers-sdk/commit/c5c9e20bf6c806289e33fd599b05c2fb22473999), [`ebf4b24`](https://github.com/cloudflare/workers-sdk/commit/ebf4b24226060d0ea714e9221a1f2744033729cb), [`b27eb18`](https://github.com/cloudflare/workers-sdk/commit/b27eb18de664e416316d50116e568513d08123eb), [`895baf5`](https://github.com/cloudflare/workers-sdk/commit/895baf5ec2ed4a0dfed45e5ede536ad1c913be96), [`7bcdf45`](https://github.com/cloudflare/workers-sdk/commit/7bcdf45580f29ec9a3f0a77f70d8a26d301d19c3)]: + - wrangler@4.93.0 + - miniflare@4.20260518.0 + ## 1.37.1 ### Patch Changes diff --git a/packages/vite-plugin-cloudflare/package.json b/packages/vite-plugin-cloudflare/package.json index 7798a37fe1..ea823141fa 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.37.1", + "version": "1.37.2", "description": "Cloudflare plugin for Vite", "keywords": [ "cloudflare", diff --git a/packages/vitest-pool-workers/CHANGELOG.md b/packages/vitest-pool-workers/CHANGELOG.md index 70b7b3c033..3cbcf7b585 100644 --- a/packages/vitest-pool-workers/CHANGELOG.md +++ b/packages/vitest-pool-workers/CHANGELOG.md @@ -1,5 +1,17 @@ # @cloudflare/vitest-pool-workers +## 0.16.7 + +### Patch Changes + +- [#13961](https://github.com/cloudflare/workers-sdk/pull/13961) [`2cb658c`](https://github.com/cloudflare/workers-sdk/commit/2cb658c87650a7cbdae54dbeae1cee6bf382d9e0) Thanks [@threepointone](https://github.com/threepointone)! - Preserve same-stub RPC call order for wrapped Worker and Durable Object entrypoints + + Previously, dynamically wrapped RPC methods could resolve and invoke out of order when many calls were fired without awaiting each individual call. This now queues method resolution per wrapper instance so calls begin in the order they were received. + +- Updated dependencies [[`aac7ca0`](https://github.com/cloudflare/workers-sdk/commit/aac7ca02803567adad2d5372124ace1f4ed9c315), [`b25dc0d`](https://github.com/cloudflare/workers-sdk/commit/b25dc0d9f19ff51ec246c9c8175be7e445c12c0b), [`ae047ee`](https://github.com/cloudflare/workers-sdk/commit/ae047eedd5c59452e05a122f14ac4ff6c5ff8ad2), [`a4f22bc`](https://github.com/cloudflare/workers-sdk/commit/a4f22bcbe8deb033ff11783a5f5f63caa3ffc3ff), [`f78d435`](https://github.com/cloudflare/workers-sdk/commit/f78d435454a6f7f0623bf878f1279ca6c3caed50), [`aac7ca0`](https://github.com/cloudflare/workers-sdk/commit/aac7ca02803567adad2d5372124ace1f4ed9c315), [`c5c9e20`](https://github.com/cloudflare/workers-sdk/commit/c5c9e20bf6c806289e33fd599b05c2fb22473999), [`ebf4b24`](https://github.com/cloudflare/workers-sdk/commit/ebf4b24226060d0ea714e9221a1f2744033729cb), [`b27eb18`](https://github.com/cloudflare/workers-sdk/commit/b27eb18de664e416316d50116e568513d08123eb), [`895baf5`](https://github.com/cloudflare/workers-sdk/commit/895baf5ec2ed4a0dfed45e5ede536ad1c913be96), [`7bcdf45`](https://github.com/cloudflare/workers-sdk/commit/7bcdf45580f29ec9a3f0a77f70d8a26d301d19c3)]: + - wrangler@4.93.0 + - miniflare@4.20260518.0 + ## 0.16.6 ### Patch Changes diff --git a/packages/vitest-pool-workers/package.json b/packages/vitest-pool-workers/package.json index 967eb9725d..656610919a 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.16.6", + "version": "0.16.7", "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 c5668f11d6..a399d50765 100644 --- a/packages/wrangler/CHANGELOG.md +++ b/packages/wrangler/CHANGELOG.md @@ -1,5 +1,58 @@ # wrangler +## 4.93.0 + +### Minor Changes + +- [#13901](https://github.com/cloudflare/workers-sdk/pull/13901) [`aac7ca0`](https://github.com/cloudflare/workers-sdk/commit/aac7ca02803567adad2d5372124ace1f4ed9c315) Thanks [@bghira](https://github.com/bghira)! - Add `wrangler ai models schema` command for fetching model schemas + + You can now run `wrangler ai models schema ` to fetch the input and output schema for a Workers AI model from the public model catalog schema endpoint. + +- [#12656](https://github.com/cloudflare/workers-sdk/pull/12656) [`ae047ee`](https://github.com/cloudflare/workers-sdk/commit/ae047eedd5c59452e05a122f14ac4ff6c5ff8ad2) Thanks [@mikenomitch](https://github.com/mikenomitch)! - Add `--containers-rollout=none` + + This allows you to skip deploying a container. This is useful if you know that your container is not going to be updated or you don't have Docker locally, but still want to make changes to your Worker. + +- [#13901](https://github.com/cloudflare/workers-sdk/pull/13901) [`aac7ca0`](https://github.com/cloudflare/workers-sdk/commit/aac7ca02803567adad2d5372124ace1f4ed9c315) Thanks [@bghira](https://github.com/bghira)! - Add `wrangler ai models list` command for querying the Workers AI model catalog + + `wrangler ai models list` accepts `--search`, `--task`, `--author`, `--source`, and `--hide-experimental`, matching the public model catalog search endpoint. + +### Patch Changes + +- [#13948](https://github.com/cloudflare/workers-sdk/pull/13948) [`b25dc0d`](https://github.com/cloudflare/workers-sdk/commit/b25dc0d9f19ff51ec246c9c8175be7e445c12c0b) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update dependencies of "miniflare", "wrangler" + + The following dependency versions have been updated: + + | Dependency | From | To | + | ---------- | ------------ | ------------ | + | workerd | 1.20260515.1 | 1.20260518.1 | + +- [#13882](https://github.com/cloudflare/workers-sdk/pull/13882) [`a4f22bc`](https://github.com/cloudflare/workers-sdk/commit/a4f22bcbe8deb033ff11783a5f5f63caa3ffc3ff) Thanks [@matingathani](https://github.com/matingathani)! - Throw a clear error when a D1 migration is cancelled instead of silently returning + +- [#13950](https://github.com/cloudflare/workers-sdk/pull/13950) [`f78d435`](https://github.com/cloudflare/workers-sdk/commit/f78d435454a6f7f0623bf878f1279ca6c3caed50) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - Improve the Docker CLI error message to be more actionable. + + Include a link to Docker installation docs, platform-specific instructions for starting the daemon, and guidance for alternative Docker-compatible CLIs. + +- [#11896](https://github.com/cloudflare/workers-sdk/pull/11896) [`c5c9e20`](https://github.com/cloudflare/workers-sdk/commit/c5c9e20bf6c806289e33fd599b05c2fb22473999) Thanks [@staticpayload](https://github.com/staticpayload)! - Surface remote proxy session errors + + When remote bindings fail to start, include the controller reason and root cause in the error message to make failures like missing `cloudflared` clearer. + +- [#13932](https://github.com/cloudflare/workers-sdk/pull/13932) [`ebf4b24`](https://github.com/cloudflare/workers-sdk/commit/ebf4b24226060d0ea714e9221a1f2744033729cb) Thanks [@zebp](https://github.com/zebp)! - Fix local Workflow startup when compatibility flags include `experimental` + + Miniflare now deduplicates compatibility flags for the internal Workflow engine service. This prevents `wrangler dev` from failing with `Compatibility flag specified multiple times: experimental` when the user's Worker already enables that flag. + +- [#13929](https://github.com/cloudflare/workers-sdk/pull/13929) [`895baf5`](https://github.com/cloudflare/workers-sdk/commit/895baf5ec2ed4a0dfed45e5ede536ad1c913be96) Thanks [@Caio-Nogueira](https://github.com/Caio-Nogueira)! - Prompt to provision a workers.dev subdomain before deploying Workflows + + Wrangler now checks for the account-level workers.dev subdomain when deploying Workflows, even if the Worker is not being published to workers.dev. If the subdomain has not been registered yet, Wrangler prompts to create one before calling the Workflows deploy API so users avoid an opaque server-side deployment failure. + +- [#13930](https://github.com/cloudflare/workers-sdk/pull/13930) [`7bcdf45`](https://github.com/cloudflare/workers-sdk/commit/7bcdf45580f29ec9a3f0a77f70d8a26d301d19c3) Thanks [@shiminshen](https://github.com/shiminshen)! - Sweep stale `.wrangler/tmp/*` dirs left behind by abnormal exits + + A `wrangler dev` session creates `.wrangler/tmp/bundle-*` and `.wrangler/tmp/dev-*` directories at startup and removes them via a `signal-exit` hook on graceful shutdown. When the process exited abnormally (SIGKILL, OOM, host crash) those directories were left behind and accumulated across sessions, slowing down dependency-walking tools that follow the bundle-emitted absolute-path imports. + + `wrangler` now sweeps entries in `.wrangler/tmp/` older than 24 hours when a new temporary directory is requested, bounding the leak regardless of how prior sessions exited. + +- Updated dependencies [[`b25dc0d`](https://github.com/cloudflare/workers-sdk/commit/b25dc0d9f19ff51ec246c9c8175be7e445c12c0b), [`ebf4b24`](https://github.com/cloudflare/workers-sdk/commit/ebf4b24226060d0ea714e9221a1f2744033729cb), [`b27eb18`](https://github.com/cloudflare/workers-sdk/commit/b27eb18de664e416316d50116e568513d08123eb)]: + - miniflare@4.20260518.0 + ## 4.92.0 ### Minor Changes diff --git a/packages/wrangler/package.json b/packages/wrangler/package.json index 8d24e26223..720c8c189d 100644 --- a/packages/wrangler/package.json +++ b/packages/wrangler/package.json @@ -1,6 +1,6 @@ { "name": "wrangler", - "version": "4.92.0", + "version": "4.93.0", "description": "Command-line interface for all things Cloudflare Workers", "keywords": [ "assembly",