Deno

@deno.land

A modern runtime for JavaScript and TypeScript https://deno.com

Another week, another patch release 🦕 Deno v2.9.4: 47 bug fixes plus a handful of perf wins (FxHash hot maps, smaller snapshots, slimmer AppImages). See you next week!

Deno v2.9.2 is out with perf improvements: - ReadableStream async iterator now has a sync fast path - queueMicrotask uses V8 natively - zero-copy async writes for node streams - SIMD JSON indexing for npm packuments Plus 39 bug fixes and 13 improvements to Deno Desktop deno upgrade

Bild

Deno 2.8 is released! - 6 new subcommands - defaulting to "npm:" - Node.js api compat: 42% → 74% - import defer - 3.6× faster cold npm installs - Network debugging in Chrome DevTools - TypeScript 6 - catalog: support - Cross-platform npm installs - deno install --prod

Bild

Deno 2.8 ships this week. Our biggest minor release ever. Node.js compatibility: 42% → 75%+ this year. 500+ Node compat commits since 2.7. TypeScript 6.0.3, `import defer` support, several new subcommands, catalog workspaces, CPU flamegraphs, and many more.

Bild

Deno 2.7.14 is out with 120+ bug fixes Major improvements and fixes to node:http2, node:tls, node:net, node:dns, node:cluster, node:crypto, node:timers, node:stream, Web API, and more github.com/denoland/deno/releases/tag/v2.7.14 See you next at Deno v2.8

Release v2.7.14 · denoland/deno

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): a...

github.com

Fresh 2.3 is out! It now ships zero JavaScript on static pages by default — no scripts, no bundles, nothing. Also: 🎞️ View Transitions, 🔌 WebSockets, 🔒 CSP nonces, 📡 OTel trace propagation, and 🕐 Temporal API support for island props. deno.com/blog/fresh-2.3

Fresh 2.3: Zero JS by default, View Transitions, and Temporal support | Deno

Fresh 2.3 ships true zero-JS pages, View Transitions, CSP nonce support, IP filtering, and Temporal API support in islands.

deno.com

Deno v2.7.13 is out! The big one: node:http has been completely rewritten bringing major compatibility and performance improvements for Node HTTP workloads Also in this release: fixed node:http2, node:tls, Node-API, lower mem usage for Deno.Command, glibc < 2.27 compat github.com/denoland/den...

Release v2.7.13 · denoland/deno

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 (#3325...

github.com

Deno v2.7.11 is out with 32 fixes across three patch releases: -Tons of Node.js compat improvements (crypto, child_process, workers, TTY on Windows) -New include/exclude fields for deno compile -Faster watch mode shutdown (10s -> 500ms) -Alpha/beta channel support github.com/denoland/den...

Release v2.7.11 · denoland/deno

2.7.11 / 2026.04.01 feat: add alpha and beta release channel support (#33098) fix(ext/node): fire fs.watch events for immediate writes (#32935) (#32989) fix(watch): reduce graceful shutdown timeou...

github.com

Deno 2.7.8 is here! - P-521 elliptic curve crypto (sign, verify, ECDH) - SIMD-accelerated base64 encode/decode via simdutf - file: and link: dependencies in package.json now supported - OTel console exporter + HTTP span attributes on metrics - 30+ Node compat fixes github.com/denoland/den...

Release v2.7.8 · denoland/deno

2.7.8 / 2026.03.25 feat(core): implement NodeRuntime CDP domain and fix --inspect-brk blocking (#32714) feat(ext/crypto): implement P-521 sign, verify, and ECDH derive (#32602) feat(ext/napi): add...

github.com

Deno v2.7.6 is out with 78 changes - 7 features, 12 perf improvements, and 59 fixes github.com/denoland/den... - deno eval now auto-detects CJS vs ESM - --cpu-prof-flamegraph generates interactive SVG flamegraphs - 28+ Node.js compat fixes (child_process, crypto, tty, worker_threads) - and more

Release v2.7.6 · denoland/deno

2.7.6 / 2026.03.18 feat(core): add cloneable resource registry for structured clone (#32672) feat(core): update v8 to 146.8.0 with foreground task ownership (#32771) feat(eval): auto-detect CJS vs...

github.com

We're cooking... Deno v2.7.5 is out! - `fs.cp` moved to Rust for 2x performance boost - `deno install` handles peer deps faster - CPU profiling with --cpu-prof flags - Node compat fixes: ECDH, DiffieHellman, PQC keys, worker_threads, v8 APIs 38 bug fixes total, more here: github.com/denoland/den...

Release v2.7.5 · denoland/deno

2.7.5 / 2026.03.11 feat(coverage): add function coverage to summary and HTML reports (#32507) feat(doc): support npm packages in deno doc (#32435) feat(ext/node): add node_api_create_object_with_p...

github.com

Deno v2.7 is here! 🕛 Temporal API stabilized 🪟 Windows ARM native support ⚙️ npm overrides support 📦 deno compile --self-extracting 🩹 Node compat fixes ...and more! deno.com/blog/v2.7

Can you spin environments in 200ms with all the dependencies installed and ready to use? You can with snapshots in Deno Sandbox! Do the setup once, reuse it forever. See how in this demo with Python youtu.be/mASEjxpuDTM