Deno 2.7.7 Release: Bug Fixes and Improvements

2026/04/10

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

The update addresses issues such as the implementation of select fallback on macOS, adds disabled process function stubs in worker threads, and improves node:dns module compatibility. Additionally, it fixes issues with process. title and supports the --title flag.

The release also includes optimizations for dictionary converters and improves support for IPv6 multicast membership. Other notable fixes include improved handling of path normalization, support for interface options in IPv6 multicast membership, and constant-time comparison for GCM auth tag verification. Developers can review the full list of changes in the release notes.

To get the latest version, read the release notes and update Deno to version 2. 7. 7.

References