Wrangler
Patch Changes
#6511
e75c581
Thanks @petebacondarwin! - fix: allow Pages projects to use `experimental:nodejs_compat_v2" flagFixes #6288
Updated dependencies [
b0e2f0b
,f5bde66
]:- miniflare@3.20240821.0
- @cloudflare/workers-shared@0.3.0
Patch Changes
#6530
d0ecc6a
Thanks @WalshyDev! - fix: fixedwrangler versions upload
printing bindings twice#6502
a9b4f25
Thanks @garvit-gupta! - fix: Fix Vectorize List MetadataIndex Http Method#6508
56a3de2
Thanks @petebacondarwin! - fix: move the Windows C++ redistributable warning so it is only shown if there is an actual access violationReplaces #6471, which was too verbose.
Fixes #6170
Minor Changes
#6479
3c24d84
Thanks @petebacondarwin! - feat: allow HTTPS custom certificate paths to be provided by a environment variablesAs well as providing paths to custom HTTPS certificate files, it is now possible to use WRANGLER_HTTPS_KEY_PATH and WRANGLER_HTTPS_CERT_PATH environment variables.
Specifying the file paths at the command line overrides specifying in environment variables.
Fixes #5997
Patch Changes
#6471
0d85f24
Thanks @petebacondarwin! - fix: add a helpful message on Windows when Miniflare fails to start#6489
34bf393
Thanks @GregBrimble! - fix: Upload assets as JSON Lines (application/jsonl) rather than NDJSON (application/x-ndjson)#6482
e24939c
Thanks @RamIdeas! - fix: reimplement module aliasing so user-defined aliases take precedence over other plugins (eg unenv node.js polyfills)Updated dependencies [
00f340f
]:- miniflare@3.20240806.1
- @cloudflare/workers-shared@0.2.0
Minor Changes
#6464
da9106c
Thanks @AnantharamanSI! - feat: rename--count
to--limit
inwrangler d1 insights
This PR renames
wrangler d1 insight
's--count
flag to--limit
to improve clarity and conform to naming conventions.To avoid a breaking change, we have kept
--count
as an alias to--limit
.#6451
515de6a
Thanks @danielrs! - feat:whoami
shows membership information when available#6463
dbc6782
Thanks @AnantharamanSI! - feat: add queryEfficiency towrangler d1 insights
output#6252
a2a144c
Thanks @garvit-gupta! - feat: Enable Wrangler to operate on Vectorize V2 indexes
Patch Changes
Minor Changes
- #6383
05082ad
Thanks @petebacondarwin! - feat: support outputting ND-JSON files via an environment variable
Patch Changes
#6440
09b5092
Thanks @petebacondarwin! - fix: tweak the properties of the new Wrangler output file entries for better consistencyUpdated dependencies [
d55eeca
]:
Patch Changes
- #6432
cba2e25
Thanks @petebacondarwin! - fix: prevent crash when running wrangler dev due to missing dependency