BACKEND
Deno v2.6.7
RESUMEN
2.6.7 / 2026.01.29 - feat(ext/node): implement mock API for node:test module - feat(node): implement `FileHandle.readv()` method - feat(npm): use JSR for `@jsr` scope - feat: External Socket-Based Cron Implementation - feat: V8 14.5 - feat: ad
Descripción Detallada
2.6.7 / 2026.01.29 - feat(ext/node): implement mock API for node:test module - feat(node): implement `FileHandle.readv()` method - feat(npm): use JSR for `@jsr` scope - feat: External Socket-Based Cron Implementation - feat: V8 14.5 - feat: add --inspect-publish-uid flag for VSCode debugging - fix(ext/http): use serve address override only once - fix(ext/net): remove socket file when dropping unix listener - fix(ext/node): `sqlite`'s `StatementSync` compatibility - fix(ext/node): align assert throws/rejects signatures - fix(ext/node): fix usage of new V8 string APIs - fix(ext/node): implement `sqlite`'s missing options - fix(ext/node): pass test-child-process-bad-stdio node compat test - fix(ext/node): read NODEOPTIONS for --require and --inspect-publish-uid - fix(ext/node): retry stale keepAlive connections in http client - fix(ext/node): support setImmediate promisify.custom - fix(ext/node): use primordials in `fsftruncate.ts` - fix(ext/node): use primordials in `ext/node/polyfills/tls.ts` - fix(ext/web): support object in `DOMException` second argument for Node.js compat - fix(node): throw ERRINVALIDARGTYPE for invalid fs.readFile path - fix(unstable): lint ast comments from first file showing in others - fix(x): use local npm package even if npm s
Deno v2.6.7 incluye cambios importantes y rompe compatibilidad con versiones anteriores.
- Se implementa una API mock para el módulo node:test.
- Se añade el método FileHandle.readv().
- Se usa JSR para el scope @jsr en npm.
- Actualización a V8 14.5.
A quién le importa
Solo si usas Deno y necesitas compatibilidad con versiones anteriores.
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