Deno v2.7.2 Released with Bug Fixes and Performance Enhancements

2026/04/11

Deno v2. 7. 2 has been released, featuring a range of bug fixes and performance enhancements.

This update resolves issues with the require function, libuv compatibility, and environment variable handling. Furthermore, it boosts the performance of npm installs by enhancing parallelism and reducing the load on the async event loop. Key improvements include fixes for the ext/node module, enhancements to the crypto module, and optimizations for the install process.

Developers can review the full list of changes in the release notes and update to the latest version to take advantage of these improvements. The Deno team has also made efforts to improve the overall stability and efficiency of the runtime, making it a worthwhile update for users.

References