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.9.4
### 2.9.4 / 2026.07.23 - feat(desktop): enable `--hmr` for React Router (#35900) - feat(ext/node): add a byteLength/length parameter to Buffer.indexOf/lastIndexOf/includes (#35872) - feat(ext/node): support raw chacha20 cipher in crypto.createCipheriv (#36016) - feat: upgrade V8 to 150.2.0
BACKEND
Deno v2.9.3
### 2.9.3 / 2026.07.15 - feat(cli): `deno add --no-save` and `--save-optional` (#36039) - feat(cli): add --min-dep-age alias (#35914) - feat(compile): support aarch64-pc-windows-msvc target (#36004) - feat(ext/fetch): add `http2MaxHeaderListSize` option to `Deno.createHttpClient` (#33194)