Skip to content

Releases: cloudflare/workers-sdk

wrangler@4.45.4

04 Nov 13:02
a586c03

Choose a tag to compare

Patch Changes

  • #11133 8ffbd17 Thanks @petebacondarwin! - Reduce the amount of arguments being passed in metrics capture.

    Now the argument values that are captured come from an allow list,
    and can be marked as ALLOW (capture the real value) or REDACT (capture as "").

  • #11033 77ed7e2 Thanks @dario-piotrowicz! - Offer to update the local Wrangler configuration file to match remote configuration when running wrangler deploy

    When running wrangler deploy, with --x-remote-diff-check, Wrangler will display the difference between local and remote configuration.
    If there would be a destructive change to the remote configuration, the user is given the option to cancel the deployment.
    In the case where the user does cancel deployment, Wrangler will now also offer to update the local Wrangler configuration file to match the remote configuration.

  • #11139 bb00f9d Thanks @devin-ai-integration! - Updated cron trigger documentation links and improved error message to include instructions for testing cron triggers locally

  • #11135 ed666a1 Thanks @penalosa! - Implement tail-based logging for wrangler dev remote mode, behind the --x-tail-tags flag. This will become the default in the future.

  • #11149 22f25fd Thanks @penalosa! - Add no-op autoconfig logic behind an experimental flag

  • Updated dependencies [90a2566, 14f60e8]:

    • @cloudflare/unenv-preset@2.7.9
    • miniflare@4.20251011.2

miniflare@4.20251011.2

04 Nov 13:02
a586c03

Choose a tag to compare

Patch Changes

  • #11084 14f60e8 Thanks @Caio-Nogueira! - remove explicit disposal on void-returning rpc method on workflow binding. This was adding extra dispose calls that were not needed, making the runtime noisy for the customers that saw internal errors unrelated to their code.

create-cloudflare@2.54.2

04 Nov 13:02
a586c03

Choose a tag to compare

Patch Changes

  • #11154 206b308 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-hono 0.19.2 0.19.3
  • #11156 95a1629 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    @tanstack/create-start 0.34.6 0.34.15
  • #11157 a82e350 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-react-router 7.9.4 7.9.5
  • #11158 687f8bc Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    @angular/create 20.3.7 20.3.8

@cloudflare/vitest-pool-workers@0.10.4

04 Nov 13:02
a586c03

Choose a tag to compare

Patch Changes

@cloudflare/vite-plugin@1.13.19

04 Nov 13:02
a586c03

Choose a tag to compare

Patch Changes

@cloudflare/unenv-preset@2.7.9

04 Nov 13:02
a586c03

Choose a tag to compare

Patch Changes

@cloudflare/pages-shared@0.13.82

04 Nov 13:02
a586c03

Choose a tag to compare

Patch Changes

  • Updated dependencies [14f60e8]:
    • miniflare@4.20251011.2

wrangler@4.45.3

30 Oct 17:58
8445f29

Choose a tag to compare

Patch Changes

  • #11117 6822aaf Thanks @emily-shen! - fix: show local/remote status before D1 command confirmations

    D1 commands (execute, export, migrations apply, migrations list, delete, time-travel) now display whether they're running against local or remote databases before showing confirmation prompts. This prevents confusion about which database will be affected by the operation.

  • #11077 bce8142 Thanks @petebacondarwin! - Ensure that process.env is case-insensitive on Windows

    The object that holds the environment variables in process.env does not care about the case of its keys
    in Windows. For example, process.env.SystemRoot and process.env.SYSTEMROOT will refer to the same value.

    Previously, when merging fields from .env files we were replacing this native object with a vanilla
    JavaScript object, that is case-insensitive, and so sometimes environment variables appeared to be missing
    when in reality they just had different casing.

create-cloudflare@2.54.1

30 Oct 17:58
8445f29

Choose a tag to compare

Patch Changes

  • #11016 9cef26a Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-astro 4.13.1 4.13.2
  • #11101 0856306 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-vue 3.18.1 3.18.2
  • #11102 ac527a8 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    @angular/create 20.3.6 20.3.7
  • #11103 3a39370 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    @tanstack/create-start 0.34.2 0.34.6

@cloudflare/vitest-pool-workers@0.10.3

30 Oct 17:58
8445f29

Choose a tag to compare

Patch Changes