Patch Changes
-
#7914
37af035Thanks @andyjessop! - fix(miniflare): strip CF-Connecting-IP header from all outbound requests -
#9174
ceeb375Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
Dependency From To workerd 1.20250507.0 1.20250508.0 @cloudflare/workers-types ^4.20250507.0 ^4.20250508.0 -
#9181
349cffcThanks @penalosa! - Add a mixed-mode-only browser rendering plugin -
#9186
362cb0bThanks @penalosa! - Support Mixed Mode Service Bindings in Miniflare -
#9198
2cc8197Thanks @kylecarbs! - fix: ensure the fetch proxy message port is startedWhile Node.js will start the message port automatically when a
messageevent listener is added,
this diverges from the standard Web API for message ports, which require you to explicitly start
listening on the port. -
#9168
6b42c28Thanks @dario-piotrowicz! - addmixedModeConnectionStringto the various binding configs