-
Features
-
Add support for Cron triggers - ObsidianMinor, issue/1574 pull/1592
Cron triggers are a new Cloudflare Workers feature
which allow you to schedule execution times to call your workers. -
Structured output for
wrangler publish
- nataliescottdavidson, issue/1460 pull/1538 pull/1528 pull/1522wrangler publish --output json
produces structured json output which can be parsed with tools such as jq. -
Upload .well-known dotfiles - nataliescottdavidson, issue/980 pull/1566
Wrangler sites users requested the ability to include the .well-known folder
without including all hidden files. -
Print url for wrangler login - encadyma, issue/1544 pull/1611
-
Allow site key to be configured by environment - oliverpool, issue/1567 pull/1573
-
-
Fixes
- Handle leading slashes in KV keys - koeninger, issue/1560 pull/1559
-
Maintenance
-
Update stalebot settings - ispivey, pull/1561
Stalebot now waits 180 days to mark stale, it marks 'timed out' instead of 'wontfix', and added 'never stale' tag.
-
Pin Rust to 1.47 and fix clippy lints - ObsidianMinor, pull/1609
-
Copy edit on --host argument description - thmsdnnr, issue/1545 pull/1564
-
Hide stderr from browser process - jspspike, pull/1516
Wrangler login had the potential to cause random terminal output.
-
-
Docs