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.8.3
### 2.8.3 / 2026.06.11 - feat(cli): suggest DENO_TLS_CA_STORE on untrusted TLS certificate (#34756) - feat(cli): support --env-file in dependency and registry subcommands (#34843) - feat(compile): support watch mode (#34860) - feat(config): support globs in links (#34849) - feat(ext/crypto):
BACKEND
Deno v2.8.2
### 2.8.2 / 2026.06.03 - feat(compile): improve --bundle dependency resolution and add --minify (#34536) - feat(compile): scope --bundle npm embed to packages actually reached (#34532) - feat(ext/crypto): add ChaCha20-Poly1305, SHAKE, cSHAKE, TurboSHAKE, SHA-3 HMAC (#34417) - feat(ext/cr