API Changelog - Net Module
-
Feature
Introduced the new
Socket.io integration for real-time communication.
-
Change
Refactored the
http.request method to improve error handling and reduce latency.
-
Fix
Resolved an issue where persistent connections were not being properly closed under heavy load.
-
Remove
Deprecated the old
WebSockets module in favor of the new Socket.io integration.
-
Fix
Fixed a bug in
dns.lookup that could cause infinite loops for certain invalid hostnames.
-
Change
Updated default timeout for
http.get to 30 seconds.
-
Feature
Added support for HTTP/2 via the new
http2.request method.
-
Feature
Introduced
tls.createSecureContext for easier TLS configuration.
-
Change
Improved performance of
url.parse by optimizing string manipulation.
-
Feature
Initial release of the Net module, including core networking primitives like
http, https, dgram, and tls.