Fixes
- Allow
vitest-environment-miniflare
to be used withvitest@0.34.0
and above. Closes issue #645, thanks @AdiRishi, and @Averethel for the PR. - Allow responses with
429
and503
status codes to be cached. Closes issue #82, thanks @haus and @rdaniels6813 for the PR. - Avoid self-imports in
@miniflare/core
package. Closes issue #663, thanks @ajwootto for the PR.