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: worker-build-v0.1.11
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: main
Choose a head ref
  • 16 commits
  • 54 files changed
  • 6 contributors

Commits on Oct 9, 2025

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

Commits on Oct 14, 2025

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

Commits on Oct 15, 2025

  1. feat: add props support to Context (#838)

    * feat: add props support to Context
    
    Adds support for accessing props passed to workers via service bindings, enabling configuration to be passed based on invocation context.
    
    * wire up wasm_bindgen_test and wasm-bindgen-test-runner
    
    * rustup target add wasm32-unknown-unknown
    
    ---------
    
    Co-authored-by: Guy Bedford <gbedford@cloudflare.com>
    connyay and guybedford authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    5f5d27f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. feat: add Rate Limiter binding support (#845)

    - Add `Env::rate_limiter()` and `RouteContext::rate_limiter()` methods for accessing rate limiter bindings
    - Export `RateLimitOutcome` for public API usage
    - Implement test endpoints for basic, custom key, bulk, and reset scenarios
    connyay authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    4b3033e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. Configuration menu
    Copy the full SHA
    d0a105c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    704309a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dda93d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ed40e2 View commit details
    Browse the repository at this point in the history
  5. chore: bump versions (#854)

    Co-authored-by: guybedford <598730+guybedford@users.noreply.github.com>
    github-actions[bot] and guybedford authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    daa910e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. Configuration menu
    Copy the full SHA
    f46625b View commit details
    Browse the repository at this point in the history
  2. worker-build@0.1.13

    guybedford committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    490c6c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

  1. Configuration menu
    Copy the full SHA
    e038f03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb70059 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump vite from 7.1.7 to 7.1.11 (#849)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.7 to 7.1.11.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v7.1.11/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-version: 7.1.11
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Guy Bedford <gbedford@cloudflare.com>
    dependabot[bot] and guybedford authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    a877580 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2025

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