BACKEND
Deno v2.7.9
RESUMEN
2.7.9 / 2026.03.27 - fix(cli): show clean error instead of panic for invalid --unsafely-ignore-certificate-errors value - fix(compile): strip duplicate exe path from argv when standalone binary relaunches - fix(compile): use execPath for process.argv[1] in standalone
Descripción Detallada
2.7.9 / 2026.03.27 - fix(cli): show clean error instead of panic for invalid --unsafely-ignore-certificate-errors value - fix(compile): strip duplicate exe path from argv when standalone binary relaunches - fix(compile): use execPath for process.argv[1] in standalone binaries - fix(ext/http): use cloneexternal in ophttpmetrichandleotelerror - fix(ext/node): `util.stripVTControlCharacters` compatibility - fix(ext/node): add Symbol.dispose and Symbol.asyncDispose to fs.Dir - fix(ext/node): rewrite Windows TTY reading to match libuv (console mode, encoding, raw + line mode) - fix(ext/node): use constant-time comparison for secret key equality - fix(publish): vite import.meta.hot not type checking - perf(ops): replace per-op generated slow metrics wrappers with shared dispatch
Actualización de Deno con correcciones y cambios que rompen compatibilidad.
- Se muestra un error limpio en lugar de un pánico para valores inválidos de --unsafely-ignore-certificate-errors.
- Se elimina la ruta duplicada del exe en argv al relanzar binarios independientes.
- Se usa execPath para process.argv[1] en binarios independientes.
A quién le importa
Solo si usas Deno y dependes de la funcionalidad afectada.
Generado por IA · puede contener errores
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.13
### 2.7.13 / 2026.04.22 - feat(ext/node): implement node:repl module (#32799) - feat(ext/node): rewrite node:http with llhttp and native TCPWrap (#33208) - feat(upgrade): support installing from a PR (#33252) - fix(audit): migrate to bulk advisory endpoint (#33292) - fix(console): find nodejs