Releases: DoctorMcKay/node-steam-user
Releases · DoctorMcKay/node-steam-user
v3.17.2
- Added some delay between when we receive a webauth nonce and when we try to use it, just in case there is some communication delay internal to Steam
- (there doesn't appear to be 😞)
v3.17.1
- Increased maximum backoff for web auth to 60 seconds
- Updated web auth request to look more like the request sent by the official client
v3.17.0
- Added support for using an HTTP proxy via node-steam-client
v3.16.1
- Fixed some issues relating to CDN content downloads
v3.16.0
- Added experimental support for downloading apps from Steam's CDN
v3.15.0
- Added support for reading and setting user nicknames
setNickname
methodmyNicknames
property andnicknameList
event
- Since a
Fail
EResult in response to a logon attempt indicates a problem on the server, this is now treated as a Steam outage and the module will continue attempting to logon (previouslyerror
was emitted in this case) - When unable to logon, the module will now exponentially backoff up to 60 seconds
v3.14.0
- Added
getEncryptedAppTicket
v3.13.1
- Improved handling of web auth failures
v3.13.0
- Fixed potential crash if Steam sends bad gift data
- Added methods to change account email and password
v3.12.0
- Added
gifts
property and event