workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
Fixes https://jira.cfdata.org/browse/DEVX-2321 --- - Tests - [x] Tests included - [ ] Tests not necessary because: - Public documentation - [ ] Cloudflare docs PR(s): - [x] Documentation not necessary...
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....
### Describe the solution In commit 555a6da0fbda6e792264b59984687e336c179619 / PR #10647, VPC Services bindings were added by giving a binding name visible to the worker script and a service_id copied from...
As noted in the comments, normally we'd need to validate this jwt, but since any uploads depend on a valid jwt (and are validated later) it's fine to just decode...
Currently we are using a pinned version of a template from the react-router repo that we don't have control over and they would rather delete.
Fixes #8906 When users have proxy environment variables set (HTTP_PROXY, HTTPS_PROXY, etc.), the local development server fails to start with a "TypeError: fetch failed" error. ## Root cause - Wrangler...
### What versions & operating system are you using? Windows WSLv2 System: OS: Linux 6.6 Ubuntu 22.04.5 LTS 22.04.5 LTS (Jammy Jellyfish) CPU: (16) x64 AMD Ryzen 7 7840H w/...
### Describe the solution Hi In ex. a DurableObject, communicating via a stub from a worker, we can call functions to the DurableObject (or other WorkerEntryPoint for that matter) via...
wrangler version 4.42.0 wrangler.toml ``` [[kv_namespaces]] binding = "Blog_KV" id = "" preview_id = "" remote = true ``` error_msg ``` ✘ [ERROR] e = kj/async-io-unix.c++:1655: failed: connect() blocked by...
### What versions & operating system are you using? node : v24.11.1 npm : 11.6.2 sveltkit : "^2.48.4" svelte : "^5.43.6" wrangler : "^4.47.0" @sveltejs/adapter-cloudflare : "^7.2.4" ### Please provide...