miniflare@4.20260507.1
📦 cloudflare-workersView on GitHub →
✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This patch improves the hosted images mock for local development by ensuring variant URLs in ImageMetadata point to a functional local delivery endpoint, fixing issues with image rendering during local testing.
✨ New Features
- Variant URLs returned by the hosted images mock for local development now point to a new local delivery endpoint at /cdn-cgi/imagedelivery/<image_id>/<variant>.
🐛 Bug Fixes
- Fixed issue where the miniflare hosted images mock returned bare variant names instead of full delivery URLs, causing applications rendering images from variant URLs to fail during local development.