github cloudflare/workers-sdk miniflare@3.20250718.3

11 hours ago

Patch Changes

  • #11664 d006fae Thanks @NuroDev! - Fix Durable Object RPC calls from Node.js blocking the event loop, preventing Promise.race() and timeouts from working correctly.

    Previously, RPC calls from Node.js to Durable Objects would block the Node.js event loop, causing Promise.race() with timeouts to never resolve. This fix ensures that RPC calls properly yield control back to the event loop, allowing concurrent operations and timeouts to work as expected.

  • #10890 4ae9ead Thanks @alsuren! - Document that dumpSql is shared with d1-worker, and incorporate some D1 internal stats gathering machinery (which is currently unused by miniflare)

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.