workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
Currently we strip version numbers from requirements.txt when translating to a worker config (and that's probably what we want). However, for now we need to specify the version number to...
🐛 BUG: when trying to left join 2 tables that have same name columns - second column is not returned
### Which Cloudflare product(s) does this pertain to? D1 ### What version of `Wrangler` are you using? 2.19.0 ### What operating system are you using? macOS ### Describe the Bug...
Fixes https://github.com/cloudflare/workers-sdk/issues/2788. **What this PR solves / how to test:** This PR converts the templates still using Service Workers syntax to module format syntax. **Associated docs issue(s)/PR(s):** - https://github.com/cloudflare/workers-sdk/pull/2781#pullrequestreview-1312065836 **Author...
Fixes # [insert GH or internal issue number(s)]. **What this PR solves / how to test:** **Author has addressed the following:** - Tests - [ ] Included - [ ]...
### Describe the solution Remove deprecated commands & config
### Describe the solution Update esbuild on next major wrangler update. We can update to 19 once [this issue](https://github.com/evanw/esbuild/issues/3337) gets resolved
### Which Cloudflare product(s) does this pertain to? D1 ### What version(s) of the tool(s) are you using? wangler 3.28.4 ### What version of Node are you using? 20.11.1 ###...
Potential fix for https://github.com/cloudflare/workers-sdk/issues/4737. Note that I haven't tested this myself, as I don't have an environment set up for wrangler-devtools -- feel free to modify this from draft->ready once...
We announced service bindings in November last year, and the APIs in production went GA last month. You can now "bind" workers and make calls between them. So, for example,...
### Describe the solution Following the release of this feature [Implement Vitest testing environment for Miniflare 3](https://github.com/cloudflare/workers-sdk/pull/4795), could you please update the documentation: - https://legacy.miniflare.dev/testing/vitest - https://developers.cloudflare.com/workers/wrangler/api/#unstable_dev and provide a...