@cloudflare/workers-shared@0.19.3
📦 cloudflare-workersView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This patch release fixes a TypeError in the router-worker when static routing is configured without user worker rules. The fix ensures proper iteration handling in the static routing matcher.
🐛 Bug Fixes
- Fixed `TypeError: rules is not iterable` in the router-worker when `static_routing` is configured without `user_worker` rules by ensuring the `user_worker` configuration falls back to an empty array if omitted.