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.9.4
### 2.9.4 / 2026.07.23 - feat(desktop): enable `--hmr` for React Router (#35900) - feat(ext/node): add a byteLength/length parameter to Buffer.indexOf/lastIndexOf/includes (#35872) - feat(ext/node): support raw chacha20 cipher in crypto.createCipheriv (#36016) - feat: upgrade V8 to 150.2.0
BACKEND
Deno v2.9.3
### 2.9.3 / 2026.07.15 - feat(cli): `deno add --no-save` and `--save-optional` (#36039) - feat(cli): add --min-dep-age alias (#35914) - feat(compile): support aarch64-pc-windows-msvc target (#36004) - feat(ext/fetch): add `http2MaxHeaderListSize` option to `Deno.createHttpClient` (#33194)