BACKEND
Deno v2.8.3
RESUMEN
2.8.3 / 2026.06.11 - feat(cli): suggest DENOTLSCA_STORE on untrusted TLS certificate - feat(cli): support --env-file in dependency and registry subcommands - feat(compile): support watch mode - feat(config): support globs in links - feat(ext/crypto):
Descripción Detallada
2.8.3 / 2026.06.11 - feat(cli): suggest DENOTLSCASTORE on untrusted TLS certificate - feat(cli): support --env-file in dependency and registry subcommands - feat(compile): support watch mode - feat(config): support globs in links - feat(ext/crypto): implement SubtleCrypto.supports() static method - feat(ext/crypto): support ML-DSA JWK import/export - feat(ext/fetch): support `priority` in `RequestInit` - feat(ext/node): auto-instrument node:http2 with OpenTelemetry - feat(ext/node): notify control socket when node:http server starts serving - feat(ext/telemetry): honor OTELSPANATTRIBUTECOUNTLIMIT - feat(ext/telemetry): honor OTELSPANEVENTCOUNTLIMIT - feat(ext/telemetry): support OTELTRACES_SAMPLER - feat(fmt): add JSON trailing comma config - feat(info): add localPath to npm packages in `deno info --json` - feat(info): support --minimum-dependency-age flag - feat(lsp): add "Debug" code lens for test steps - feat(lsp): add Deno.test ignore and only code actions - feat(lsp): diagnose import map files - feat(lsp): provide hover info for import map resolutions - feat(lsp): report `deno doc --lint` diagnostics - feat(lsp): show no-slow-types diagnostics for JSR packages - feat(outdated): warn about packages skipped due to registry errors - fea
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
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
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