BACKEND
Deno v2.8.2
RESUMEN
2.8.2 / 2026.06.03 - feat(compile): improve --bundle dependency resolution and add --minify - feat(compile): scope --bundle npm embed to packages actually reached - feat(ext/crypto): add ChaCha20-Poly1305, SHAKE, cSHAKE, TurboSHAKE, SHA-3 HMAC - feat(ext/cr
Descripción Detallada
2.8.2 / 2026.06.03 - feat(compile): improve --bundle dependency resolution and add --minify - feat(compile): scope --bundle npm embed to packages actually reached - feat(ext/crypto): add ChaCha20-Poly1305, SHAKE, cSHAKE, TurboSHAKE, SHA-3 HMAC - feat(ext/crypto): add ML-DSA (FIPS 204) post-quantum signatures - feat(ext/crypto): implement ML-KEM (FIPS 203) post-quantum KEM - feat(ext/node): env/global proxy support for node:http and node:https - feat(ext/node): support DENOSERVEADDRESS override in node:http servers - feat(jupyter): rewrite kernel in JS, drop zeromq/runtimelib deps - feat(lsp): autocomplete jsr:/npm:/node: in deno.json(c) imports - feat(publish): unfurl import specifiers in Wasm modules - feat(task): support --env-file flag - feat(task): support exclusion groups in task name wildcards - feat(unstable): add --bundle flag to `deno compile` - feat: bump denotaskshell to 0.33.0 - fix(add): handle version tags like `@latest` in `deno add` for JSR packages - fix(add): replace panic with error when deno.json discovery fails - fix(bundle): skip decorator pass when module has no decorators - fix(bundle): use node-style CJS interop for the Deno platform - fix(cache): skip WAL journal mode on WSL-1 - fix(cache_dir): EnsureCachedStrategy must surface cached redire
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
BACKEND
Deno v2.9.4
### 2.9.4 / 2026.07.23 - feat(desktop): enable `--hmr` for React Router (#35900) - feat(ext/node): add a byteLength/length parameter to Buffer.indexOf/lastIndexOf/includes (#35872) - feat(ext/node): support raw chacha20 cipher in crypto.createCipheriv (#36016) - feat: upgrade V8 to 150.2.0
BACKEND
Deno v2.9.3
### 2.9.3 / 2026.07.15 - feat(cli): `deno add --no-save` and `--save-optional` (#36039) - feat(cli): add --min-dep-age alias (#35914) - feat(compile): support aarch64-pc-windows-msvc target (#36004) - feat(ext/fetch): add `http2MaxHeaderListSize` option to `Deno.createHttpClient` (#33194)