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.8.3
### 2.8.3 / 2026.06.11 - feat(cli): suggest DENO_TLS_CA_STORE on untrusted TLS certificate (#34756) - feat(cli): support --env-file in dependency and registry subcommands (#34843) - feat(compile): support watch mode (#34860) - feat(config): support globs in links (#34849) - feat(ext/crypto):
BACKEND
Deno v2.8.2
### 2.8.2 / 2026.06.03 - feat(compile): improve --bundle dependency resolution and add --minify (#34536) - feat(compile): scope --bundle npm embed to packages actually reached (#34532) - feat(ext/crypto): add ChaCha20-Poly1305, SHAKE, cSHAKE, TurboSHAKE, SHA-3 HMAC (#34417) - feat(ext/cr