Deno v2.7.5 Released with Bug Fixes and Improvements

2026/04/10

Deno has released version 2. 7. 5, which includes several bug fixes and improvements.

The update addresses issues such as the implementation of new features and fixes for existing issues. Some notable changes include the addition of function coverage to summary and HTML reports, support for npm packages in deno doc, and the implementation of KeyObject. toCryptoKey() and KeyObject.

from(CryptoKey). Additionally, the update includes fixes for multiple DiffieHellman crypto bugs, improvements to node:dns compatibility, and the implementation of proper resourceLimits for node:worker_threads. The update also includes performance improvements, such as the use of libdeflater and preallocation of buffers.

Deno is a secure JavaScript/TypeScript runtime built on V8 and Rust, developed by Ryan Dahl as the successor to Node. js. The release notes can be found on the Deno GitHub page.

References