-
Notifications
You must be signed in to change notification settings - Fork 350
Comparing changes
Open a pull request
base repository: cloudflare/workerd
base: 676b68b71dac01b9fdff89e93827f7f318eac5d9
head repository: cloudflare/workerd
compare: b608e171b40ec35e96654c05de2c93250167726b
- 18 commits
- 64 files changed
- 10 contributors
Commits on Mar 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 60e0fc0 - Browse repository at this point
Copy the full SHA 60e0fc0View commit details -
Merge pull request #3685 from cloudflare/dominik/use-prod-bucket
Use prod bucket URL for pyodide-capnp-bin.
Configuration menu - View commit details
-
Copy full SHA for 11aca96 - Browse repository at this point
Copy the full SHA 11aca96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ea2396 - Browse repository at this point
Copy the full SHA 7ea2396View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb1bb76 - Browse repository at this point
Copy the full SHA fb1bb76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 525d3da - Browse repository at this point
Copy the full SHA 525d3daView commit details -
Rethrow abort exception on IoContext::run
We're seeing errors getting reported from actors trying to run promises without an active request. We've determined this is from tasks trying to run after an actor's IO context has been aborted. This change stores the abort exception in the `IoContext` and rethrows it in `IoContext::run`.
Configuration menu - View commit details
-
Copy full SHA for e78f432 - Browse repository at this point
Copy the full SHA e78f432View commit details -
Configuration menu - View commit details
-
Copy full SHA for e82bd39 - Browse repository at this point
Copy the full SHA e82bd39View commit details
Commits on Mar 12, 2025
-
Merge pull request #3529 from cloudflare/yagiz/replace-urlpattern
use ada-url's url_pattern implementation
Configuration menu - View commit details
-
Copy full SHA for 7581edc - Browse repository at this point
Copy the full SHA 7581edcView commit details -
Merge pull request #3699 from cloudflare/fix/abort-ex-on-run
Rethrow abort exception on IoContext::run
Configuration menu - View commit details
-
Copy full SHA for c03a25b - Browse repository at this point
Copy the full SHA c03a25bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 190c2cf - Browse repository at this point
Copy the full SHA 190c2cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a6196c - Browse repository at this point
Copy the full SHA 9a6196cView commit details -
Merge pull request #3697 from cloudflare/ketan/backport-writeutf-v8
Backport WriteUtf8V2 patch from v8 13.5
Configuration menu - View commit details
-
Copy full SHA for 52d3e9d - Browse repository at this point
Copy the full SHA 52d3e9dView commit details -
feat: add createBatch API for Workflows binding
We want to allow users to batch create instances in the same request - this implies that the RPC limit is shared for the batch.
Configuration menu - View commit details
-
Copy full SHA for e5cc432 - Browse repository at this point
Copy the full SHA e5cc432View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17d6122 - Browse repository at this point
Copy the full SHA 17d6122View commit details -
Merge pull request #3597 from cloudflare/lduarte/batchCreate-workflow…
…s-api feat: add createBatch API for Workflows binding
Configuration menu - View commit details
-
Copy full SHA for d9698d0 - Browse repository at this point
Copy the full SHA d9698d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2faf29d - Browse repository at this point
Copy the full SHA 2faf29dView commit details -
Support streaming tail workers over rpc
As it stands workers tailed by streaming tail workers have to know they are tailing to a streaming tail worker. This is a limitation that should be refactored away in the future but for the moment we can't depend on hasHandler to infer this over rpc.
Configuration menu - View commit details
-
Copy full SHA for dbb7a58 - Browse repository at this point
Copy the full SHA dbb7a58View commit details
Commits on Mar 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b608e17 - Browse repository at this point
Copy the full SHA b608e17View commit details
There are no files selected for viewing