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.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)