BACKEND
Deno v2.7.6
RESUMEN
2.7.6 / 2026.03.18 - feat(core): add cloneable resource registry for structured clone - feat(core): update v8 to 146.8.0 with foreground task ownership - feat(eval): auto-detect CJS vs ESM in deno eval - feat(ext/node): add MIMEType, convertProcessSignalToExitCod
Descripción Detallada
2.7.6 / 2026.03.18 - feat(core): add cloneable resource registry for structured clone - feat(core): update v8 to 146.8.0 with foreground task ownership - feat(eval): auto-detect CJS vs ESM in deno eval - feat(ext/node): add MIMEType, convertProcessSignalToExitCode, Symbol.dispose for ChildProcess - feat(ext/signals): support additional signals on Windows - feat(ext/telemetry): support array values in OTEL attributes - feat: add --cpu-prof-flamegraph to generate interactive SVG flamegraphs - fix(cli): update typescript-go to 2026-03-09 - fix(core): don't panic in tov8error when JS error builder callback fails - fix(core): prevent panic when multiple lazy-loaded ESM modules are loaded during TLA - fix(coverage): don't mark lines uncovered when zero-count range only partially overlaps - fix(ext/console): make timer and counter state per-instance to fix OTEL console wrapping - fix(ext/crypto): support structuredClone for CryptoKey - fix(ext/fetch): retry on stale pooled HTTP/1.1 connections - fix(ext/ffi): retain backing store references in nonblocking calls - fix(ext/napi): call wrap/ref finalizers at shutdown - fix(ext/napi): keep event loop alive while uvasynct handle is active - fix(ext/napi): prevent spurious TypeError from napicoerceto_object on null/undefined
Actualización de Deno a la versión 2.7.6 con cambios importantes y breaking.
- Se añade un registro de recursos clonables para clonación estructurada.
- Actualización de V8 a la versión 146.8.0.
- Deno eval ahora detecta automáticamente CJS vs ESM.
- Se introducen nuevos métodos en extensiones, como MIMEType y manejo de señales.
A quién le importa
Solo si usas Deno y necesitas compatibilidad con nuevas características.
Generado por IA · puede contener errores
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