@cloudflare/workers-shared@0.19.5
📦 cloudflare-workersView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This patch introduces logic during deployment to route asset-worker requests based on account plans and adds validation to reject invalid `_headers` rules containing multiple wildcards or wildcard/:splat combinations.
Migration Steps
- Review and update `_headers` rules to avoid using multiple wildcards or combining a wildcard with a `:splat` placeholder, as these are now rejected during parsing.
🐛 Bug Fixes
- Deployment now correctly routes requests to new versions of asset-worker based on customer account plan.