workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
### Which Cloudflare product(s) does this pertain to? Pages ### What version(s) of the tool(s) are you using? wrangler 3.15.0 ### What version of Node are you using? 18.16.0 ###...
### What version of `Wrangler` are you using? 2.1.12 ### What operating system are you using? Windows ### Describe the Bug When using a `_routes.json`, the following: ```json "include": [...
**What this PR solves / how to test:** This PR consolidates our production deployment of packages, Workers and Pages projects to all use the changesets tooling. To do so, changesets...
### Which Cloudflare product(s) does this pertain to? Wrangler core ### What version(s) of the tool(s) are you using? 3.30.1 ### What version of Node are you using? v21.6.1 ###...
**What this PR solves / how to test:** This PR implements the `versions deploy` command as a sibling command to the, already merged, `versions upload` command. Both are still behind...
**What this PR solves / how to test:** **Author has addressed the following:** - Tests - [x] Not necessary because: versions upload is experimental, doesn't have test suite yet. This...
**What this PR solves / how to test:** This updates the set of VSCode patches for the quick editor to be based of 1.85.2, rather than 1.76.0. This can be...
Fixes # MQ-499 internally **What this PR solves / how to test:** Adds support for message delivery delay on create new Queue, and retry delay when create new consumer. **Author...
As part of an ongoing "configuration keys in wrangler" audit, this commit cleans up some of the configuration related comments, annotations, aso, in an attempt to keep things consistent and...
Fixes # [insert GH or internal issue number(s)]. **What this PR solves / how to test:** Adds client side error handling for creating an R2 bucket with invalid characters **Author...