Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudflare/workers-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: wrangler@4.4.0
Choose a base ref
...
head repository: cloudflare/workers-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: wrangler@4.4.1
Choose a head ref

Commits on Mar 24, 2025

  1. Copy the full SHA
    eb19dcf View commit details
  2. 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
    dario-piotrowicz authored Mar 24, 2025
    Copy the full SHA
    d8c0495 View commit details
  3. Copy the full SHA
    29cb306 View commit details
  4. Update DO + assets template to use sqlite (#8610)

    * update do + assets template
    
    * Update lazy-beers-teach.md
    
    * update types
    emily-shen authored Mar 24, 2025
    Copy the full SHA
    6a958df View commit details
  5. 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>
    dependabot[bot] and Wrangler automated PR updater authored Mar 24, 2025
    Copy the full SHA
    9c844f7 View commit details
  6. 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>
    emily-shen and jamesopstad authored Mar 24, 2025
    Copy the full SHA
    dfbf03f View commit details
  7. Copy the full SHA
    75005e3 View commit details
  8. 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
    petebacondarwin authored Mar 24, 2025
    Copy the full SHA
    e099c8b View commit details
  9. Small testing fixups (#8654)

    * Add vitest config to d1
    
    * fix vi.waitFor()
    penalosa authored Mar 24, 2025
    Copy the full SHA
    409825b View commit details

Commits on Mar 25, 2025

  1. provide type for env in c3 when vitest is included (#8651)

    * pass env type to vitest
    
    * changeset
    
    * Update tsconfig.json
    emily-shen authored Mar 25, 2025
    Copy the full SHA
    fc66a2b View commit details
  2. 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>
    emily-shen and CarmenPopoviciu authored Mar 25, 2025
    Copy the full SHA
    7682675 View commit details
  3. Copy the full SHA
    1f27e26 View commit details
  4. 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>
    3 people authored Mar 25, 2025
    Copy the full SHA
    d611caf View commit details
  5. Copy the full SHA
    ecbe026 View commit details
  6. wrangler cloudchamber create: IPv6 opt-in is explicitly defined (#8536)

    Co-authored-by: Carmen Popoviciu <cpopoviciu@cloudflare.com>
    gabivlj and CarmenPopoviciu authored Mar 25, 2025
    Copy the full SHA
    e4b76e8 View commit details
  7. [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>
    dependabot[bot] and Wrangler automated PR updater authored Mar 25, 2025
    Copy the full SHA
    8b71224 View commit details
  8. [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>
    dependabot[bot] and Wrangler automated PR updater authored Mar 25, 2025
    Copy the full SHA
    82f35b8 View commit details
  9. Remove NodeJSCompatModule

    penalosa committed Mar 25, 2025
    Copy the full SHA
    60ce066 View commit details
  10. Revert "Remove NodeJSCompatModule"

    This reverts commit 60ce066.
    penalosa committed Mar 25, 2025
    Copy the full SHA
    4fca018 View commit details
  11. Copy the full SHA
    070ceae View commit details

Commits on Mar 26, 2025

  1. Version Packages (#8647)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    workers-devprod and github-actions[bot] authored Mar 26, 2025
    Copy the full SHA
    9f25620 View commit details
Loading