BACKEND
Deno v2.7.13
RESUMEN
2.7.13 / 2026.04.22 - feat(ext/node): implement node:repl module - feat(ext/node): rewrite node:http with llhttp and native TCPWrap - feat(upgrade): support installing from a PR - fix(audit): migrate to bulk advisory endpoint - fix(console): find nodejs
Descripción Detallada
2.7.13 / 2026.04.22 - feat(ext/node): implement node:repl module - feat(ext/node): rewrite node:http with llhttp and native TCPWrap - feat(upgrade): support installing from a PR - fix(audit): migrate to bulk advisory endpoint - fix(console): find nodejs.util.inspect.custom on Proxy objects via get trap - fix(doc): Add Prism support for JSX/TSX code blocks - fix(ext/http): treat empty Host header as missing in request URL - fix(ext/napi): defer GC weak-callback finalizers to the event loop - fix(ext/napi): implement real V8 handle scopes and callback scopes - fix(ext/napi): implement zero-copy external Latin-1 strings - fix(ext/node): ChildProcess.kill() returns false when process already exited - fix(ext/node): address node:http rewrite review comments - fix(ext/node): auto-start server-side STARTTLS handshake, add TLS upgrade tests - fix(ext/node): defer JS stream encOut to avoid reentrant CppGC borrow - fix(ext/node): enable HTTP parser consume fast path - fix(ext/node): enforce maxHeaderSize in HTTP parser - fix(ext/node): fix EEXIST error and file corruption with writeFileSync on Windows - fix(ext/node): fix Module._resolveLookupPaths and require.resolve compat - fix(ext/node): fix multiple http2 bugs - fix(ext/node): fix playwright on windows - fix(ext/
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
BACKEND
Deno v2.7.14
### 2.7.14 / 2026.04.28 - feat(ext/node): add fs.Utf8Stream - feat(upgrade): delta updates via bsdiff patches (#33274) - fix(bundle): treat CSS same-document fragment URLs as external (#33492) - fix(cache): add missing CacheStorage.keys() and Cache.keys() methods (#33275) - fix(config): don't
BACKEND
Deno v2.7.12
### 2.7.12 / 2026.04.09 - feat(ext/node): add fs.SyncWriteStream (#33226) - feat(ext/node): add llhttp-based HTTPParser with native cppgc binding (#33202) - feat(ext/node): add native TLSWrap cppgc object (Rust core) (#33183) - feat: native uv_pipe_t implementation with NativePipe and FdTable