Releases: cloudflare/workers-sdk
[email protected]
@cloudflare/[email protected]
@cloudflare/[email protected]
@cloudflare/[email protected]
Patch Changes
- #10415
718fffc
Thanks @jamesopstad! - Exclude Cloudflare built-ins from client dependency optimization.
Some frameworks allow users to mix client and server code in the same file and then extract the server code.
As the dependency optimization may happen before the server code is extracted, we now exclude Cloudflare built-ins from client optimization. - Updated dependencies [
d304055
,f534c0d
,da40571
,0a96e69
,f9f7519
,4728c68
]:
@cloudflare/[email protected]
Patch Changes
- Updated dependencies [
4728c68
]:
[email protected]
Patch Changes
-
#10330
dab7683
Thanks @petebacondarwin! - Do not attempt to update queue producer settings when deploying a Worker with a queue bindingPreviously, each deployed Worker would update a subset of the queue producer's settings for each queue binding, which could result in broken queue producers or at least conflicts where different Workers tried to set different producer settings on a shared queue.
-
#10233
a00a124
Thanks @veggiedefender! - Increase the maxBuffer size for capnp uploads -
#10228
77a4364
Thanks @dario-piotrowicz! - fixNonRetryableError
thrown with an empty error message not stopping workflow retries locally -
Updated dependencies []:
@cloudflare/[email protected]
Patch Changes
- #10228
77a4364
Thanks @dario-piotrowicz! - fixNonRetryableError
thrown with an empty error message not stopping workflow retries locally
[email protected]
Minor Changes
-
#10314
9b09751
Thanks @dario-piotrowicz! - Show possible local vs. dashboard diff information on deploysWhen re-deploying a Worker using
wrangler deploy
, if the configuration has been modified in the Cloudflare dashboard, the local configuration will overwrite the remote one. This can lead to unexpected results for users. To address this, currentlywrangler deploy
warns users about potential configuration overrides (without presenting them) and prompts them to confirm whether they want to proceed.The changes here improve the above flow in the following way:
- If the local changes only add new configurations (without modifying or removing existing ones), the deployment proceeds automatically without warnings or prompts, as these changes are non-destructive and safe.
- If the local changes modify or remove existing configurations,
wrangler deploy
now displays a git-like diff showing the differences between the dashboard and local configurations. This allows users to review and understand the impact of their changes before confirming the deployment.
-
#10334
cadf19a
Thanks @jonesphillip! - Added queues subscription command to Wrangler including create, update, delete, get, list
Patch Changes
-
#10374
20520fa
Thanks @edmundhung! - Simplify debug package resolution with nodejs_compatA patched version of
debug
was previously introduced that resolved the package to a custom implementation. However, this caused issues due to CJS/ESM interop problems. We now resolve thedebug
package to use the Node.js implementation instead. -
#10249
875197a
Thanks @penalosa! - Support JSRPC for remote bindings. This unlocks:- JSRPC over Service Bindings
- JSRPC over Dispatch Namespace Bindings
- Pipelines
-
Updated dependencies [
565c3a3
,ddadb93
,20520fa
,875197a
]:- [email protected]
- @cloudflare/[email protected]
[email protected]
[email protected]
Minor Changes
Patch Changes
-
#10384
839b8f0
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To sv 0.9.0 0.9.2 -
#10385
f0f995d
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To create-vite 7.1.0 7.1.1 -
#10386
516dc20
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To nuxi 3.27.0 3.28.0 -
#10387
4390c9f
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To @angular/create 20.1.5 20.1.6 -
#10388
6778d0f
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To create-react-router 7.8.0 7.8.1