Change8

miniflare@3.20250718.3

📦 cloudflare-workersView on GitHub →
🐛 1 fixes🔧 1 symbols

Summary

This patch release fixes a critical bug where Durable Object RPC calls from Node.js blocked the event loop, impacting concurrent operations and timeouts. It also includes documentation updates regarding dumpSql.

🐛 Bug Fixes

  • Fixed Durable Object RPC calls from Node.js blocking the event loop, which previously prevented Promise.race() and timeouts from working correctly. RPC calls now properly yield control back to the event loop.

🔧 Affected Symbols

Durable Object RPC