BACKEND
Deno v2.7.12
RESUMEN
2.7.12 / 2026.04.09 - feat(ext/node): add fs.SyncWriteStream - feat(ext/node): add llhttp-based HTTPParser with native cppgc binding - feat(ext/node): add native TLSWrap cppgc object (Rust core) - feat: native uvpipet implementation with NativePipe and FdTable
Descripción Detallada
2.7.12 / 2026.04.09 - feat(ext/node): add fs.SyncWriteStream - feat(ext/node): add llhttp-based HTTPParser with native cppgc binding - feat(ext/node): add native TLSWrap cppgc object (Rust core) - feat: native uvpipet implementation with NativePipe and FdTable - fix(core): fix uvpipeopen handle lifecycle to match libuv - fix(core): free UvLoopInner on uvloopt drop to prevent worker memory leak - fix(core): handle WouldBlock in opprint for non-blocking stdio - fix(core): use cchar instead of i8 in uvbuft base cast - fix(ext/napi): use per-isolate Private key for napiwrap/napiunwrap - fix(ext/node): add dns.getDefaultResultOrder() API - fix(ext/node): create net.Socket from file descriptors - fix(ext/node): implement TCP.open(fd) - fix(ext/node): implement timeout, killSignal, and pid for childprocess spawnSync - fix(ext/node): implement uvref for native TCP handles - fix(ext/node): remove dead legacy TCP server accept path - fix(ext/node): return real OS file descriptors from node:fs APIs - fix(ext/node): rewrite Pipe.open(fd) to use raw fd ops - fix(ext/node): support numeric FDs in child_process stdio array - fix(ext/node): throw on cipher update with input >= 2^31-1 bytes - fix(ext/webgpu): accept `ArrayBuffer` in `GPUQueue.writeBuffer()` as data source (#33
Deno v2.7.12 introduce cambios significativos y rompe compatibilidad con versiones anteriores.
- Se agregó fs.SyncWriteStream y un nuevo HTTPParser basado en llhttp.
- Se implementó un objeto TLSWrap nativo y una nueva implementación de uv_pipe_t.
- Se corrigieron varios problemas en la gestión de sockets y el ciclo de vida de uv_pipe.
A quién le importa
Solo si usas las nuevas características de Deno o necesitas compatibilidad con versiones anteriores.
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