Skip to content

Releases: happypandax/js-client

v3.5.0

12 Feb 16:13
Compare
Choose a tag to compare
  • change params of Client.send

v3.4.0

12 Feb 15:32
Compare
Choose a tag to compare
  • Accommodate new HPX server format
  • Improved typing
  • New server commands

v3.3.1

11 Feb 19:08
Compare
Choose a tag to compare
  • Add listener functions on, once and off for the underlying socket

v3.3.0

11 Feb 18:49
Compare
Choose a tag to compare
  • Implement Client.drop_auth to match HPX
  • Modified Client.request_auth to not relogin

v3.2.1

11 Feb 01:19
Compare
Choose a tag to compare
  • fixed TimeoutError typo
  • fixed instanceof ServerError not working

v3.2.0

11 Feb 01:01
Compare
Choose a tag to compare
  • Updated typescript to 4.9.5
  • Put docs in its own separate file

v3.1.1

10 Feb 22:55
Compare
Choose a tag to compare
  • Timeout errors are now correctly issued
  • Support reconnection without having to create a new client
  • Fixed bug where client.close would hang

v3.1.0

16 Dec 16:37
Compare
Choose a tag to compare
  • Due to a change in NodeJS v17, localhost might now return a IPV6 address.
    To restore previous behaviour of always preferring the IPV4 address, Client.resolve_IPV4_localhost was added and set to true by default.

v3.0.0

02 Aug 15:38
Compare
Choose a tag to compare
  • support new HPX server messagepack serialization format
  • drop support for HPX versions <=0.13

v2.2.0

21 Jul 01:12
Compare
Choose a tag to compare
  • fix transformer implementation, the previous implementation was incorrect
  • add proper tests;
  • improved close to only resolve after confirmation;
  • everything should actually work now;