releases.shpreview

Miniflare override options pruned; cache renamed to cacheAPI

@cloudflare/vitest-pool-workers@0.20.0

July 31, 2026Workers SDKView original ↗
3 enhancementsThis release3 enhancementsImprovements to existing featuresAI-tallied from the release notes
From the original release noteView original ↗

Minor Changes

  • #14586 5a56dda Thanks @emily-shen! - Breaking change: Remove several options from the miniflare override options

    The following options have been removed from the miniflare override options, as they were not intended to be exposed, were not functional, or have been superseded by other options:

    • wrappedBindings
    • cacheWarnUsage
    • fetchMock: you should use outboundService instead
    • containerEngine: containers were not supported in vitest-pool-workers. Consider using createTestHarness() instead if you want to test against actual containers.

    Additionally, cache has been deprecated and renamed to cacheAPI, but cache remains functional.

Patch Changes

Fetched July 31, 2026