Change8

miniflare@5.20260801.0-alpha

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

Summary

This patch release updates dependencies and fixes critical bugs in local rate limiting and runtime crash reporting. Local rate limit counters are now more robust, and workerd crash reports are more informative.

✨ New Features

  • Surface the full runtime crash report when workerd crashes, and warn when it is restarted. This makes crashes easier to diagnose and distinguishes them from unexplained dev server restarts.

🐛 Bug Fixes

  • Fix local rate limiting being disabled entirely when bindings share a `namespace_id` but use different periods. Counters are now tracked per period, matching production.
  • Fix local rate limit counters silently resetting after ~10s of inactivity. Counters now live in Durable Object storage and are written to the persistence directory, surviving eviction and restarts.

Affected Symbols