workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
### Which Cloudflare product(s) does this pertain to? Wrangler core ### What version(s) of the tool(s) are you using? 3.13.2 ### What version of Node are you using? 20.9.0 ###...
**What this PR solves / how to test:** Ability to deploy workers to dispatch namespaces (Workers for Platforms product). Usage: `wrangler deploy --dispatch-namespace ` This is an improvement to PR...
Fixes # [insert GH or internal issue number(s)]. **What this PR solves / how to test:** Go to https://8f2e7cec.workers-playground.pages.dev/playground/python and you should be able to try it out! (the first...
### Describe the solution Support `routes` in local mode
### Describe the solution Rebase chrome devtools patches on a more recent version of Chrome
Fixes #5028 **What this PR solves / how to test:** **Author has addressed the following:** - Tests - [ ] Included - [x] Not necessary because: This is pretty much...
### Which Cloudflare product(s) does this pertain to? Pages, Wrangler core ### What version(s) of the tool(s) are you using? 3.29.0 [Wrangler] ### What version of Node are you using?...
### Which Cloudflare product(s) does this pertain to? Wrangler core, Miniflare ### What version(s) of the tool(s) are you using? Wrangler 3.27.0 ### What version of Node are you using?...
Fixes #5073 **What this PR solves / how to test:** This ensures that multiple `Set-Cookie` headers in the raw HTTP tab within the Playground and Quick Edit are shown. **Author...