Skip to content

Releases: AppliedMinds/tcp

v4.1.0

20 Nov 01:11

Choose a tag to compare

Features

  • idleTimeout can be specified on construction to set an inactivity timeout on the socket

Bugfixes

  • Fix quiet devices automatically being disconnected due to the default response timeout being incorrectly used as an inactivity timeout (now specified via idleTimeout)

v4.0.0

03 Jan 21:39

Choose a tag to compare

Breaking Changes ⚠️

  • This package is now an ESM-module, use import instead of require().
  • If CommonJS compatibility is needed, continue using any 3.x version.

v3.0.0

28 Sep 18:10

Choose a tag to compare

Breaking Changes ⚠️

  • Drop support for Node v12 (EOL)

v2.5.2

12 Mar 08:04

Choose a tag to compare

Bugfixes

  • Incorrect host/port emitted during a socket timeout (#1)

v2.5.1

10 Feb 02:26

Choose a tag to compare

Bugfixes

  • Servers that disconnect too quickly after a call to close() could still generate a ECONNRESET on the client end

v2.5.0 (Initial Public Release)

01 Dec 21:40

Choose a tag to compare