workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
### Which Cloudflare product(s) does this pertain to? Workers AI ### What version(s) of the tool(s) are you using? wrangler 3.78.12 ### What version of Node are you using? _No...
### Which Cloudflare product(s) does this pertain to? Wrangler ### What version(s) of the tool(s) are you using? all ### What version of Node are you using? v20.6.1 ### What...
### Which Cloudflare product(s) does this pertain to? D1 ### What version(s) of the tool(s) are you using? 10.8.2 [Wrangler] ### What version of Node are you using? 20.18.0 ###...
Workers Containers The Workers Containers API has new endpoints and auth tokens to enforce its scope. This change moves the Wrangler interaction with the API to those new endpoints and...
🚀 Feature Request: Allow to include secrets in wrangler's automatically generated type definitions
### Describe the solution #### Problem Currently, there is no way to let wrangler know about secrets so that it can include them in the automatically generated type definitions (`wrangler...
### Describe the solution # Feature Request: Native Deno Support for Wrangler ## User Stories ### Developer Experience **As a Deno developer**, I want to use Wrangler without Node.js dependencies...
Fixes #8004 Fixes #6577 When serving responses that have not defined `content-encoding` explicitly, Miniflare was attempting to infer a compression algorithm from the `accept-encoding` request header. This resulted in streamed...
### What versions & operating system are you using? 4.19.1 [wrangler], 4.7.7 [hono], 7.5.2 [react-router] (but have tried many versions of each) ### Please provide a link to a minimal...
Default container app names to: WorkerName-ClassName[-EnvName] - Tests - [ ] TODO (before merge) - [x] Tests included - [ ] Tests not necessary because: - Wrangler / Vite E2E...
Reverts cloudflare/workers-sdk#9539. This was reverted to workaround a runtime bug—let's see if the bug is fixed