This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
Releases: DoctorMcKay/node-steam-client
Releases · DoctorMcKay/node-steam-client
v2.4.1
- Force TLSv1.2 for WebSocket connections
v2.4.0
- Added WebSocket connection protocol
v2.3.2
- Fixed steam-resources appearing in dependencies alongside mckay-steam-resources
v2.3.1
- Forked steam-resources and turned it into mckay-steam-resources for maximum compatibility
v2.3.0
- Added support for using an HTTP proxy by calling
client.setHttpProxy(url)
before connectingurl
should be in formathttp://user:pass@proxyip:proxyport
- Only HTTP proxies are supported at this time; HTTPS proxies will not work
- This isn't a security issue (except perhaps to your proxy credentials) as all communication is still encrypted with Steam's hardcoded public key
- Updated to newer Steam protobuf definitions
v2.3.0 beta1
- Added support for using an HTTP proxy by calling
client.setHttpProxy(url)
before connectingurl
should be in formathttp://user:pass@proxyip:proxyport
- Only HTTP proxies are supported at this time; HTTPS proxies will not work
- This isn't a security issue (except perhaps to your proxy credentials) as all communication is still encrypted with Steam's hardcoded public key
v2.2.2
- Fixed previous build
v2.2.0
- Added support for persistent gameserver logins
v2.1.1
remoteAddress
is no longer set tonull
on disconnection
v2.1.0
- Added
remoteAddress
property