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.3.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.0
Choose a head ref
  • 19 commits
  • 160 files changed
  • 13 contributors

Commits on Mar 20, 2025

  1. fix(miniflare): Simplify RpcProxyWorker and add more fixture tests (#…

    …8594)
    
    This commit simplifies the `RpcProxyWorker` even further, and
    adds further fixture tests that confirm that promise pipelining,
    nested functions, and property accessors work as expected. Yay!!
    CarmenPopoviciu authored Mar 20, 2025
    Copy the full SHA
    c0d0cd0 View commit details
  2. feat(wrangler): Add Secrets Store support (#8382)

    jvaughan-cloudflare authored Mar 20, 2025
    Copy the full SHA
    0d1240b View commit details

Commits on Mar 21, 2025

  1. [vite-plugin] export PluginConfig type (#8608)

    dario-piotrowicz authored Mar 21, 2025
    Copy the full SHA
    dee6068 View commit details
  2. chore: remove unused ~utils alias in vite-plugin-cloudflare playgro…

    …und (#8607)
    dario-piotrowicz authored Mar 21, 2025
    Copy the full SHA
    5b41653 View commit details
  3. vite dev support for SPA mode (#8556)

    GregBrimble authored Mar 21, 2025
    Copy the full SHA
    b7d6b7d View commit details
  4. Bump @cloudflare/unenv-preset to 2.3.0 (#8569)

    vicb authored Mar 21, 2025
    Copy the full SHA
    1c94eee View commit details
  5. feat: Graduate experimental RPC support for Workers with assets in lo…

    …cal dev (#8597)
    CarmenPopoviciu authored Mar 21, 2025
    Copy the full SHA
    5d78760 View commit details
  6. Bump the workerd-and-workers-types group with 2 updates (#8618)

    * 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.20250319.0 to 4.20250320.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.20250319.0 to 1.20250320.0
    - [Release notes](https://github.com/cloudflare/workerd/releases)
    - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release)
    - [Commits](cloudflare/workerd@v1.20250319.0...v1.20250320.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.20250319.0  | 1.20250320.0  |
    | @cloudflare/workers-types | ^4.20250319.0 | ^4.20250320.0 |
    
    * increment the number of overloads for the `OverloadUnion` type
    
    ---------
    
    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>
    Co-authored-by: Dario Piotrowicz <dario@cloudflare.com>
    3 people authored Mar 21, 2025
    Copy the full SHA
    d8f1c49 View commit details
  7. chore: graduate qwik + assets template (#8598)

    * graduate qwik
    
    * changeset
    emily-shen authored Mar 21, 2025
    Copy the full SHA
    e5dbedd View commit details
  8. feat: add workflows instances terminate-all command (#8578)

    This allows users to terminate instances in bulk, optionally filtering
    by status.
    LuisDuarte1 authored Mar 21, 2025
    Copy the full SHA
    5f151fc View commit details
  9. Remove assets compat flag gate (#8621)

    GregBrimble authored Mar 21, 2025
    Copy the full SHA
    d734fe3 View commit details
  10. feat: implement local dev for createBatch (#8606)

    LuisDuarte1 authored Mar 21, 2025
    Copy the full SHA
    18edbc2 View commit details
  11. Reduce E2E flakes (#8615)

    * Reconnect on CF 502 errors
    
    * looser assets matching
    
    * better matching
    
    * reduce worker deletion in tests
    
    * stream Vite E2E logs
    
    * actually fix matching
    
    * actually fix matching
    
    * fix check
    penalosa authored Mar 21, 2025
    Copy the full SHA
    324525c View commit details
  12. [vite-plugin] fix: make sure that internal variables are not exposed …

    …in the importable `env` object (#8507)
    
    * fix: make sure that internal variables are not exposed in the importable `env` object
    
    * Update packages/vite-plugin-cloudflare/src/runner-worker/module-runner.ts
    
    Co-authored-by: James Opstad <13586373+jamesopstad@users.noreply.github.com>
    
    * replace `Object.freeze` with `Object.seal`
    
    * fix lock file
    
    * fix `entires` typo
    
    Co-authored-by: James Opstad <13586373+jamesopstad@users.noreply.github.com>
    
    * fix lockfile
    
    ---------
    
    Co-authored-by: James Opstad <13586373+jamesopstad@users.noreply.github.com>
    Co-authored-by: Samuel Macleod <smacleod@cloudflare.com>
    3 people authored Mar 21, 2025
    Copy the full SHA
    57ddaac View commit details
  13. fix changesets (#8626)

    penalosa authored Mar 21, 2025
    Copy the full SHA
    de0c3f6 View commit details
  14. Turn off inspector port in importable-env fixture (#8627)

    penalosa authored Mar 21, 2025
    Copy the full SHA
    7d1ea68 View commit details
  15. feat: add endpoint for workflow deletion (#8575)

    Co-authored-by: Carmen Popoviciu <cpopoviciu@cloudflare.com>
    Co-authored-by: Somhairle MacLeòid <smacleod@cloudflare.com>
    3 people authored Mar 21, 2025
    Copy the full SHA
    4a5f270 View commit details
  16. Disable bun tests (#8632)

    penalosa authored Mar 21, 2025
    Copy the full SHA
    e981d0b View commit details

Commits on Mar 22, 2025

  1. Version Packages (#8613)

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