wrangler@4.63.0
📦 cloudflare-workersView on GitHub →
✨ 1 features🐛 4 fixes⚡ 1 deprecations🔧 4 symbols
Summary
This release introduces a new hotkey for the local resource explorer during development and improves error messaging for configuration issues. It also deprecates 'wrangler cloudchamber apply' in favor of 'wrangler deploy' and updates underlying dependencies.
Migration Steps
- If you were using 'wrangler cloudchamber apply', switch to using 'wrangler deploy'.
✨ New Features
- Added 'e' hotkey to open the experimental local resource explorer UI when running 'wrangler dev' with the feature enabled.
🐛 Bug Fixes
- Improved error messages when the entrypoint configuration is incorrect to provide clearer, more actionable feedback.
- Fixed an issue where 'wrangler versions upload' would omit the 'containers' property, inadvertently disabling Containers configuration on associated Durable Object namespaces.
- Truncated Pages commit messages at UTF-8 boundaries to prevent invalid UTF-8 sequences.
- Redacted email addresses and account names in non-interactive mode (CI environments) to prevent exposure of sensitive information in logs; Account IDs remain visible.
Affected Symbols
⚡ Deprecations
- The command 'wrangler cloudchamber apply' is deprecated in favor of 'wrangler deploy'.