ctrld

Deno v2.3.0 is released

2025.04.30

A new version of Deno has just been released and i've contributed to with two pull request #27713 and #29028. The #27713 is a new feature, because i've added the signal option to Deno.connect().

I'm especially proud of #27713, it's more than just a fix, it adds a new feature: the signal option to Deno.connect().

The story of this feature was troubled, started as a little fix were a timeout was needed, but ended with a full implementation of the signal.

I've struggled implementing this feature because was not easy, nothing ever is, but in this case this was a feature solve a lot of bugs around Deno.connect(). After this was merged, i feel like a voluntary that did the job correctly, helped people and leave a sign in the humanity. Now the work of thousand of developers is improved and this makes me happy.

Thanks to the Deno staff that accept my work.

I hope to continue to contribute to evolve humanity with this work.