releases.shpreview
Cloudflare/Workers SDK/miniflare@4.20260312.0

miniflare@4.20260312.0

$npx -y @buildinternet/releases show rel_tIbBMLLtXljZrQlRGSyiV

Patch Changes

  • #12861 f7de0fd Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    DependencyFromTo
    workerd1.20260310.11.20260312.1
  • #12864 ecc7f79 Thanks @NuroDev! - Fix local explorer route matching to be more precise

    Previously, the route matching used startsWith("/cdn-cgi/explorer") which would incorrectly match paths like /cdn-cgi/explorerfoo or /cdn-cgi/explorereeeeee, causing unexpected behavior. The route matching has been improved to only match:

    • /cdn-cgi/explorer (exact match)
    • /cdn-cgi/explorer/ and any sub-paths (e.g., /cdn-cgi/explorer/api/*)

    Paths that merely start with /cdn-cgi/explorer but aren't actually the explorer (like /cdn-cgi/explorerfoo) will now correctly fall through to the user worker.

  • #12775 1dda1c8 Thanks @fhanau! - Add support for worker connect handler in miniflare

Fetched March 26, 2026