-
Notifications
You must be signed in to change notification settings - Fork 354
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: cloudflare/workers-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 110 files changed
- 9 contributors
Commits on Jun 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5125a44 - Browse repository at this point
Copy the full SHA 5125a44View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for dca9cd6 - Browse repository at this point
Copy the full SHA dca9cd6View commit details
Commits on Jul 7, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for fba130e - Browse repository at this point
Copy the full SHA fba130eView commit details
Commits on Jul 8, 2025
-
fix: enable wasm-opt in templates (#767)
Co-authored-by: Guy Bedford <gbedford@cloudflare.com>
Configuration menu - View commit details
-
Copy full SHA for c39a132 - Browse repository at this point
Copy the full SHA c39a132View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b1f72e - Browse repository at this point
Copy the full SHA 4b1f72eView commit details
Commits on Jul 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3e80a05 - Browse repository at this point
Copy the full SHA 3e80a05View commit details
Commits on Jul 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 415094a - Browse repository at this point
Copy the full SHA 415094aView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 3f0db65 - Browse repository at this point
Copy the full SHA 3f0db65View commit details
Commits on Jul 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for dd0e636 - Browse repository at this point
Copy the full SHA dd0e636View commit details
Commits on Jul 18, 2025
-
Fix: Moved away from Mutex for boolean flag (#782)
Uneeded mutex setup for single use flag
Configuration menu - View commit details
-
Copy full SHA for 8b45bdc - Browse repository at this point
Copy the full SHA 8b45bdcView commit details
Commits on Jul 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f50c73a - Browse repository at this point
Copy the full SHA f50c73aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00d2b20 - Browse repository at this point
Copy the full SHA 00d2b20View commit details -
Configuration menu - View commit details
-
Copy full SHA for e89cd5c - Browse repository at this point
Copy the full SHA e89cd5cView commit details
Commits on Jul 25, 2025
-
Co-authored-by: guybedford <598730+guybedford@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cf65a17 - Browse repository at this point
Copy the full SHA cf65a17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c46a06 - Browse repository at this point
Copy the full SHA 0c46a06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e4d7cd - Browse repository at this point
Copy the full SHA 3e4d7cdView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.6.0...v0.6.1