Skip to content

Releases: cloudflare/workers-sdk

[email protected]

21 Aug 14:16
e329195
Compare
Choose a tag to compare

Minor Changes

@cloudflare/[email protected]

21 Aug 14:17
e329195
Compare
Choose a tag to compare

Patch Changes

  • #10402 8fd6dc0 Thanks @danielrs! - Sanitize double-slashes in asset-worker relative redirects.

    Without sanitizing, some relative redirect patterns were being treated as external redirects.

@cloudflare/[email protected]

21 Aug 14:16
e329195
Compare
Choose a tag to compare

@cloudflare/[email protected]

21 Aug 14:16
e329195
Compare
Choose a tag to compare

Patch Changes

@cloudflare/[email protected]

21 Aug 14:16
e329195
Compare
Choose a tag to compare

Patch Changes

[email protected]

20 Aug 09:17
763698b
Compare
Choose a tag to compare

Patch Changes

  • #10330 dab7683 Thanks @petebacondarwin! - Do not attempt to update queue producer settings when deploying a Worker with a queue binding

    Previously, 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! - fix NonRetryableError thrown with an empty error message not stopping workflow retries locally

  • Updated dependencies []:

@cloudflare/[email protected]

20 Aug 09:17
763698b
Compare
Choose a tag to compare

Patch Changes

[email protected]

18 Aug 17:53
18701d1
Compare
Choose a tag to compare

Minor Changes

  • #10314 9b09751 Thanks @dario-piotrowicz! - Show possible local vs. dashboard diff information on deploys

    When 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, currently wrangler 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_compat

    A 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 the debug 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
    • Email
    • Pipelines
  • Updated dependencies [565c3a3, ddadb93, 20520fa, 875197a]:

[email protected]

18 Aug 17:53
18701d1
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #10249 875197a Thanks @penalosa! - Support JSRPC for remote bindings. This unlocks:
    • JSRPC over Service Bindings
    • JSRPC over Dispatch Namespace Bindings
    • Email
    • Pipelines

[email protected]

18 Aug 17:53
18701d1
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #10384 839b8f0 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The 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" package

    The 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" package

    The 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" package

    The 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" package

    The following dependency versions have been updated:

    Dependency From To
    create-react-router 7.8.0 7.8.1