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.7.8
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: @cloudflare/vitest-pool-workers@0.8.0
Choose a head ref
  • 2 commits
  • 177 files changed
  • 7 contributors

Commits on Mar 11, 2025

  1. Wrangler v4 (#7334)

    * ci: setup next branch with prereleases to next tag
    
    * chore: remove deprecated `getBindingsProxy` (#5005)
    
    * Require Node v18 in Wrangler v4 (#7338)
    
    * Remove node_compat in Wrangler & Miniflare v4 (#7336)
    
    * Remove v2 warning (#7228)
    
    * chore: update esbuild (#6884)
    
    * `--local` by default for `wrangler kv` & `wrangler r2` (#7392)
    
    * deprecate unused D1 commands/options  (#7471)
    
    * chore: remove alpha support from `wrangler d1 migrations apply`
    
    * chore: remove `wrangler d1 backups`
    
    * chore: fixup tests
    
    * chore: fixup tests
    
    * chore: fixup tests
    
    * chore: remove --batch-size
    
    * Remove deprecated commands & config (#7352)
    
    * Remove wrangler version
    
    * Remove generate & strip down init
    
    * Add changesets
    
    * Remove deprecated --format & config
    
    * Add changeset
    
    * remove commands
    
    * Fix tests
    
    * Remove .only()
    
    * Remove legacy assets
    
    * clarify legacy assets -> sites naming
    
    * various test fixes after rebase
    
    * fixup! chore: update esbuild (#6884)
    
    esbuild 0.24.2 variable naming changes
    
    * fixup! Remove node_compat in Wrangler & Miniflare v4 (#7336)
    
    * feat(wrangler): Drop worker prefix when creating KV namespaces (#7759)
    
    * feat(wrangler): Drop worker prefix when creating KV namespaces
    
    ---------
    
    Co-authored-by: Samuel Macleod <smacleod@cloudflare.com>
    
    * Include node version in name
    
    * Ignore kv-asset-handler tests on Node 22
    
    * rename tests
    
    * Rename positional `json` args. Fixes #7688
    
    * unescape
    
    * fix tests
    
    * Update .changeset/funny-pets-punch.md
    
    * Add system requirements to the README
    
    * fix formatting
    
    * fix formatting
    
    * Address feedback
    
    * lockfile
    
    * fix test
    
    * Fix changeset format
    
    * Use RC versioning
    
    * feat: graduate `--x-include-runtime` (#8166)
    
    * graduate wrangler type generation to GA
    
    * fixups
    
    * extra changeset
    
    * Fix legacy assets
    
    * Clarify that node support affects Wrangler & Miniflare & kv-asset-handler
    
    * Clarify comment re node 20
    
    * Add more packages
    
    * Remove obsolete tests
    
    * Rename legacyAssets
    
    * more robust isLocal
    
    * fix test snapshot
    
    * Add --legacy-peer-deps so that installing Wrangler v4 doesn't case issues with frameworks that haven't updated their peer dependency for Wrangler v4
    
    * Remove crypto polyfill
    
    * fix kv.local test after rebase
    
    * fix lockfile
    
    * bump rc version
    
    * revert rc versions
    
    ---------
    
    Co-authored-by: Dario Piotrowicz <dario@cloudflare.com>
    Co-authored-by: Max Rozen <3822106+rozenmd@users.noreply.github.com>
    Co-authored-by: Pedro Leal <pmiguel@users.noreply.github.com>
    Co-authored-by: emily-shen <69125074+emily-shen@users.noreply.github.com>
    5 people authored Mar 11, 2025
    Copy the full SHA
    869ec7b View commit details

Commits on Mar 13, 2025

  1. Version Packages (#8446)

    * Version Packages
    
    * Fix attribution
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Samuel Macleod <smacleod@cloudflare.com>
    3 people authored Mar 13, 2025
    Copy the full SHA
    8419288 View commit details
Loading