releases.shpreview
Cloudflare/Workers SDK/@cloudflare/workers-shared@0.19.3

@cloudflare/workers-shared@0.19.3

$npx @buildinternet/releases get rel_-6Umcz1d4pDAP298WizwU

Patch Changes

  • #13668 ef24ff2 Thanks @for-the-kidz! - Fix TypeError: rules is not iterable in the router-worker when static_routing is configured without user_worker rules

    The router-worker's static-routing include-rule evaluation passed config.static_routing.user_worker directly to the matcher, which iterates with for...of. When static_routing was set but user_worker was omitted, the matcher threw TypeError: rules is not iterable and failed the request. The adjacent asset_worker branch already falls back to [] in this case; the user_worker branch now does the same.

Fetched April 28, 2026