github cloudflare/workers-sdk wrangler@4.45.3

latest releases: create-cloudflare@2.54.1, @cloudflare/vitest-pool-workers@0.10.3, @cloudflare/vite-plugin@1.13.18...
one day ago

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.

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.