BACKEND
Deno v2.7.14
RESUMEN
2.7.14 / 2026.04.28 - feat(ext/node): add fs.Utf8Stream - feat(upgrade): delta updates via bsdiff patches - fix(bundle): treat CSS same-document fragment URLs as external - fix(cache): add missing CacheStorage.keys() and Cache.keys() methods - fix(config): don't
Descripción Detallada
2.7.14 / 2026.04.28 - feat(ext/node): add fs.Utf8Stream - feat(upgrade): delta updates via bsdiff patches - fix(bundle): treat CSS same-document fragment URLs as external - fix(cache): add missing CacheStorage.keys() and Cache.keys() methods - fix(config): don't exclude workspace members from deploy file patterns - fix(coverage): exclude transformer-injected helpers from coverage - fix(doc): remove background from operators in dark mode code blocks - fix(ext/bundle): clearer error when Deno.bundle is called in compiled binary - fix(ext/crypto): throw TypeMismatchError for non-TypedArray in getRand - fix(ext/fetch): don't mutate caller's options in Deno.createHttpClient - fix(ext/fetch): use byte ReadableStream for Node Readable request bodies - fix(ext/fs): normalize Deno.watchFs paths so events drop ./ segments - fix(ext/napi): implement napiasyncinit and napiasyncdestroy - fix(ext/net): default Deno.listenDatagram hostname to 0.0.0.0 - fix(ext/node): accept X.509v1 server certs in tls.createServer - fix(ext/node): accept string mode in fs.mkdir and fs.mkdirSync - fix(ext/node): add Server BlockList, asyncDispose, and misc net improvements - fix(ext/node): add idleStart and idleTimeout to Timeout - fix(ext/node): align crypto random* validation with Node - fix(ext/no
Actualización de Deno v2.7.14 con cambios importantes y breaking.
- Se añade fs.Utf8Stream y actualizaciones delta con parches bsdiff.
- Se corrigen errores en el manejo de URLs de fragmentos CSS y métodos de CacheStorage.
- Se mejora la normalización de rutas en Deno.watchFs y se ajustan opciones en Deno.createHttpClient.
A quién le importa
Solo si usas las nuevas características o dependes de los métodos corregidos.
Generado por IA · puede contener errores
Releases Relacionados
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
BACKEND
Deno v2.7.12
### 2.7.12 / 2026.04.09 - feat(ext/node): add fs.SyncWriteStream (#33226) - feat(ext/node): add llhttp-based HTTPParser with native cppgc binding (#33202) - feat(ext/node): add native TLSWrap cppgc object (Rust core) (#33183) - feat: native uv_pipe_t implementation with NativePipe and FdTable