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