2.7.10 / 2026.03.31
- feat: add include and exclude fields to compile config (#33024)
- fix(ext/http): gracefully handle consumed external in OTel ops (#33027)
- fix(ext/node):
process.argv[0]is equivalent to execPath (#28915) - fix(ext/node): add chacha20-poly1305 cipher support (#33084)
- fix(ext/node): drain pending messages before emitting worker exit event
(#32623) - fix(ext/node): escape shell metacharacters in child_process args on Windows
(#33071) - fix(ext/node): fix BadResource error in FileHandle.readLines() (#32685)
- fix(ext/node): improve GCM cipher compat with Node.js (#33079)
- fix(ext/node): improve sign/verify crypto compat with Node.js (#33083)
- fix(ext/node): return pid from spawnSync (#33081)
- fix(ext/web): fix infinite loop in WebTransport datagram overflow handling
(#33075) - fix(install): all package.json aliases should be added to node_modules
(#33068) - fix(lsp): don't double-encode query/fragment in notebook cell URIs (#33070)
- fix(lsp): suggest import map aliases in auto-imports for local directories
(#33048) - fix(npm): resolve linked packages not published to npm registry (#33021)
- fix(outdated): use dist-tags.latest for Latest column, matching npm/pnpm/bun
(#32939) - fix(resolver): resolve npm packages that shadow Node built-in names in BYONM
mode (#32865) - fix(serde_v8): use actual bytes written in to_utf8_slow (#33074)
- fix: use case-insensitive path matching for permissions on Windows (#33073)