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