wrangler@4.61.0
📦 cloudflare-workersView on GitHub →
✨ 2 features🐛 4 fixes🔧 5 symbols
Summary
This release introduces the ability to customize the inspector IP address for local development and fixes several CLI usability issues, including improving error reporting for missing Workers and fixing Fish shell completions. Dependency updates include an upgrade to workerd.
Migration Steps
- If you were relying on the remote resource prompt during `wrangler hyperdrive create`, note that this prompt has been removed; ensure you are providing a `localConnectionString` for local development.
✨ New Features
- Added support for customising the inspector IP address via the `--inspector-ip` CLI flag and `dev.inspector_ip` configuration option in `wrangler.json`.
- Added a no-op local explorer worker, gated by the experimental flag `X_LOCAL_EXPLORER`.
🐛 Bug Fixes
- Fixed Fish shell tab completions by upgrading `@bomb.sh/tab` to version `0.0.12`.
- Removed the confusing "remote resource" prompt from `wrangler hyperdrive create` command as Hyperdrive requires a `localConnectionString` during local development.
- Replaced usage of the external `strip-ansi` package with the built-in `stripVTControlCharacters` utility.
- Fixed `wrangler secret list` to correctly error when the Worker is not found, instead of silently returning an empty array.