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: @cloudflare/vitest-pool-workers@0.9.10
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: main
Choose a head ref
  • 13 commits
  • 112 files changed
  • 11 contributors

Commits on Oct 3, 2025

  1. WC-4047 Respect keep_vars for versions upload (#10865)

    Previously, versions uploaded was hardcoded to be false, but users
    are confused that this behavior differs from deploy. Instead, we
    should inherit the value from keep_vars, defaulting to false if
    not provided. This aligns with the deploy behavior.
    WillTaylorDev authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    26adce7 View commit details
    Browse the repository at this point in the history
  2. Use tsdown to bundle the Vite plugin (#10866)

    * Use tsdown to bundle Vite plugin
    
    * Move Workers into separate directory
    
    * Add changeset
    jamesopstad authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    f62d0b6 View commit details
    Browse the repository at this point in the history
  3. chore: stop mocking wrangler banner by default (#10868)

    * chore: stop mocking wrangler banner by default
    
    * fix: weird snapshot setup in vectorize tests
    
    * make sure cert & mtls-cert tests use toMatchInlineSnapshot
    
    * mock wrangler banner in worker namespace tests explicitly
    
    * normalize uuid in vectorize tests
    edmundhung authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    e7484f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2025

  1. Configuration menu
    Copy the full SHA
    e483b78 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. [C3] Bump sv from 0.9.6 to 0.9.7 in /packages/create-cloudflare/src/f…

    …rameworks (#10876)
    
    * [C3] Bump sv in /packages/create-cloudflare/src/frameworks
    
    Bumps [sv](https://github.com/sveltejs/cli/tree/HEAD/packages/cli) from 0.9.6 to 0.9.7.
    - [Release notes](https://github.com/sveltejs/cli/releases)
    - [Changelog](https://github.com/sveltejs/cli/blob/main/packages/cli/CHANGELOG.md)
    - [Commits](https://github.com/sveltejs/cli/commits/sv@0.9.7/packages/cli)
    
    ---
    updated-dependencies:
    - dependency-name: sv
      dependency-version: 0.9.7
      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    |
    | ---------- | ----- | ----- |
    | sv         | 0.9.6 | 0.9.7 |
    
    ---------
    
    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 Oct 6, 2025
    Configuration menu
    Copy the full SHA
    dd95f7f View commit details
    Browse the repository at this point in the history
  2. [C3] Bump create-vue from 3.18.0 to 3.18.1 in /packages/create-cloudf…

    …lare/src/frameworks (#10875)
    
    * [C3] Bump create-vue in /packages/create-cloudflare/src/frameworks
    
    Bumps [create-vue](https://github.com/vuejs/create-vue) from 3.18.0 to 3.18.1.
    - [Release notes](https://github.com/vuejs/create-vue/releases)
    - [Commits](vuejs/create-vue@v3.18.0...v3.18.1)
    
    ---
    updated-dependencies:
    - dependency-name: create-vue
      dependency-version: 3.18.1
      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-vue | 3.18.0 | 3.18.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 Oct 6, 2025
    Configuration menu
    Copy the full SHA
    63ddc27 View commit details
    Browse the repository at this point in the history
  3. [C3] Bump @angular/create from 20.3.3 to 20.3.4 in /packages/create-c…

    …loudflare/src/frameworks (#10877)
    
    * [C3] Bump @angular/create in /packages/create-cloudflare/src/frameworks
    
    Bumps [@angular/create](https://github.com/angular/angular-cli) from 20.3.3 to 20.3.4.
    - [Release notes](https://github.com/angular/angular-cli/releases)
    - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
    - [Commits](angular/angular-cli@20.3.3...20.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: "@angular/create"
      dependency-version: 20.3.4
      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     |
    | --------------- | ------ | ------ |
    | @angular/create | 20.3.3 | 20.3.4 |
    
    ---------
    
    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 Oct 6, 2025
    Configuration menu
    Copy the full SHA
    f4a92fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f29b0b0 View commit details
    Browse the repository at this point in the history
  5. Use updated VSCode (#10370)

    * Update VSCodeEditor.tsx
    
    * Fix URL extraction and improve deployment messages
    
    Updated URL extraction command and modified messages for clarity.
    
    * Update deploy-pages-previews.yml
    
    * Update deploy-pages-previews.yml
    
    * Update changeset for VSCode version change
    
    * Fix lint
    
    * Update deploy-pages-previews.yml
    
    * Update deployment workflow to install grep
    
    Replaced coreutils installation with grep installation in the workflow.
    
    * Fix formatting: remove trailing whitespace
    
    Co-Authored-By: smacleod@cloudflare.com <smacleod@cloudflare.com>
    
    ---------
    
    Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
    penalosa and devin-ai-integration[bot] authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    a6115d7 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump the workerd-and-workers-types group with 2 updates (#…

    …10858)
    
    * chore(deps): bump the workerd-and-workers-types group with 2 updates
    
    Bumps the workerd-and-workers-types group with 2 updates: [workerd](https://github.com/cloudflare/workerd) and [@cloudflare/workers-types](https://github.com/cloudflare/workerd).
    
    
    Updates `workerd` from 1.20251001.0 to 1.20251003.0
    - [Release notes](https://github.com/cloudflare/workerd/releases)
    - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release)
    - [Commits](cloudflare/workerd@v1.20251001.0...v1.20251003.0)
    
    Updates `@cloudflare/workers-types` from 4.20251001.0 to 4.20251003.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)
    
    ---
    updated-dependencies:
    - dependency-name: workerd
      dependency-version: 1.20251003.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: workerd-and-workers-types
    - dependency-name: "@cloudflare/workers-types"
      dependency-version: 4.20251003.0
      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.20251001.0 | 1.20251004.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 Oct 6, 2025
    Configuration menu
    Copy the full SHA
    51f9dc1 View commit details
    Browse the repository at this point in the history
  7. PIPE-391: Better error messages and client-side validation (#10833)

    Some field validation has been moved to the client side for more immediate feedback.
    
    ```
    ./bin/wrangler.js pipelines setup
    
     ⛅️ wrangler 4.40.3
    ───────────────────
    ▲ [WARNING] 🚧 `wrangler pipelines setup` is an open-beta command. Please report any issues to https://github.com/cloudflare/workers-sdk/issues/new/choose
    
    🚀 Welcome to Cloudflare Pipelines Setup!
    This will guide you through creating a complete pipeline: stream → pipeline → sink
    
    ✔ What would you like to name your pipeline? … this-a-test
    
    ✘ [ERROR] Pipeline name must contain only letters, numbers, and underscores
    ```
    cmackenzie1 authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    196ccbf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1334102 View commit details
    Browse the repository at this point in the history
  9. Preserve the original x-forwarded-host header if it is set. (#10887)

    * Preserve the original x-forwarded-host header if it is set
    
    * Add changeset
    
    * PR feedback
    jamesopstad authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    0de7511 View commit details
    Browse the repository at this point in the history
Loading