BACKEND
Deno v2.7.8
RESUMEN
2.7.8 / 2026.03.25 - feat(core): implement NodeRuntime CDP domain and fix --inspect-brk blocking - feat(ext/crypto): implement P-521 sign, verify, and ECDH derive - feat(ext/napi): add nodeapicreateobjectwithnamedproperties - feat(ext/telemetry): add con
Descripción Detallada
2.7.8 / 2026.03.25 - feat(core): implement NodeRuntime CDP domain and fix --inspect-brk blocking - feat(ext/crypto): implement P-521 sign, verify, and ECDH derive - feat(ext/napi): add nodeapicreateobjectwithnamedproperties - feat(ext/telemetry): add console exporter for OpenTelemetry - feat(ext/telemetry): copy relevant span attributes to HTTP metrics - feat: use lockfile from jsr package for global install - fix(audit): respect package.json overrides in vulnerability checks - fix(cli): fix arrow keys in interactive picker on Windows - fix(cli): parse --frozen flag for deno update and deno outdated - fix(compile): skip Node-to-Deno arg translation in standalone binaries - fix(ext/console): handle throwing Symbol.toStringTag getter gracefully - fix(ext/napi): pass valid env to tsfn calljscb after close race - fix(ext/node): `fs.cp` across allowed dirs with ignored read permissions - fix(ext/node): childprocess improvements (internalMessage, argv0, DEP0190) - fix(ext/node): close libuv handle on HandleWrap.close() for new-style handles - fix(ext/node): defer uvwrite callbacks to prevent re-entrancy panic - fix(ext/node): do not throw error for `readline.createInterface` outside TTY - fix(ext/node): don't fire upgrade event for h2c requests - fix(ext/node): drain
Deno v2.7.8 introduce cambios importantes y rompe compatibilidad con versiones anteriores.
- Se implementa el dominio NodeRuntime CDP y se corrige el bloqueo de --inspect-brk.
- Se añade soporte para firmar y verificar con P-521 en el módulo crypto.
- Se agrega node_api_create_object_with_named_properties en el módulo napi.
- Se mejora el manejo de errores y la compatibilidad en varios módulos de node.
A quién le importa
Solo si usas Deno y dependes de las funciones afectadas.
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)