BACKEND
Deno v2.6.10
RESUMEN
2.6.10 / 2026.02.17 - feat(ext/tls): add `SSLKEYLOGFILE` support for TLS key logging - feat(publish): support more license file types - feat: add `deno install --compile` - fix(compile): remove data.is_empty() check - fix(deploy): bypass minimumDependen
Descripción Detallada
2.6.10 / 2026.02.17 - feat(ext/tls): add `SSLKEYLOGFILE` support for TLS key logging - feat(publish): support more license file types - feat: add `deno install --compile` - fix(compile): remove data.isempty() check - fix(deploy): bypass minimumDependencyAge - fix(ext/napi): don't mark accessor properties as read-only in napidefineclass - fix(ext/node): `assert.ok` compatibility - fix(ext/node): `fs.rmdir` compatibility - fix(ext/node): add parentPath to Dirent from fs.opendir and support Buffer paths in lstat - fix(ext/node): add workerthreads stdin support - fix(ext/node): export File class from node:buffer module - fix(ext/node): fix `test-worker-process-argv.js` test - fix(ext/node): fix worker exit code propagation in `workerthreads` - fix(ext/node): fix worker.terminate() return value and exit code - fix(ext/node): forward stdout from workerthreads to parent - fix(ext/node): make workerthreads ref/unref idempotent like Node.js - fix(ext/node): normalize trailing dot in TLS servername - fix(ext/node): process.exit() in worker immediately halts execution - fix(ext/node): support ORDONLY | OCREAT in fs.openSync - fix(ext/node): use primordials in ext/node/polyfills/fs/fslchown.ts - fix(ext/node): validate execArgv flags in worker_threads instead of r
Deno v2.6.10 incluye cambios importantes y rompe compatibilidad.
- Se agregó soporte para `SSLKEYLOGFILE` en TLS key logging.
- Se añadió la opción `--compile` en `deno install`.
- Se corrigieron varias compatibilidades en el módulo Node.js.
A quién le importa
Solo si usas Deno y dependes de las extensiones de Node.js.
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