github cloudflare/workers-sdk @cloudflare/vitest-pool-workers@0.20.0

latest releases: @cloudflare/vite-plugin@1.50.0, wrangler@4.118.0, @cloudflare/remote-bindings@0.0.6...
5 hours ago

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

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.