-
Notifications
You must be signed in to change notification settings - Fork 861
Comparing changes
Open a pull request
base repository: cloudflare/workers-sdk
base: wrangler@4.4.0
head repository: cloudflare/workers-sdk
compare: wrangler@4.4.1
Commits on Mar 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for eb19dcf - Browse repository at this point
Copy the full SHA eb19dcfView commit details -
Amend
pages dev
error message when an environment is requested (#8604)* Amend `pages dev` error message when an environment is requested if users run `wrangler pages dev --env=my-env` they currently get an error saying to use `--branch` instead, the `--branch` option however only applies to `wrangler pages deploy`, so this error message can easily confuse users, the changes here update the error message to simply state that `--env` is not available for local development * fixup! Amend `pages dev` error message when an environment is requested fix formatting
Configuration menu - View commit details
-
Copy full SHA for d8c0495 - Browse repository at this point
Copy the full SHA d8c0495View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29cb306 - Browse repository at this point
Copy the full SHA 29cb306View commit details -
Update DO + assets template to use sqlite (#8610)
* update do + assets template * Update lazy-beers-teach.md * update types
Configuration menu - View commit details
-
Copy full SHA for 6a958df - Browse repository at this point
Copy the full SHA 6a958dfView commit details -
Bump the workerd-and-workers-types group with 2 updates (#8650)
* Bump the workerd-and-workers-types group with 2 updates Bumps the workerd-and-workers-types group with 2 updates: [@cloudflare/workers-types](https://github.com/cloudflare/workerd) and [workerd](https://github.com/cloudflare/workerd). Updates `@cloudflare/workers-types` from 4.20250320.0 to 4.20250321.0 - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) Updates `workerd` from 1.20250320.0 to 1.20250321.0 - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](cloudflare/workerd@v1.20250320.0...v1.20250321.0) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workerd-and-workers-types - dependency-name: workerd dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workerd-and-workers-types ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update dependencies of "miniflare" package The following dependency versions have been updated: | Dependency | From | To | | ------------------------- | ------------- | ------------- | | workerd | 1.20250320.0 | 1.20250321.0 | | @cloudflare/workers-types | ^4.20250320.0 | ^4.20250321.0 | --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wrangler automated PR updater <wrangler@cloudflare.com>
Configuration menu - View commit details
-
Copy full SHA for 9c844f7 - Browse repository at this point
Copy the full SHA 9c844f7View commit details -
add react-router c3 template (#8553)
* add react-router c3 template * fix duplicate $schema in wrangler.jsonc * add test * changeset * fix test * fix schema adding * actually fix :( * fix type error * pr review * hide remix * update c3 tests node version * set vite localhost in tests :( * fix double git question * Update packages/create-cloudflare/templates/react-router/c3.ts Co-authored-by: James Opstad <13586373+jamesopstad@users.noreply.github.com> * bump node again to appease angular * hopefully bust turbo cache after node bump * trailing comma >:( * add node version in more places * set pnpm store location * Revert "set pnpm store location" This reverts commit c608b24. * nuxt no install --------- Co-authored-by: James Opstad <13586373+jamesopstad@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dfbf03f - Browse repository at this point
Copy the full SHA dfbf03fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75005e3 - Browse repository at this point
Copy the full SHA 75005e3View commit details -
refactor: pass the request through the asset-worker
exists
and `get……ByETag` functions (#8644) * refactor: pass the request through the asset-worker `exists` and `getByETag` functions This has no effect on the deployed Worker in production, but is useful in local development for ensuring that the full request is available when overriding the functions. * fixup! refactor: pass the request through the asset-worker `exists` and `getByETag` functions
Configuration menu - View commit details
-
Copy full SHA for e099c8b - Browse repository at this point
Copy the full SHA e099c8bView commit details -
* Add vitest config to d1 * fix vi.waitFor()
Configuration menu - View commit details
-
Copy full SHA for 409825b - Browse repository at this point
Copy the full SHA 409825bView commit details
Commits on Mar 25, 2025
-
provide type for
env
in c3 when vitest is included (#8651)* pass env type to vitest * changeset * Update tsconfig.json
Configuration menu - View commit details
-
Copy full SHA for fc66a2b - Browse repository at this point
Copy the full SHA fc66a2bView commit details -
fix assets in directories starting with . (#8655)
* add allow dot files * test * changeset * include wrangler in patch --------- Co-authored-by: Carmen Popoviciu <cpopoviciu@cloudflare.com>
Configuration menu - View commit details
-
Copy full SHA for 7682675 - Browse repository at this point
Copy the full SHA 7682675View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f27e26 - Browse repository at this point
Copy the full SHA 1f27e26View commit details -
Metafiles support in vite-plugin-cloudflare (#8432)
* Add noUncheckedIndexedAccess to workers-shared * Metafiles support in vite-plugin-cloudflare * fixup! Metafiles support in vite-plugin-cloudflare * Update changeset to make it more clear that the feature is experimental and not to be relied upon. * await the polling in the test * fix file watching on Windows --------- Co-authored-by: Peter Bacon Darwin <pbacondarwin@cloudflare.com> Co-authored-by: Pete Bacon Darwin <pete@bacondarwin.com>
Configuration menu - View commit details
-
Copy full SHA for d611caf - Browse repository at this point
Copy the full SHA d611cafView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecbe026 - Browse repository at this point
Copy the full SHA ecbe026View commit details -
wrangler cloudchamber create: IPv6 opt-in is explicitly defined (#8536)
Co-authored-by: Carmen Popoviciu <cpopoviciu@cloudflare.com>
Configuration menu - View commit details
-
Copy full SHA for e4b76e8 - Browse repository at this point
Copy the full SHA e4b76e8View commit details -
[C3] Bump create-astro from 4.11.0 to 4.11.1 in /packages/create-clou…
…dflare/src/frameworks (#8518) * [C3] Bump create-astro in /packages/create-cloudflare/src/frameworks Bumps [create-astro](https://github.com/withastro/astro/tree/HEAD/packages/create-astro) from 4.11.0 to 4.11.1. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/create-astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/create-astro@4.11.1/packages/create-astro) --- updated-dependencies: - dependency-name: create-astro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update dependencies of "create-cloudflare" package The following dependency versions have been updated: | Dependency | From | To | | ------------ | ------ | ------ | | create-astro | 4.11.0 | 4.11.1 | --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wrangler automated PR updater <wrangler@cloudflare.com>
Configuration menu - View commit details
-
Copy full SHA for 8b71224 - Browse repository at this point
Copy the full SHA 8b71224View commit details -
[C3] Bump create-vue from 3.14.2 to 3.15.1 in /packages/create-cloudf…
…lare/src/frameworks (#8516) * [C3] Bump create-vue in /packages/create-cloudflare/src/frameworks Bumps [create-vue](https://github.com/vuejs/create-vue) from 3.14.2 to 3.15.1. - [Release notes](https://github.com/vuejs/create-vue/releases) - [Commits](vuejs/create-vue@v3.14.2...v3.15.1) --- updated-dependencies: - dependency-name: create-vue dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update dependencies of "create-cloudflare" package The following dependency versions have been updated: | Dependency | From | To | | ---------- | ------ | ------ | | create-vue | 3.14.2 | 3.15.1 | --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wrangler automated PR updater <wrangler@cloudflare.com>
Configuration menu - View commit details
-
Copy full SHA for 82f35b8 - Browse repository at this point
Copy the full SHA 82f35b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60ce066 - Browse repository at this point
Copy the full SHA 60ce066View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fca018 - Browse repository at this point
Copy the full SHA 4fca018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 070ceae - Browse repository at this point
Copy the full SHA 070ceaeView commit details
Commits on Mar 26, 2025
-
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9f25620 - Browse repository at this point
Copy the full SHA 9f25620View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff wrangler@4.4.0...wrangler@4.4.1