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-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.20
Choose a base ref
...
head repository: cloudflare/workers-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.21
Choose a head ref
  • 13 commits
  • 46 files changed
  • 4 contributors

Commits on Mar 8, 2024

  1. chore(deps-dev): bump vite from 4.4.9 to 4.5.2 (#458)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.9 to 4.5.2.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6a70d7e View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump miniflare from 3.20230922.0 to 3.20231030.2 (#457)

    Bumps [miniflare](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/miniflare) from 3.20230922.0 to 3.20231030.2.
    - [Release notes](https://github.com/cloudflare/workers-sdk/releases)
    - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/miniflare/CHANGELOG.md)
    - [Commits](https://github.com/cloudflare/workers-sdk/commits/miniflare@3.20231030.2/packages/miniflare)
    
    ---
    updated-dependencies:
    - dependency-name: miniflare
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    7e2a99e View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump undici from 5.25.3 to 5.28.3 (#455)

    Bumps [undici](https://github.com/nodejs/undici) from 5.25.3 to 5.28.3.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.25.3...v5.28.3)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    2451fef View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump postcss from 8.4.27 to 8.4.35 (#456)

    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.35.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.27...8.4.35)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    8dcd984 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f078bf View commit details
    Browse the repository at this point in the history
  6. typo (#465)

    kflansburg authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ffbebd9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aaec3df View commit details
    Browse the repository at this point in the history
  8. Fix typo (#467)

    kflansburg authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    2cc80a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b5e03e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. update/use workspace dependencies (wasm_bindgen, etc) (#472)

    * update dependencies
    
    * use workspace version
    
    * bump / use workspace versions
    
    * format
    
    * Update Cargo.toml
    
    * format
    
    * Update Cargo.toml
    
    * use newest version
    NicoZweifel authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7ed61c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Workflow to create release after PR merge (#470)

    * Workflow to create release after PR merge
    
    * Fix step id
    
    * Only run when pr was targeting main
    kflansburg authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    cfaabb5 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Introduce http feature for http crate types (#477)

    * http 1.1
    
    * http feature flag
    
    * Fetcher http flag
    
    * Implement todos
    
    * Implement redirect / ws / abort signal
    
    * Add http tests to CI
    
    * Add Cf context to http::Request
    
    * Fix test working directories
    
    * Axum example
    
    * fix clippy in CI
    
    * Handle generic http_body return type
    
    * Documentation
    
    * Remove unwraps
    
    * Tweak introduction version in docs
    
    * Final touches
    kflansburg authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b2aabc1 View commit details
    Browse the repository at this point in the history
  2. chore: bump versions

    kflansburg authored and github-actions[bot] committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    351a04b View commit details
    Browse the repository at this point in the history
Loading