main
fix(ext/node): apply backpressure to http2 stream writes (#36044)
fix(node): retain consumed HTTP stream wrapper (#36254)
refactor: replace winapi usages with windows-sys (#34732)
chore: bump node_compat test suite to Node.js 26.5.1 (#36391)
fix(ext/node): handle UTF-16 assert source positions (#36029)
fix(ext/node): store blocklist ranges compactly (#36212)
fix(ext/node): fix asciiSlice & ucs2Slice & hexSlice being too slow (#34525)
chore: Happy New Year 2026 (#31748)
perf(ext/node): fast path fs cp (#35856)
fix(ext/node): transfer TCP handle ownership in http2 consumeStream (#35047)
fix(ext/node): check --allow-net for proxied request target in node:http(s) (#35241)
fix(ext/node): require sys permission for inspector.open (#36465)
fix(worker): remove imported ops during bootstrap (#36014)
fix(ext/node): add stripTypeScriptTypes export (#34594)
fix(ext/node): import attributes and custom module types in registerHooks ESM hooks (#35028)
fix(ext/node): pass Deno subcommands through child_process spawn (#35599)
feat(ext/node): add createHistogram to node:perf_hooks (#34003)
fix(node): stop active read on stream close to avoid leaking Socket/TCPWrap (#35898)
fix(ext/node): gate constrained memory cgroup reads (#36218)
fix: opt-in mitigation for React RCE/DoS CVEs (#34676)
fix(ext/node): handle shell redirections in child_process exec (#32087)
fix(ext/node): defer TLS write completion callback to avoid reentrancy panic (#35867)
perf(ext/node): true writev on tcp sockets for node:http (#33659)
refactor: use `ToV8` on enums instead of serde (#31991)
refactor(ext/node): rework stream wrap infrastructure for reentrant safety (#33100)
fix(ext/node): accept scoped IPv6 interface in dgram addMembership (#34899)
fix(ext/node): don't leave 0-byte .heapsnapshot files near the heap limit (#36113)
refactor(node/http2): migrate serde_v8 usage to deno_core::convert (#35454)
fix(ext/node): implement node:wasi preview1 compat (#34245)
chore: split up deno_node to improve compile times (#32142)
perf(node): skip require permission checks when read is fully granted (#34722)