github cloudflare/workers-sdk wrangler@3.93.0

latest releases: wrangler@3.97.0, @cloudflare/vitest-pool-workers@0.5.38, devprod-status-bot@1.1.4...
12 days ago

Minor Changes

  • #7291 f5b9cd5 Thanks @edmundhung! - Add anonymous telemetry to Wrangler commands

    For new users, Cloudflare will collect anonymous usage telemetry to guide and improve Wrangler's development. If you have already opted out of Wrangler's existing telemetry, this setting will still be respected.

    See our data policy for more details on what we collect and how to opt out if you wish.

  • #7448 20a0f17 Thanks @GregBrimble! - feat: Allow Workers for Platforms scripts (scripts deployed with --dispatch-namespace) to bring along assets

  • #7445 f4ae6ee Thanks @WillTaylorDev! - Support for assets.experimental_serve_directly with wrangler dev

Patch Changes

  • #7256 415e5b5 Thanks @jamesopstad! - Export unstable_readConfig function and Unstable_Config, Unstable_RawConfig, Unstable_RawEnvironment and Unstable_MiniflareWorkerOptions types from Wrangler.
    Overload unstable_getMiniflareWorkerOptions function to accept a config that has already been loaded.

  • #7431 8f25ebe Thanks @vicb! - chore(wrangler): update unenv dependency version

    Pull in:

    • refactor(cloudflare): reimplement module:createRequire for latest workerd (unjs/unenv#351)
    • refactor: use node:events instead of relative path (unjs/unenv#354)
    • refactor(http, cloudflare): use unenv/ imports inside node:http (unjs/unenv#363)
    • refactor(node:process): set process.domain to undefined (unjs/unenv#367)
  • #7426 b40d0ab Thanks @petebacondarwin! - fix: allow the asset directory to be omitted in Wrangler config for commands that don't need it

  • #7454 f2045be Thanks @petebacondarwin! - refactor: Ensure that unstable type exports are all prefixed with Unstable_ rather than just Unstable

  • #7461 9ede45b Thanks @petebacondarwin! - fix: relax validation of unsafe configuration to allow an empty object

    The types, the default and the code in general support an empty object for this config setting.

    So it makes sense to avoid erroring when validating the config.

  • #7446 9435af0 Thanks @petebacondarwin! - fix: make sure Wrangler doesn't create a .wrangler tmp dir in the functions/ folder of a Pages project

    This regression was introduced in #7415
    and this change fixes it by reverting that change.

  • #7385 14a7bc6 Thanks @edmundhung! - The x-provision experimental flag now support inherit bindings in deploys

  • #7463 073293f Thanks @penalosa! - Clarify messaging around wrangler versions commands to reflect that they're stable (and have been since GA during birthday week)

  • #7436 5e69799 Thanks @Ankcorn! - Relax type on observability.enabled to remove linting error for nested configurations

  • #7450 8c873ed Thanks @petebacondarwin! - fix: ensure that version secrets commands do not write wrangler config warnings

  • Updated dependencies [21a9e24, f4ae6ee]:

    • miniflare@3.20241205.0
    • @cloudflare/workers-shared@0.10.0

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.