miniflare@4.20260212.0
📦 cloudflare-workersView on GitHub →
✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This release introduces experimental support for searching KV keys by prefix and fixes a bug related to file descriptor leaks during workerd process restarts.
✨ New Features
- Added ability to search KV keys by prefix in the UI and list keys API (experimental WIP feature).
🐛 Bug Fixes
- Fixed potential EBADF error when restarting workerd process by explicitly destroying stdio streams in Runtime#dispose() before killing the process.