BACKEND
Deno v2.7.11
RESUMEN
2.7.11 / 2026.04.01 - feat: add alpha and beta release channel support - fix(ext/node): fire fs.watch events for immediate writes - fix(watch): reduce graceful shutdown timeout from 5s to 500ms
Descripción Detallada
2.7.11 / 2026.04.01 - feat: add alpha and beta release channel support - fix(ext/node): fire fs.watch events for immediate writes - fix(watch): reduce graceful shutdown timeout from 5s to 500ms
Deno v2.7.11 añade soporte para canales de lanzamiento alpha y beta, y corrige algunos problemas.
- Se añade soporte para canales de lanzamiento alpha y beta.
- Se corrige el evento fs.watch para que se dispare en escrituras inmediatas.
- Se reduce el tiempo de espera para el apagado seguro de 5s a 500ms.
A quién le importa
Solo si usas Deno y necesitas los nuevos canales de lanzamiento.
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