ReleaseCloudflare (Workers AI)Cloudflare (Workers AI)published Sep 10, 2026seen 12h

cloudflare/workers-sdk @cloudflare/vitest-plugin@1.1.7

cloudflare/workers-sdk

Open original ↗

Captured source

source ↗
published Sep 10, 2026seen 12hcaptured 12hhttp 200method plain

@cloudflare/vitest-plugin@1.1.7

Repository: cloudflare/workers-sdk

Tag: @cloudflare/vitest-plugin@1.1.7

Published: 2026-09-10T15:21:03Z

Prerelease: no

Release notes:

Patch Changes

  • #15465 `efc8c51` Thanks @xgame92! - Fix cloudflare:test declarations composing with Wrangler-generated runtime types

The public test helpers now avoid private workers-types-only globals and use constraints compatible with generated runtime declarations, so strict projects can keep skipLibCheck disabled.

Fetch-only remote bindings such as D1 and R2 previously opened an unused WebSocket RPC session. RPC sessions are now created only when an RPC method is called.