workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
### Which Cloudflare product(s) does this pertain to? Wrangler ### What version(s) of the tool(s) are you using? 3.81.0 ### What version of Node are you using? 22 ### What...
## What this PR solves / how to test Fixes n/a ## Author has addressed the following - Tests - [ ] TODO (before merge) - [x] Tests included -...
## What this PR solves / how to test Fixes #000. Updates the DevTools patches. Note that this does not include the switch to the performance tab (but does remove...
### Which Cloudflare product(s) does this pertain to? Wrangler ### What version(s) of the tool(s) are you using? wrangler 3.81.0, rustc 1.82.0 ### What version of Node are you using?...
### Which Cloudflare product(s) does this pertain to? Pages, Wrangler ### What version(s) of the tool(s) are you using? 3.65.0 ### What version of Node are you using? 22.3.0 ###...
### Which Cloudflare product(s) does this pertain to? Wrangler ### What version(s) of the tool(s) are you using? 3.78.7 ### What version of Node are you using? 22.9.0 ### What...
The limitation around fetching custom ports has been removed when deployed, so we should remove the check locally. See https://developers.cloudflare.com/workers/configuration/compatibility-dates/#allow-specifying-a-custom-port-when-making-a-subrequest-with-the-fetch-api for more context
Bumps [create-next-app](https://github.com/vercel/next.js/tree/HEAD/packages/create-next-app) from 14.2.5 to 14.2.15. Release notes Sourced from create-next-app's releases. v14.2.15 [!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary. Core...
Bumps [create-analog](https://github.com/analogjs/analog) from 1.8.1 to 1.9.0. Release notes Sourced from create-analog's releases. v1.9.0 What's Changed feat(create-analog): set project title based on project name; sort deps by @markostanimirovic in analogjs/analog#1374 feat(create-analog):...
Fixes #7021 Reduce the KV bulk upload size from 5_000 to 1_000 to try and help reduce API timeout issues --- - Tests - [ ] TODO (before merge) -...