BACKEND
Deno v2.7.7
RESUMEN
2.7.7 / 2026.03.19 - fix(core): implement select fallback on macOS - fix(ext/node): add disabled process function stubs in worker threads - fix(ext/node): add key/IV length validation for aes-128-cbc and ecb cipher modes - fix(ext/node): improve node:dns modul
Descripción Detallada
2.7.7 / 2026.03.19 - fix(core): implement select fallback on macOS - fix(ext/node): add disabled process function stubs in worker threads - fix(ext/node): add key/IV length validation for aes-128-cbc and ecb cipher modes - fix(ext/node): improve node:dns module compatibility - fix(ext/node): improve process.title and support --title flag - fix(ext/node): set kLastWriteWasAsync in JS write path to prevent double callback - fix(ext/node): skip normalization in path.win32.join for reserved device names - fix(ext/node): support interface option for IPv6 multicast membership - fix(ext/node): use constant-time comparison for GCM auth tag verification - fix(ext/node): validate process.exitCode and fix process constructor name - fix(watch): support graceful shutdown via SIGTERM dispatch - perf(ext/webidl): optimize dictionary converters
Actualización de Deno v2.7.7 con correcciones y mejoras, pero incluye cambios que rompen código.
- Se implementa un fallback de select en macOS.
- Se añaden validaciones de longitud de clave/IV para cifrados aes-128-cbc y ecb.
- Mejoras en la compatibilidad del módulo node:dns.
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