Wrangler
2024-08-16
3.72.0
Minor Changes
#6479
3c24d84Thanks @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
0d85f24Thanks @petebacondarwin! - fix: add a helpful message on Windows when Miniflare fails to start#6489
34bf393Thanks @GregBrimble! - fix: Upload assets as JSON Lines (application/jsonl) rather than NDJSON (application/x-ndjson)#6482
e24939cThanks @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
2024-08-13
3.71.0
Minor Changes
#6464
da9106cThanks @AnantharamanSI! - feat: rename--countto--limitinwrangler d1 insightsThis PR renames
wrangler d1 insight's--countflag to--limitto improve clarity and conform to naming conventions.To avoid a breaking change, we have kept
--countas an alias to--limit.#6451
515de6aThanks @danielrs! - feat:whoamishows membership information when available#6463
dbc6782Thanks @AnantharamanSI! - feat: add queryEfficiency towrangler d1 insightsoutput#6252
a2a144cThanks @garvit-gupta! - feat: Enable Wrangler to operate on Vectorize V2 indexes
Patch Changes
- #6424
3402ab9Thanks @RamIdeas! - fix: using a debugger sometimes disconnected with "Message is too large" error
2024-08-09
3.70.0
Minor Changes
- #6383
05082adThanks @petebacondarwin! - feat: support outputting ND-JSON files via an environment variable
Patch Changes
#6440
09b5092Thanks @petebacondarwin! - fix: tweak the properties of the new Wrangler output file entries for better consistencyUpdated dependencies [
d55eeca]:
2024-08-06
3.69.1
Patch Changes
- #6432
cba2e25Thanks @petebacondarwin! - fix: prevent crash when running wrangler dev due to missing dependency
2024-08-06
3.69.0
Minor Changes
#6392
c3e19b7Thanks @taylorlee! - feat: log Worker startup time in theversion uploadcommand#6370
8a3c6c0Thanks @CarmenPopoviciu! - feat: Create very basic Asset Server Worker and plumb it intowrangler devThese changes do the ground work needed in order to add Assets support for Workers in
wrangler dev. They implement the following:- it creates a new package called
workers-sharedthat hosts theAsset Server Worker, and theRouter Workerin the future - it scaffolds the
Asset Server Workerin some very basic form, with basic configuration. Further behaviour implementation will follow in a subsequent PR - it does the ground work of plumbing ASW into Miniflare
- it creates a new package called
Patch Changes
#6392
c3e19b7Thanks @taylorlee! - fix: remove bundle size warning from Worker deploy commandsBundle size was a proxy for startup time. Now that we have startup time reported, focus on bundle size is less relevant.
2024-08-01
3.68.0
Minor Changes
#6318
dc576c8Thanks @danlapid! - feat: Add a log for worker startup time in wrangler deploy#6097
64f34e8Thanks @RamIdeas! - feat: implements the--experimental-dev-env(shorthand:--x-dev-env) flag forwrangler pages dev
Patch Changes
#6379
31aa15cThanks @RamIdeas! - fix: clearer error message when trying to use Workers Sites or Legacy Assets withwrangler versions upload#6367
7588800Thanks @RamIdeas! - fix: implicitly cleanup (callstop()) inunstable_devif the returned Promise rejected and thestop()function was not returned#6330
cfbdedeThanks @RamIdeas! - fix: when the worker's request.url is overridden using thehostorlocalUpstream, ensureportis overridden/cleared tooWhen using
--localUpstream=example.com, the request.url would incorrectly be "example.com:8787" but is now "example.com".This only applies to
wrangler dev --x-dev-envandunstable_dev({ experimental: { devEnv: true } }).#6365
13549c3Thanks @WalshyDev! - fix: WASM modules meant thatwrangler versions secret ...could not properly update the version. This has now been fixed.
2024-07-26
3.67.1
Patch Changes
#6312
67c611aThanks @emily-shen! - feat: add CLI flag and config key for experimental Workers + AssetsThis change adds a new experimental CLI flag (
--experimental-assets) and configuration key (experimental_assets) for the new Workers + Assets work.The new flag and configuration key are for the time being "inactive", in the sense that no behaviour is attached to them yet. This will follow up in future work.
Updated dependencies [
b3c3cb8]: