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