releases.shpreview
Deno

Deno

deno.comFramework
$npx @buildinternet/releases get deno

deno add --no-save; sqlite and napi threading fixes

This release4 featuresNew capabilities5 enhancementsImprovements to existing features28 fixesBug fixesAI-tallied from the release notes
Deno · v2.9.3

deno add now supports --no-save and --save-optional flags, and compile targets aarch64-pc-windows-msvc. Fixes include sqlite deserialization guard, napi threadsafe function lifecycle, node_http2 header validation, and a data-loss fix for active stream reads on node.

Read more →

Desktop window transparency APIs; React Router autodetect; stream perf gains

This release10 featuresNew capabilities13 enhancementsImprovements to existing features44 fixesBug fixesAI-tallied from the release notes
Deno · v2.9.2

Desktop apps can now use window opacity and transparency APIs, and React Router framework is automatically detected. HMR support is enabled for Vite and Nuxt, and stream performance is improved across Web Streams and pipeTo operations. Plus dozens of correctness fixes across Node.js compat, telemetry, coverage reporting, and package installation.

Read more →

Desktop type-checking flag; cache & desktop fixes

This release3 featuresNew capabilities1 enhancementImprovements to existing features36 fixesBug fixesAI-tallied from the release notes
Deno · v2.9.1

Added a --desktop flag for type-checking Deno Desktop code and deep-link URL scheme registration at bundle time. Fixed over 40 bugs across caching, bundling, Node.js compatibility, desktop/windowing issues, and a timer expiry race that could lose timers.

Read more →

Deno.serve compression now opt-in; desktop apps land

BreakingThis release5 featuresNew capabilities3 enhancementsImprovements to existing features1 fixBug fixesAI-tallied from the release notes
Deno · v2.9.0

Deno.serve automatic compression is now disabled by default (opt-in via --compress/compress config). This release also ships the deno desktop subcommand for building cross-platform desktop apps, plus deno watch, deno link/unlink, deno list, CSS module imports, Web Locks API, Happy Eyeballs for TCP/TLS connections, and built-in snapshot testing.

Read more →

Deno desktop ships; startup 2x faster, memory 3x less

This release9 featuresNew capabilities6 enhancementsImprovements to existing featuresAI-tallied from the release notes

Deno 2.9 introduces deno desktop, a new command that builds native desktop applications from web framework projects with no extra toolchain, producing a single distributable binary with built-in Deno.* desktop APIs. Performance gains include 2x faster cold startup (17ms), up to 3x less RSS memory, and 27% higher realworld Deno.serve throughput. Also adds direct npm, pnpm, yarn, and Bun lockfile reading in deno install, CSS module imports, and a stronger test runner.

Read more →

Compile gets watch mode; globs supported in links

This release11 featuresNew capabilities1 enhancementImprovements to existing features70 fixesBug fixesAI-tallied from the release notes
Deno · v2.8.3

Deno v2.8.3 introduces watch mode for deno compile and supports glob patterns in deno.json links. New features also include diagnostic reporting for import map files and ML-DSA JWK import/export in ext/crypto. The release also addresses numerous issues across the CLI, bundling, fetching, and Node.js compatibility.

Read more →

ML-DSA and ML-KEM post-quantum signatures; compile --bundle hardened

This release14 featuresNew capabilities2 enhancementsImprovements to existing features84 fixesBug fixesAI-tallied from the release notes
Deno · v2.8.2

Added ML-DSA (FIPS 204) post-quantum signatures and ML-KEM (FIPS 203) post-quantum key encapsulation, plus ChaCha20-Poly1305, SHAKE, and SHA-3 HMAC support to the crypto API. Improved deno compile --bundle dependency resolution, scoping npm embeds to packages actually reached, and added --minify flag. Also fixed numerous bugs across compile, node compatibility, Jupyter kernel, LSP, and file I/O.

Read more →

Node.js TLS/fs fixes; network deny list enforced on resolve

This release1 featureNew capabilities1 enhancementImprovements to existing features35 fixesBug fixesAI-tallied from the release notes
Deno · v2.8.1

Fixed multiple Node.js compatibility issues including TLSSocket.authorized behavior when clients present no certificate, PKCS#12 MAC support in TLS SecureContext, and fs.watch error event emission on open failures. Network permission checks now apply to resolved IPs in fetch and WebSocket, and a panic in deno test --parallel is fixed.

Read more →

Workspace support; module.registerHooks(); Node.js compat expanded

This release45 featuresNew capabilities5 enhancementsImprovements to existing features50 fixesBug fixesAI-tallied from the release notes
Deno · v2.8.0

Deno v2.8.0 adds workspace support to deno bump-version and a catalog: protocol for centralized dependency versions, implements module.registerHooks() for CommonJS and ESM, and expands Node.js compatibility with node:wasi, node:module SourceMap API, and Inspector CDP domain support. Also stabilizes text imports, adds deno ci and deno pack commands, and upgrades TypeScript to 6.0.3 and V8 to 14.9.

Read more →
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…
Read more →