@cloudflare/workers-shared@0.19.9
📦 cloudflare-workersView on GitHub →
🐛 3 fixes🔧 3 symbols
Summary
This patch release improves asset serving performance by removing an unnecessary internal dispatch hop and retrying asset reads from KV on transient errors. It also enhances routing performance for Workers with assets by streamlining the request path.
🐛 Bug Fixes
- Asset requests and RPC calls now avoid an extra internal forwarding layer, reducing latency.
- The asset worker retries asset reads from KV with exponential backoff when they fail with a transient error, reducing the chance of serving an error.
- Request handling latency is reduced by streamlining the router Worker's request path.