BACKEND
Deno v2.7.5
RESUMEN
2.7.5 / 2026.03.11 - feat(coverage): add function coverage to summary and HTML reports - feat(doc): support npm packages in `deno doc` - feat(ext/node): add `nodeapicreateobjectwith_properties` API - feat(ext/node): implement KeyObject.toCryptoKey() and Ke
Descripción Detallada
2.7.5 / 2026.03.11 - feat(coverage): add function coverage to summary and HTML reports - feat(doc): support npm packages in `deno doc` - feat(ext/node): add `nodeapicreateobjectwithproperties` API - feat(ext/node): implement KeyObject.toCryptoKey() and KeyObject.from(CryptoKey) - feat(otel): allow feeding permission audit data into OTEL - feat: --cpu-prof flags for CPU profiles - fix(console): prevent multi-line object values in console.table - fix(core): switch to V8 Explicit microtask policy for correct nextTick ordering - fix(ext/http): allow rejecting HTTP upgrades with non-101 status codes - fix(ext/napi): run async work execute callback on a worker thread - fix(ext/node): add `nodeapicreatepropertykey(latin1/utf8)` - fix(ext/node): add missing http2 header constants - fix(ext/node): emit DEP0198 warning for SHAKE digests without outputLength - fix(ext/node): emit correct error codes for unsupported PQC key types - fix(ext/node): fix multiple DiffieHellman crypto bugs - fix(ext/node): fix multiple node:dgram compatibility issues - fix(ext/node): handle generateKeyPair 2-arg call and enable PQC tests - fix(ext/node): implement ECDH.convertKey and fix related ECDH bugs - fix(ext/node): implement `node:v8` heap APIs - fix(ext/node): implement proper `resource
Deno v2.7.5 introduce cambios importantes y es breaking.
- Se añadió cobertura de funciones a los reportes de resumen y HTML.
- Ahora `deno doc` soporta paquetes de npm.
- Se implementaron nuevas APIs en el módulo de Node.
- Se corrigieron múltiples errores relacionados con la compatibilidad y el manejo de claves.
A quién le importa
Solo si usas Deno y necesitas compatibilidad con npm o nuevas APIs.
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