Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Releases: DoctorMcKay/node-steam-client

v2.5.8

14 Sep 05:17
Compare
Choose a tag to compare
  • Improved error handling when connecting through a proxy

v2.5.7

25 Apr 16:38
Compare
Choose a tag to compare
  • Fixed a crash on Node 10 and behavior that never worked anyway (issue #16) (thanks to @Aareksio in PR #17)

v2.5.6

24 Apr 06:51
Compare
Choose a tag to compare
  • Fixed issue #14 - TCP connections not getting closed properly for new connection attempts (thanks to @Aareksio in PR #15)

v2.5.5

17 Oct 05:13
Compare
Choose a tag to compare
  • Removed chdir usage (PR #10)

v2.5.4

05 Jul 06:55
Compare
Choose a tag to compare
  • Fixed wrong comparison direction

v2.5.3

05 Jul 04:50
Compare
Choose a tag to compare
  • Fixed crash when a proxy error occurs prior to connection when using TCP

v2.5.2

04 Jul 18:08
Compare
Choose a tag to compare
  • Fixed WebSocket connection bootstrapping wait sanity check

v2.5.1

04 Jul 06:39
Compare
Choose a tag to compare
  • Added protobufjs as a direct dependency
    • Could cause problems if not installed alongside something else that depends on it

v2.5.0

04 Jul 05:19
Compare
Choose a tag to compare
  • Added support for HTTP proxies when connecting via WebSocket
  • Added pinging of WebSocket CMs to automatically choose the best server based on load and latency

v2.4.2

03 Jul 04:28
Compare
Choose a tag to compare
  • Bundle steam-resources directly in the repository for maximum compatibility