miniflare@4.20260219.0
📦 cloudflare-workersView on GitHub →
✨ 2 features🐛 1 fixes🔧 1 symbols
Summary
This release introduces a new method to programmatically clear Miniflare caches and adds an experimental endpoint for introspecting Durable Object SQLite storage locally. It also increases the maximum delay for Queues retries to 24 hours.
✨ New Features
- Added Miniflare#purgeCache() method to programmatically clear cache entries during local development.
- Local explorer now includes a /query endpoint to introspect sqlite in Durable Objects (DOs) when the X_LOCAL_EXPLORER environment variable is set.
🐛 Bug Fixes
- Increased the maximum allowed delivery and retry delays for Queues to 24 hours.