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.7.14
### 2.7.14 / 2026.04.28 - feat(ext/node): add fs.Utf8Stream - feat(upgrade): delta updates via bsdiff patches (#33274) - fix(bundle): treat CSS same-document fragment URLs as external (#33492) - fix(cache): add missing CacheStorage.keys() and Cache.keys() methods (#33275) - fix(config): don't
BACKEND
Deno v2.7.13
### 2.7.13 / 2026.04.22 - feat(ext/node): implement node:repl module (#32799) - feat(ext/node): rewrite node:http with llhttp and native TCPWrap (#33208) - feat(upgrade): support installing from a PR (#33252) - fix(audit): migrate to bulk advisory endpoint (#33292) - fix(console): find nodejs