BACKEND
Deno v2.8.1
RESUMEN
2.8.1 / 2026.05.27 - Revert "fix(ext/node): polyfill module.enableCompileCache and companions" - feat(bundle): support `browser` field map in package.json - fix(bundle): read package.json sideEffects field - fix(cli): clearer error when importing .nod
Descripción Detallada
2.8.1 / 2026.05.27 - Revert "fix(ext/node): polyfill module.enableCompileCache and companions" - feat(bundle): support `browser` field map in package.json - fix(bundle): read package.json sideEffects field - fix(cli): clearer error when importing .node addon via ESM - fix(config): don't panic when --config path can't be converted to URL - fix(core): allow host objects to round-trip through core.deserialize - fix(core): keep lazyloadedesm sources across concurrent loads - fix(ext/fetch,ext/websocket): check resolved IPs against net deny list - fix(ext/node): TLSSocket.authorized=false when client presents no cert - fix(ext/node): accept array forms of cert/key/pfx in createSecureContext - fix(ext/node): add missing node:util APIs getSystemErrorMap, transferableAbortSignal, transferableAbortController - fix(ext/node): allow omitting arguments in base64Slice - fix(ext/node): attach register as static on Module - fix(ext/node): do not throw NotFound for fs.exists - fix(ext/node): drop extra positional args in promisified fs.promises.* - fix(ext/node): emit 'error' event for fs.watch open failures - fix(ext/node): enforce minimum Miller-Rabin rounds in checkPrime - fix(ext/node): extract cert/key from pfx in tls SecureContext - fix(ext/node): prevent panic on `node:sql
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.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