September 17th, 2026 · 1 commits
Deno forwards v2.9.7 to main
Release-forward commit updates versioning, releases, and CI cache keys for v2.9.7.
Read the issue →
September 17th, 2026 · 1 commits
Release-forward commit updates versioning, releases, and CI cache keys for v2.9.7.
Read the issue →
September 16th, 2026 · 2 commits
Entry-point args after `--` are now preserved correctly, and Deno.serve now keeps traceparent propagation working for mixed-case HTTP/1 headers.
Read the issue →
September 15th, 2026 · 2 commits
One runtime dependency pin to preserve stack traces, plus updated check test expectations for newer @types/node output.
Read the issue →
September 14th, 2026 · 1 commits
Deno fixes a bash completion bug that emitted escaped newlines, and adds a regression test to keep the script valid.
Read the issue →
September 8th, 2026 · 15 commits
+1
Permission parsing, npm security checks, cache keying, and core runtime memory/perf work landed alongside several Node compatibility fixes.
Read the issue →
September 7th, 2026 · 1 commits
A config schema fix adds the missing desktop.app.identifier field for reverse-DNS app IDs.
Read the issue →
September 4th, 2026 · 1 commits
Deno's pnpm lock importer now handles more lockfile shapes, including pnpm v6 quirks, and skips unsupported dependency specs safely.
Read the issue →
September 3rd, 2026 · 2 commits
Deno fixed toplevel fetch/cron tracing leaks and removed obsolete gcloud auth steps from release/compat workflows.
Read the issue →
September 2nd, 2026 · 1 commits
JSON schemas now point to maintained raw GitHub URLs, preventing stale $ref resolution and validation failures in editor tooling.
Read the issue →
September 1st, 2026 · 2 commits
Fixes repeated signal handling for child processes and preserves AsyncLocalStorage’s exit/no-store semantics.
Read the issue →
August 31st, 2026 · 12 commits
Big compat and runtime fixes landed for process identity, DNS, cache correctness, node buffers, and stream compression.
Read the issue →Deno’s LSP and JSR tests now handle packages with no stable release by selecting the newest matching prerelease, aligning with resolver behavior.
Read the issue →Deno fixes CLI passthrough and bundle sourcemap parsing, patches declaration emit diagnostics, and updates desktop/release workflows.
Read the issue →A check-suite expectation was refreshed to match @types/node 26.4.0's updated error wording.
Read the issue →
August 26th, 2026 · 10 commits
Major desktop runtime additions and several important desktop/publish fixes landed, plus a Node TLS resumption correction and dependency upgrades.
Read the issue →Adds desktop menu item fields, fixes raw HTTP keep-alive reuse, and lands a major snapshot rehydration speedup.
Read the issue →
August 24th, 2026 · 11 commits
Arena, async borrow, websocket, and fs locking got meaningful performance and correctness upgrades, plus a few user-facing fixes.
Read the issue →Core Unix pipe FD ownership was clarified, and node_sqlite now safely invalidates sessions when databases close or reopen.
Read the issue →Deno fixed N-API/libuv timers so the event loop re-polls at the next deadline, preventing native timers from stalling until unrelated activity occurs.
Read the issue →Fixes request-body lifetimes, proxy URL construction, streaming response truncation, SAB decoding, and HTTP/2 header limits.
Read the issue →Two npm resolver fixes plus CI/test hardening: better peer package IDs, bare npm prerelease fallback, and less flaky runners.
Read the issue →
August 17th, 2026 · 10 commits
Multipart parsing, crypto correctness, Node compatibility, and several process/runtime bugs were fixed across the stack.
Read the issue →Thread-safe timer wakeups, better Node domain/uncaughtException behavior, safer N-API finalizers/strings, and EventTarget abort cleanup.
Read the issue →Three user-facing fixes land: safer FFI struct returns, one-time N-API finalizers, and better Node-style CLI/crypto behavior.
Read the issue →
August 12th, 2026 · 15 commits
+3
Major fixes landed for cache Vary matching, import/IP deny checks, fetch retry behavior, and several runtime edge cases.
Read the issue →Signal cleanup, readv semantics, require resolution permissions, Brotli validation, and proxy permission checks improved Deno runtime behavior.
Read the issue →Deno tightened process-env coordination, improved stdin formatting with .editorconfig, and sped up base64 handling while fixing a few edge cases.
Read the issue →Deno desktop now runs Vite-based HMR dev servers on the desktop runtime thread, fixing missing BrowserWindow/Tray/Dock access.
Read the issue →Deno removes clap from the CLI, fixes RSA-OAEP label handling, and patches HTTP error routing plus release CDN cache purging.
Read the issue →Updated release tooling for renamed crates and no-verify publishing, plus a bundle-side esbuild client upgrade to fix a protocol deadlock.
Read the issue →