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.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