github cloudflare/workers-sdk wrangler@4.14.1

Patch Changes

  • #9085 cdc88d8 Thanks @petebacondarwin! - Do not include .wrangler and Wrangler config files in additional modules

    Previously, if you added modules rules such as **/*.js or **/*.json, specified no_bundle: true, and the entry-point to the Worker was in the project root directory, Wrangler could include files that were not intended, such as .wrangler/tmp/xxx.js or the Wrangler config file itself. Now these files are automatically skipped when trying to find additional modules by searching the file tree.

  • #9095 508a1a3 Thanks @petebacondarwin! - wrangler login put custom callback host and port into the auth URL

  • #9113 82e220e Thanks @dario-piotrowicz! - Add x-mixed-mode flag

    This experimental flag currently has no effect. More details will be shared as we roll out its functionality.

  • Updated dependencies [357d42a]:

    • miniflare@4.20250428.1

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.