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