Skip to content

Releases: timotejroiko/net-ipc

v2.2.0

19 Jan 15:24
Compare
Choose a tag to compare
  • compatibility with node 20.11+ (thanks to @Chocobozzz)
  • update msgpackr
  • update dev dependencies

v2.1.0

30 Jun 23:16
Compare
Choose a tag to compare
  • [types]: ClientStatus as const enum 727b6ee
  • [types]: ping and survey return an array 3c780e9
  • [fix]: im a tea pot e2b4e8c
  • [fix]: add init tag (possible fix for #4 ) 807b631
  • [fix]: explicitly delete port 2c83eb3
  • [feat]: expose server listen options 0388aa2
  • [feat]: custom id generator b6b0fb2

v2.0.1...v2.1.0

v2.0.1

21 Feb 02:08
Compare
Choose a tag to compare
  • fixed client getting stuck in closed status after reconnecting b9c38e2

v2.0.0...v2.0.1

v2.0.0

05 Jan 01:29
Compare
Choose a tag to compare

Major changes:

  • added support for TLS/SSL secure connections
  • added support for http/https proxies such as nginx or replit

Other important and/or breaking changes include:

  • improved documentation
  • revamped client and server options (check docs)
  • no longer supports serializing circular references (30% performance boost for json)

v1.3.1...v2.0.0

v1.3.1

19 Aug 19:14
Compare
Choose a tag to compare
  • remove leftover buffer references 18f47c2

v1.3.0...v1.3.1

v1.3.0

19 Aug 19:09
Compare
Choose a tag to compare

improve unpacking performance and reduce external memory usage

  • avoid buffer copy and concatenation dcfa52d

v1.2.2...v1.3.0

v1.2.2

10 Jul 12:58
Compare
Choose a tag to compare
  • fix multibyte characters on tcp 54a08d8

v1.2.1...v1.2.2

v1.2.1

10 Jul 01:08
Compare
Choose a tag to compare
  • fix large messages on TCP 012d20f

v1.2.0...v1.2.1

v1.2.0

09 Jul 10:59
Compare
Choose a tag to compare

v1.1.1...v1.2.0

v1.1.1

06 Jul 18:50
Compare
Choose a tag to compare
  • add maxRetryTime option ee4719c
  • clarify some docs

v1.1.0...v1.1.1