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.0
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.1
Choose a head ref
  • 16 commits
  • 110 files changed
  • 9 contributors

Commits on Jun 24, 2025

  1. Configuration menu
    Copy the full SHA
    5125a44 View commit details
    Browse the repository at this point in the history
  2. Add name method to ObjectId, fixes #760 (#761)

    * Add name method to ObjectId, fixes #760
    
    - Fix up worker-sandbox/wrangler.toml to get 'npx wrangler dev' to work (on macOS)
    - Add SOME_SECRET to .dev.vars to fix /durable/:id endpoint
    - Add handlers for /hello and /storage endpoints in export_durable_object.rs in order to test ObjectId::name()
    
    * Use wasm_bindgen getter attribute to access 'name' property
    
    * Add 'equals' method for ObjectId
    
    ---------
    
    Co-authored-by: Guy Bedford <gbedford@cloudflare.com>
    lukevalenta and guybedford authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    dca9cd6 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. refactor: Clean up worker-sandbox (#763)

    * Clean up worker-sandbox
    
    - Remove unexpected fields from wrangler.toml (type, miniflare, package)
    - Address or add allow rules for clippy::pedantic lints
    - Add macros to avoid duplicate route configurations
    - Move files from src/test/* to src/ and add test handlers and routes to
      make it possible to run the tests from the sandbox worker
    - Move several handlers out of alarm.rs and into more suitable files
      (e.g., counter.rs where the corresponding Durable Objects live). Note
      that the SHARED_COUNTER Durable Object class is still not yet defined.
    - Fix and add test handler for handle_basic_test, which passes
      except for the transactional storage API tests
    
    * Address review comments
    
    - Clean up additional clippy lints rather than add exceptions
    - Describe how to get tests to pass even with dwarf-debug-info enabled
    
    * Fix new clippy complaints
    lukevalenta authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    fba130e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. fix: enable wasm-opt in templates (#767)

    Co-authored-by: Guy Bedford <gbedford@cloudflare.com>
    Dreaming-Codes and guybedford authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    c39a132 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b1f72e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

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

Commits on Jul 14, 2025

  1. Configuration menu
    Copy the full SHA
    415094a View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    3f0db65 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

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

Commits on Jul 18, 2025

  1. Fix: Moved away from Mutex for boolean flag (#782)

    Uneeded mutex setup for single use flag
    parzivale authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    8b45bdc View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. Configuration menu
    Copy the full SHA
    f50c73a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00d2b20 View commit details
    Browse the repository at this point in the history
  3. update templates (#787)

    guybedford authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    e89cd5c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. chore: bump versions (#788)

    Co-authored-by: guybedford <598730+guybedford@users.noreply.github.com>
    github-actions[bot] and guybedford authored Jul 25, 2025
    Configuration menu
    Copy the full SHA
    cf65a17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c46a06 View commit details
    Browse the repository at this point in the history
  3. 0.6.1

    guybedford committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    3e4d7cd View commit details
    Browse the repository at this point in the history
Loading