Patch Changes
-
#9086
a2a56c8
Thanks @petebacondarwin! - Do not include .wrangler and Wrangler config files in additional modulesPreviously, if you added modules rules such as
**/*.js
or**/*.json
, specifiedno_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 toWorkerVersionMetadata
. This means it now correctly includes thetimestamp
field. -
#9093
2f2f7ba
Thanks @CarmenPopoviciu! - fix: Validate input file for Vectorize inserts -
Updated dependencies [
fc04292
,a01adca
]:- miniflare@3.20250408.1