BACKEND
Deno v2.6.6
RESUMEN
2.6.6 / 2026.01.22 - feat(cli/tsc): show progress bar for TSGO downloads - feat(inspector): accept bare host and bare port for --inspect flag - feat(inspector/unstable): add /ws/events endpoint in inspector server, notify watcher restart event in it - feat(tas
Descripción Detallada
2.6.6 / 2026.01.22 - feat(cli/tsc): show progress bar for TSGO downloads - feat(inspector): accept bare host and bare port for --inspect flag - feat(inspector/unstable): add /ws/events endpoint in inspector server, notify watcher restart event in it - feat(task): `globstar`, `failglob`, `nullglob`, and `pipefail` support - feat: instrument cron with OTEL - fix(check): improve `@types/` package resolution for the global resolver - fix(doc): non-determinism in `deno doc --lint` - fix(dx): always spawn subprocess for dx - fix(ext/crypto): add support for SHA3 - fix(ext/node): `assert` compatibility - fix(ext/node): fix deadline resolution for queued timers - fix(ext/node): implement PerformanceObserver - fix(ext/node): implement getValidStdio for childprocess - fix(ext/node): improve childprocess CLI argument parsing - fix(ext/node): inspector.open() and inspector.close() - fix(ext/node): prevent derefencing symlinks on `fs.rm` - fix(ext/node): properly implement process.features - fix(ext/node): validate fd in tty.isatty and enable pseudo-tty tests - fix(ext/sqlite): double free of Session after database closed - fix(ext/web): export PerformanceObserver and PerformanceObserverEntryList - fix(publish): do not include tsconfig imports in publish graph -
Deno v2.6.6 introduce cambios en la CLI y el inspector, pero incluye breaking changes.
- Se muestra una barra de progreso para descargas de TSGO.
- El flag --inspect ahora acepta host y puerto bare.
- Se añade un nuevo endpoint /ws/events en el servidor del inspector.
- Soporte para nuevas características en tareas y mejoras en la resolución de paquetes.
A quién le importa
Solo si usas las funciones afectadas por los cambios breaking.
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