workers-sdk icon indicating copy to clipboard operation
workers-sdk copied to clipboard

⛅️ Home to Wrangler, the CLI for Cloudflare Workers®

Results 650 workers-sdk issues
Sort by recently updated
recently updated
newest added

Fixes https://jira.cfdata.org/browse/DEVX-1953 --- - Tests - [ ] TODO (before merge) - [x] Tests included - [ ] Tests not necessary because: - Wrangler / Vite E2E Tests CI Job...

e2e
no-changeset-required
skip-v3-pr
every-os

Fixes #000 --- - Tests - [ ] TODO (before merge) - [x] Tests included - [ ] Tests not necessary because: - Wrangler / Vite E2E Tests CI Job...

The open api template uses chafana, which relies on yargs-parser, which has a dependency on node.js 20.19.0 or later. Fixes #[insert GH or internal issue link(s)]. _Describe your change..._ ---...

blocked
no-changeset-required
c3-e2e
every-os

Reverts cloudflare/workers-sdk#9570

e2e
skip-pr-description-validation
c3-e2e
every-os

Python Workers can now have vendored packages in a `vendor` dir. These packages can contain files which won't ordinarily be uploaded automatically, this PR fixes that. CC @hoodmane @danlapid ---...

### Describe the solution With Miniflare I can do the following to have a Worker with a Service Binding to another Worker on an arbitrary address: ```js import { Miniflare...

enhancement

Fixes #[insert GH or internal issue link(s)]. _Describe your change..._ --- - Tests - [ ] TODO (before merge) - [ ] Tests included - [ ] Tests not necessary...

### What versions & operating system are you using? Wrangler 4.20.3, Mac OS 15.5 ### Please provide a link to a minimal reproduction _No response_ ### Describe the Bug I’m...

bug

### What versions & operating system are you using? Wrangler v4.18.0, Node v20.18.2, Windows 11 ### Please provide a link to a minimal reproduction _No response_ ### Describe the Bug...

awaiting reporter response
bug

### Describe the solution I'm not sure where exactly the source of `worker-configuration.d.ts` types is - the `wrangler` package seems to get its types from `miniflare` but haven't dug into...

enhancement