BACKEND
Deno v2.6.5
RESUMEN
2.6.5 / 2026.01.15 - feat(ext/canvas): support gif, webp for `createImageBitmap` - feat(ext/web): add performance.clearResourceTimings() and setResourceTimingBufferSize() - feat(node/fs): implement FileHandle.readableWebStream() - fix(audit): respect --level f
Descripción Detallada
2.6.5 / 2026.01.15 - feat(ext/canvas): support gif, webp for `createImageBitmap` - feat(ext/web): add performance.clearResourceTimings() and setResourceTimingBufferSize() - feat(node/fs): implement FileHandle.readableWebStream() - fix(audit): respect --level flag for exit code - fix(ci): rename `trusted-signing-action` to `artifact-signing-action` - fix(cli/test): close Node HTTP connections before sanitizer check - fix(ext/fetch): read file urls via vfs - fix(ext/fetch): support ipv6 destination host with http and socks proxy - fix(ext/node): `DatabaseSync` garbage collection invalidating associated resources - fix(ext/node): add tls.setDefaultCACertificates support - fix(ext/node): emit deprecation warning for SlowBuffer - fix(ext/node): fix use-after-free in StatementSync JS iterator - fix(ext/node): use correct block sizes for HMAC algorithms - fix(ext/web): handle empty TextDecoder input when stream is true - fix(io): ignore `BrokenPipe` error in `opprint` - fix(node/childprocess): ChildProcess constructor without args - fix(node/childprocess): improve arg type validation for execFile and fork - fix(node/childprocess): reject null bytes in arguments - fix(node/child_process): use correct syscall name in spawn error - fix(npm): deduplication pass for initially pa
Deno v2.6.5 introduce cambios que rompen compatibilidad y nuevas funciones para manejar imágenes y rendimiento.
- Soporte para formatos gif y webp en `createImageBitmap`.
- Nuevas funciones para gestionar tiempos de recursos en el rendimiento.
- Implementación de `FileHandle.readableWebStream()`.
- Corrección en el manejo del flag --level en auditorías.
A quién le importa
Solo si usas las funciones afectadas por cambios de compatibilidad.
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