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