cloudflare
workerd
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Merge pull request #6121 from cloudflare/mar/lockfix Fixup lock handling in limit enforcer and compile cache.
main
31 minutes ago
Release 2026-03-02
main
39 minutes ago
fix edge cases with buffer transcode (#6133)
main
3 hours ago
Graduate remaining experimental nodejs_compat module flags Set a default enable date (2026-03-10) for the remaining experimental Node.js compatibility flags: perf_hooks, v8, tty, child_process, worker_threads, readline, and repl modules. Also graduate enable_global_performance_classes as implied by enableNodeJsPerfHooksModule. Similar to #5880 and #5567, these flags are replaced from $experimental to $impliedByAfterDate so they become automatically enabled for workers with nodejs_compat and a compatibility date >= 2026-03-10.
pbacondarwin/graduate-nodejs-experimental-flags
5 hours ago
Flush pending microtasks on service worker startup Service-worker format scripts (non-module) did not flush the V8 microtask queue after top-level evaluation in the Worker constructor. When two Workers sharing an isolate (same script, different zones) are constructed sequentially, and leave pending microtasks on the shared per-isolate queue, the first request's microtask checkpoint will then drain microtasks from both contexts, executing the other Worker's callbacks under the wrong IoContext — causing things like `TimeoutId::Generator`` mismatch assertions and potential cross-context state corruption. The fix is to call `lock.runMicrotasks()` after `NonModuleScript::run()`, matching the module path. A test in workerd (either C++ or wd-test) is currently not possible so the regression test will be added to the internal project.
jasnell/flush-microtask-on-service-worker-startup
6 hours ago
fix edge cases with buffer transcode
yagiz/fix-buffer-transcode
7 hours ago
Merge pull request #6096 from austin-mc/achristiansen/stream-6638 STREAM-6638 Update MediaTransformationResult methods to return Promises
main
10 hours ago
update dependencies to latest version
automatic-update-deps
1 day ago
Active Branches
Set a default date for perf_hooks, v8, tty, child_process, worker_threads, readline, repl, and performance classes modules
last run
5 hours ago
#6135
CodSpeed Performance Gauge
0%
Flush pending microtasks on service worker startup
last run
6 hours ago
#6134
CodSpeed Performance Gauge
0%
Update dependencies
last run
1 day ago
#6132
CodSpeed Performance Gauge
-16%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs