workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
After some discussion, the runtime team has decided that we should prevent users from specifying version identifiers altogether within requirements.txt, rather than silently dropping them. This would prevent users from...
### Describe the solution I noticed that when we use `custom_domain = true`, a new edge certificate is created for that custom domain. Deleting the worker does not delete that...
### Which Cloudflare product(s) does this pertain to? Wrangler core ### What version(s) of the tool(s) are you using? 3.26.0 ### What version of Node are you using? 20.11.0 ###...
This should enable the C3 team to be able to approve PRs like https://github.com/cloudflare/workers-sdk/pull/5098.
Bumps [create-solid](https://github.com/solidjs-community/solid-cli) from 0.4.10 to 0.5.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by thomas_beer, a new releaser for create-solid since your...
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 # **What this PR solves / how to test:** Currently the kv:namespace create command differs from other `create` commands where it prefixes the input with `worker-` when using the...
the next version of wrangler (i.e. wrangler v4) should make sure to: - support all supported LTS versions of node from v18 onwards - drop support for node v16 wrangler...
This PR just hides some of the output that makes the CI logs really messy.
**What this PR solves / how to test:** previously only the worker templates included in their `.gitignore` the wrangler files (those being `.dev.vars` and `.wrangler`), make sure to instead include...