github cloudflare/workers-sdk miniflare@3.20240329.1

latest releases: wrangler@3.78.2, @cloudflare/workers-shared@0.5.3, @cloudflare/vitest-pool-workers@0.5.2...
5 months ago

Patch Changes

  • #5491 940ad89 Thanks @dario-piotrowicz! - fix: make sure the magic proxy can handle multiple parallel r2 stream reads

    Currently trying to read multiple R2 streams in parallel (via Promise.all for example) leads to deadlock which prevents any of the target streams from being read. This is caused by the underlying implementation only allowing a single HTTP connection to the Workers runtime at a time. This change fixes the issue by allowing multiple parallel HTTP connections.

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.