BACKEND
Deno v2.7.10
RESUMEN
2.7.10 / 2026.03.31 - feat: add include and exclude fields to compile config - fix(ext/http): gracefully handle consumed external in OTel ops - fix(ext/node): `process.argv[0]` is equivalent to execPath - fix(ext/node): add chacha20-poly1305 cipher support (#3308
Descripción Detallada
2.7.10 / 2026.03.31 - feat: add include and exclude fields to compile config - fix(ext/http): gracefully handle consumed external in OTel ops - fix(ext/node): `process.argv[0]` is equivalent to execPath - fix(ext/node): add chacha20-poly1305 cipher support - fix(ext/node): drain pending messages before emitting worker exit event - fix(ext/node): escape shell metacharacters in childprocess args on Windows - fix(ext/node): fix BadResource error in FileHandle.readLines() - fix(ext/node): improve GCM cipher compat with Node.js - fix(ext/node): improve sign/verify crypto compat with Node.js - fix(ext/node): return pid from spawnSync - fix(ext/web): fix infinite loop in WebTransport datagram overflow handling - fix(install): all package.json aliases should be added to nodemodules - fix(lsp): don't double-encode query/fragment in notebook cell URIs - fix(lsp): suggest import map aliases in auto-imports for local directories - fix(npm): resolve linked packages not published to npm registry - fix(outdated): use dist-tags.latest for Latest column, matching npm/pnpm/bun - fix(resolver): resolve npm packages that shadow Node built-in names in BYONM mode - fix(serdev8): use actual bytes written in toutf8_slow - fix: use case-insensitive path matching for permissions on Windows (#3
Deno v2.7.10 incluye cambios en la configuración de compilación y varias correcciones, pero es breaking.
- Se añaden campos 'include' y 'exclude' a la configuración de compilación.
- Se corrige el manejo de externos consumidos en operaciones de OTel.
- Se mejora la compatibilidad de cifrado con Node.js y se corrigen errores en child_process.
A quién le importa
Solo si usas Deno y necesitas las nuevas configuraciones o correcciones.
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