workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
Fixes #0000 This PR implements the `–x-workflows` flag on `wrangler deploy`, `wrangler versions upload`, `wrangler versions deploy` and `wrangler trigger deploy`. --- - Tests - [ ] TODO (before merge)...
## What this PR solves / how to test This PR introduces support for `AbortSignal` to fetch-mock, allowing signals to 'abort' requests during tests as they do at actual runtime....
## What this PR solves / how to test Replace the Vectorize Beta banner with the GA Announcement Banner Also included a note regarding the blocking of legacy Vectorize index...
## What this PR solves / how to test Fixes #2893 ## Author has addressed the following - Tests - [ ] TODO (before merge) - [ ] Included -...
On Node.js 17+, wrangler will default to fetching only the IPv6 address. With these changes we warn users that the process listening on the port specified via `--proxy` should be...
## What this PR solves / how to test Fixes #6938 Already does this for remote, just logs a bit of feedback to the user for local as well. ##...
Fixes [WC-2856](https://jira.cfdata.org/browse/WC-2856) In interactive mode, if someone specifies a worker name that does not yet exist, ask for confirmation before actually creating that worker (e.g. in case it was a...
### What version of `Wrangler` are you using? 2.4.2 ### What operating system are you using? Mac ### Describe the Bug When using `wrangler pages dev` with the `--proxy=PORT` option,...
Fixes n/a. Reverts #5716. --- - Tests - [ ] TODO (before merge) - [ ] Tests included - [x] Tests not necessary because: changes reverted - E2E Tests CI...