This repository was archived by the owner on Mar 13, 2025. It is now read-only.
v3.0.0-next.9
Pre-release
Pre-release
Features
- Log uncaught errors to the console with source-maps (#446)
- Respect
cf.cacheKeywhen using the Cache API (#447) - Add WebSocket support to
fetchandMiniflare#dispatchFetch, as supported
in Workers and Miniflare 2 (#453) - Allow custom function service bindings to return WebSocket
Responses, as
they could in Miniflare 2 (#453) - Allow the
cfobject to be customised withMiniflare#dispatchFetch(#453) - Allow specifying
port: 0option to bind to any accessible port (#453)
Fixes
- Fix caching of
ReadableStream-bodiedResponses (#447)