wrangler@4.94.0
📦 cloudflare-workersView on GitHub →
✨ 3 features🐛 2 fixes🔧 2 symbols
Summary
This release introduces groundwork for scheduled Workflow triggering via cron expressions in bindings and improves local development by adding QR codes for tunnels and fixing Access Service Token authentication issues. Wrangler also now supports automatic installation of AI coding agent skills.
Migration Steps
- If you rely on Access Service Token authentication for remote bindings against service-auth-only Access applications, no action is required; the fix ensures credentials are used automatically.
✨ New Features
- Wrangler now automatically detects AI coding agents and prompts to install Cloudflare skill files from the `cloudflare/skills` repository; users can use `--install-skills` to bypass the prompt.
- When sharing a tunnel via `wrangler dev --tunnel` or Vite plugin with `tunnel: true`, a scannable QR code is now printed to the terminal alongside the URL.
- Workflow bindings in `wrangler.json` now support an optional `schedule` field (string or array of strings) to configure cron expressions for scheduled triggering (Note: Scheduled triggering is not yet available, this change lays groundwork).
🐛 Bug Fixes
- Fixed an issue where Wrangler failed to attach Cloudflare Access Service Token authentication headers for applications configured to only allow service tokens, as Wrangler incorrectly skipped Access detection when a 403 was returned instead of a 302 redirect.
- D1 SQL exports now include column names in INSERT statements, improving import compatibility when target table schemas differ from the export order.