Patch Changes
-
#1451
62649097
Thanks @WalshyDev! - Fixed an issue where Pages upload would OOM. This was caused by us loading all the file content into memory instead of only when required. -
#1375
e9e98721
Thanks @JacobMGEvans! - polish: Compliance with the XDG Base Directory Specification
Wrangler was creating a config file in the home directory of the operating system~/.wrangler
. The XDG path spec is a
standard for storing files, these changes include XDG pathing compliance for.wrangler/*
location and backwards compatibility with previous
~/.wrangler
locations.resolves #1053
-
#1449
ee6c421b
Thanks @alankemp! - Output additional information about uploaded scripts at WRANGLER_LOG=log level