Hey everyone, ๐ Miniflare `2.0.0-rc.3` has just been released! ๐ This changes how multiple worke
Hey everyone,
Miniflare
This changes how multiple worker routing works (the new system is inspired by
Check out the full-changelog here (https://github.com/cloudflare/miniflare/releases/tag/v2.0.0-rc.3) and install it with
Hopefully this will land in wrangler 2.0 very soon.
We're also getting very close to the full-release of Miniflare 2, so any feedback you've got is greatly appreciated.
2.0.0-rc.3 has just been released! This changes how multiple worker routing works (the new system is inspired by
multiflare, thanks @daniellehr), allows BYOB-reading of Request/Response bodies, and fixes a bunch of bugs.Check out the full-changelog here (https://github.com/cloudflare/miniflare/releases/tag/v2.0.0-rc.3) and install it with
npm install miniflare@next. Hopefully this will land in wrangler 2.0 very soon.
We're also getting very close to the full-release of Miniflare 2, so any feedback you've got is greatly appreciated.
GitHub
The Miniflare docs now include a migration guide for upgrading from version 1.
Breaking Changes
Mounts are no longer accessible by default via /<mount_name>. You must specify routes in wrang...
Breaking Changes
Mounts are no longer accessible by default via /<mount_name>. You must specify routes in wrang...
