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.6.6
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.6.7
Choose a head ref
  • 19 commits
  • 66 files changed
  • 5 contributors

Commits on Sep 24, 2025

  1. Configuration menu
    Copy the full SHA
    8e72136 View commit details
    Browse the repository at this point in the history
  2. fix entrypoint generation regression for renamed definitions (#825)

    * fix entrypoint generation regression for renamed definitions
    
    * worker-build@0.1.10
    guybedford authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    48b3667 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. Configuration menu
    Copy the full SHA
    2b30134 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    920ae84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcfb5e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Configuration menu
    Copy the full SHA
    2ada20c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8694ff3 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

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

    guybedford committed Oct 6, 2025
    Configuration menu
    Copy the full SHA
    450fd09 View commit details
    Browse the repository at this point in the history

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
Loading