Releases: happypandax/js-client
Releases · happypandax/js-client
v3.5.0
- change params of Client.send
v3.4.0
- Accommodate new HPX server format
- Improved typing
- New server commands
v3.3.1
- Add listener functions
on
, once
and off
for the underlying socket
v3.3.0
- Implement
Client.drop_auth
to match HPX
- Modified
Client.request_auth
to not relogin
v3.2.1
- fixed TimeoutError typo
- fixed
instanceof ServerError
not working
v3.2.0
- Updated typescript to 4.9.5
- Put docs in its own separate file
v3.1.1
- 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
- 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
- support new HPX server messagepack serialization format
- drop support for HPX versions
<=0.13
v2.2.0
- fix transformer implementation, the previous implementation was incorrect
- add proper tests;
- improved close to only resolve after confirmation;
- everything should actually work now;