BACKEND
Deno v2.6.4
RESUMEN
2.6.4 / 2026.01.05 - fix(compile): make compile work with `--unstable-npm-lazy-caching` - fix(ext/node): enable keepAlive connection reuse for HTTP Agent - fix(ext/node): handle errors in sqlite session filter callback - fix(ext/node): support TypedArray and Data
Descripción Detallada
2.6.4 / 2026.01.05 - fix(compile): make compile work with `--unstable-npm-lazy-caching` - fix(ext/node): enable keepAlive connection reuse for HTTP Agent - fix(ext/node): handle errors in sqlite session filter callback - fix(ext/node): support TypedArray and DataView targets in Buffer.copy() - fix(ext/node): support for inspector.url() - fix(ext/node): support numbered positional parameters in node:sqlite - fix(ext/websocket): prevent sending multiple close frames - fix(install): wait for package installations before applying patches - fix(node/crypto): integrate async_hooks for domain error handling - fix(serve): net permissions in config file - fix(task): prioritize member `package.json` when `deno.json` only in root - fix(webgpu): update wgpu to 28.0.0 - fix: deno cross compile for intel mac target - fix: update urlpattern to 0.4.2
Deno v2.6.4 incluye correcciones y cambios que rompen compatibilidad.
- Corrección en la compilación con `--unstable-npm-lazy-caching`.
- Se habilita la reutilización de conexiones keepAlive para HTTP Agent.
- Se manejan errores en el filtro de sesión de sqlite.
A quién le importa
Solo si usas características que han cambiado en esta versión.
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