Skip to content

Releases: jcoreio/socket-ipc

v4.0.2

Choose a tag to compare

@jrmclaurin jrmclaurin released this 25 Jun 06:07

4.0.2 (2022-06-25)

Bug Fixes

  • client: actually reconnect after losing socket connection (b2440b4)
  • client: increase reconnect wait from 1 second to 2 seconds (d83408a)

v4.0.1

Choose a tag to compare

@jrmclaurin jrmclaurin released this 05 Nov 01:52

4.0.1 (2021-11-05)

Bug Fixes

  • emit a more helpful error when the connection times out (a2236ea)

v4.0.0

Choose a tag to compare

@jrmclaurin jrmclaurin released this 04 Nov 21:11

4.0.0 (2021-11-04)

Bug Fixes

  • MessageClient: fix potential unhandled rejection (c2ca229)

BREAKING CHANGES

  • MessageClient: removed MessageHandlerCommon base class; MessageClient, MessageConnection,
    and MessageServer no longer have onerror etc. properties

v3.0.0

Choose a tag to compare

@jrmclaurin jrmclaurin released this 03 Nov 19:11

3.0.0 (2021-11-03)

Features

  • add support for regular TCP sockets (e34798a)

BREAKING CHANGES

  • client and server now accept a single options object

v2.2.0

Choose a tag to compare

@jrmclaurin jrmclaurin released this 06 Jan 22:25

2.2.0 (2021-01-06)

Features

  • make start methods wait for listen / connect, add timeouts to listen / connect promises (c0ead15)

v2.1.0

Choose a tag to compare

@jrmclaurin jrmclaurin released this 06 Jan 16:21

2.1.0 (2021-01-06)

Features

  • expose promise that resolves or rejects after initial connection attempt (b522608)

v2.0.2

Choose a tag to compare

@jrmclaurin jrmclaurin released this 06 Jan 15:24

2.0.2 (2021-01-06)

Bug Fixes

  • move strict-event-emitter-types back to runtime deps, leaving it in dev deps screws up d.ts processing (b6af2a9)

v2.0.1

Choose a tag to compare

@jrmclaurin jrmclaurin released this 05 Jan 23:40

2.0.1 (2021-01-05)

Bug Fixes

  • move strict-event-emitter-types from prod to dev deps (b707b9f)

v2.0.0

Choose a tag to compare

@jrmclaurin jrmclaurin released this 05 Jan 23:31

2.0.0 (2021-01-05)

Features

BREAKING CHANGES

  • drop support for node < 8