Change8

miniflare@4.20260405.0

📦 cloudflare-workersView on GitHub →
1 features🐛 1 fixes🔧 1 symbols

Summary

This release introduces the local explorer's OpenAPI specification endpoint and fixes a Hyperdrive TLS configuration bug. It also updates the local mock for Images binding to align with the latest workerd API.

Migration Steps

  1. If using the local mock for Images binding, update code to use the chainable handle pattern: `hosted.image(imageId)` now returns a handle with `details()`, `bytes()`, `update()`, and `delete()` methods, aligning with the updated workerd API.

✨ New Features

  • Local explorer now serves its OpenAPI spec at /cdn-cgi/explorer/api, allowing independent access via REST API.

🐛 Bug Fixes

  • Fixed a bug related to Hyperdrive local development binding TLS configuration.

Affected Symbols