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

## What this PR solves / how to test PR #5570 introduced a regression in Miniflare, namely that declaring Queue Producers like ``` queueProducers: { "MY_QUEUE": "my-queue" } ``` no...

awaiting Cloudflare response
queues

## What this PR solves / how to test Previously, C3 ran `wrangler deploy` and `wrangler pages deploy` non-interactively. Since this is intended to be an interactive command, this led...

## What this PR solves / how to test Fixes [DEVX-1384](https://jira.cfdata.org/browse/DEVX-1384) This PR adds `wrangler.toml` and `package.json` to the `files.exclude` setting to reduce user confusions. It also makes these files...

## What this PR solves / how to test This makes it possible to further process the output of `wrangler pages deployment list`, e.g. like this ``` $ wrangler pages...

### Which Cloudflare product(s) does this pertain to? Pages, Wrangler core ### What version(s) of the tool(s) are you using? 3.55.0 [wrangler], 4.8.3 [astro], 10.2.6 [@astrojs/cloudflare] ### What version of...

pages
bug
c3

## What this PR solves / how to test Fixes #[insert GH or internal issue number(s)]. ## Author has addressed the following - Tests - [x] TODO (before merge) -...

## What this PR solves / how to test Fixes DEVX-1390 ## Author has addressed the following - Tests - [ ] TODO (before merge) - [x] Included - [...

e2e

## What this PR solves / how to test Fixes #[insert GH or internal issue number(s)]. ## Author has addressed the following - Tests - [ ] TODO (before merge)...

## What this PR solves / how to test Per https://github.com/cloudflare/workers-sdk/issues/3263#issuecomment-1888034131, this is what the Svelte team recommends. The Svelte framework template runs `create-svelte` which scaffolds a SvelteKit project, so...

## What this PR solves / how to test Adds the type [RateLimit](https://github.com/cloudflare/workerd/blob/main/types/defines/ratelimit.d.ts) to wrangler type generation for the beta rate limiter unsafe binding. Fixes #6529 ## Author has addressed...