BACKEND
Deno v2.5.7
RESUMEN
2.5.7 / 2026.01.27 - fix: deno cross compile for intel mac target - fix: fetch fd leak - fix(bundle): avoid name clash in hack - fix(bundle): do not error on failing to clean up esbuild dir - fix(bundle): fix import.meta.main transform with jsr entrypoi
Descripción Detallada
2.5.7 / 2026.01.27 - fix: deno cross compile for intel mac target - fix: fetch fd leak - fix(bundle): avoid name clash in hack - fix(bundle): do not error on failing to clean up esbuild dir - fix(bundle): fix import.meta.main transform with jsr entrypoint - fix(bundle): treat bun specifiers as external by default - fix(check): fix nil deref with `--unstable-tsgo` - fix(compile): ensure temp dir exists during x64 codesign - fix(compile): intel mac compile fix - fix(compile): sentinal conflict with strtab on intel mac - fix(ext/node): autopadding behavior on `crypto.Cipheriv` - fix(ext/node): prevent cipher operations after finalize - fix(ext/node): truncate first non-hex value on Buffer.from - fix(node): ensure process.argv is an array of strings - fix(node): stub missing process.sourceMapsEnabled - fix(node/crypto): respect authTagLength in createCipheriv for GCM cip… - fix(node/process): make `process.stdin.isTTY` writable
Deno v2.5.7 incluye varias correcciones y un cambio que rompe compatibilidad.
- Corrección en la compilación cruzada para Mac Intel.
- Arreglos en la gestión de importaciones y limpieza de directorios en esbuild.
- Se corrige el comportamiento de autopadding en crypto.Cipheriv.
A quién le importa
Solo si usas Deno en Mac Intel o dependes de las funciones afectadas.
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