workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
Fixes CC-5462. Use a simple table (one row for each entry) instead of a fancy table with box characters (that is hard to read and breaks when text wraps). Print...
### What versions & operating system are you using? `[email protected]`, `@cloudflare/vite-plugin:1.5.0` ### Please provide a link to a minimal reproduction https://github.com/threepointone/test-vite-wrangler-async-io ### Describe the Bug workerd should throw an error...
Previously, Python Workers couldn't be used with `version upload` because there was a difference in module type detection between `deploy` and `version upload`. This PR fixes that bug and unifies...
Fixes https://jira.cfdata.org/browse/DEVX-1857 This PR makes sure that `startWorker` takes into account the potential `auth` options --- - Tests - [ ] TODO (before merge) - [x] Tests included - [...
### What versions & operating system are you using? MacOS 12.7.6 (21H1320), node : 22.14.0, npm 10.9.2 ### Please provide a link to a minimal reproduction https://gist.github.com/bikash119/bf77aeef9d886d3fcf68796a8ae9a0a1 ### Describe the...
### What versions & operating system are you using? wrangler 4.20.0, MacOS Sequoia 15.5 ### Please provide a link to a minimal reproduction https://github.com/astralarya/tanstack-start-basic-cloudflare This is an attempt to update...
Update various deps: - tar-fs to fix audit warnings. This also involved removing the cloudflare-workers-extension code, since `vsce` depended on `tar-fs`. I removed it rather than updating `vsce` because it...
### What versions & operating system are you using? Wrangler 4.18.0, Node.js v22.15.0, Debian ### Please provide a link to a minimal reproduction https://github.com/774u64/workers-sdk-bug-report ### Describe the Bug When using...
### Describe the solution In the local workers development process, when a worker depends on other workers, and the dependent worker depends on secrets-store secret, this will cause great trouble...
### What versions & operating system are you using? wrangler 4.19.1 / @cloudflare/vite-plugin 1.5.0 ### Please provide a link to a minimal reproduction https://github.com/hi-ogawa/reproductions/tree/main/wrangler-vite-plugin-optimizeDeps-exclude ### Describe the Bug Currently cloudflare...