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.8.3
### 2.8.3 / 2026.06.11 - feat(cli): suggest DENO_TLS_CA_STORE on untrusted TLS certificate (#34756) - feat(cli): support --env-file in dependency and registry subcommands (#34843) - feat(compile): support watch mode (#34860) - feat(config): support globs in links (#34849) - feat(ext/crypto):
BACKEND
Deno v2.8.2
### 2.8.2 / 2026.06.03 - feat(compile): improve --bundle dependency resolution and add --minify (#34536) - feat(compile): scope --bundle npm embed to packages actually reached (#34532) - feat(ext/crypto): add ChaCha20-Poly1305, SHAKE, cSHAKE, TurboSHAKE, SHA-3 HMAC (#34417) - feat(ext/cr