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.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.1
### 2.8.1 / 2026.05.27 - Revert "fix(ext/node): polyfill module.enableCompileCache and companions" (#34190) (#34348) - feat(bundle): support `browser` field map in package.json (#34407) - fix(bundle): read package.json sideEffects field (#34406) - fix(cli): clearer error when importing .nod