github cloudflare/workers-sdk wrangler@3.114.8

latest releases: wrangler@4.35.0, @cloudflare/vite-plugin@1.12.4, @cloudflare/pages-shared@0.13.69...
4 months ago

Patch Changes

  • #9086 a2a56c8 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.

  • #9037 d0d0025 Thanks @CarmenPopoviciu! - fix: When generating Env types, set type of version metadata binding to WorkerVersionMetadata. This means it now correctly includes the timestamp field.

  • #9093 2f2f7ba Thanks @CarmenPopoviciu! - fix: Validate input file for Vectorize inserts

  • Updated dependencies [fc04292, a01adca]:

    • miniflare@3.20250408.1

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.