Change8

miniflare@4.20260124.0

📦 cloudflare-workersView on GitHub →
2 features🐛 1 fixes🔧 2 symbols

Summary

This release introduces the ability to customize the inspector IP address during local development and adds a gated local explorer worker. It also improves security by bundling the `zod` dependency and updating several internal dependencies, including `workerd`.

Migration Steps

  1. If you need to change the IP address the inspector listens on during `wrangler dev`, use the new `--inspector-ip` CLI flag or set `dev.inspector_ip` in `wrangler.json`.

✨ New Features

  • Added support for customizing the inspector IP address via the `--inspector-ip` CLI flag or the `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

  • Replaced usage of the external `strip-ansi` package with the built-in `stripVTControlCharacters` utility.

Affected Symbols