releases.shpreview
Cloudflare/Workers SDK/miniflare@4.20260212.0

miniflare@4.20260212.0

$npx -y @buildinternet/releases show rel_2e4j75D4UwBeGcw0nTz_M

Minor Changes

  • #12431 7aaa2a5 Thanks @emily-shen! - Add ability to search KV keys by prefix

    The UI and list keys API now lets you search KV keys by prefix.

    This is an experimental WIP feature.

Patch Changes

  • #12541 f7fa326 Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    DependencyFromTo
    workerd1.20260210.01.20260212.0
  • #12025 d06ad09 Thanks @petebacondarwin! - Fix potential EBADF error when restarting workerd process

    Previously, when the workerd process was restarted (e.g., via setOptions() or Vite server restart), the stdio pipes from the previous process were not explicitly destroyed. This could lead to EBADF (Bad File Descriptor) errors during spawn on some systems.

    The Runtime#dispose() method now explicitly destroys all stdio streams (stdin, stdout, stderr, and the control pipe) before killing the process to ensure file descriptors are properly released.

Fetched March 31, 2026