Releases: DoctorMcKay/node-steam-user
Releases · DoctorMcKay/node-steam-user
v4.26.0
- Added SOCKS proxy support
Full Changelog: v4.25.0...v4.26.0
v4.25.0
- Added ability to log on using a refresh token
- Logging on to non-anonymous accounts using schemes other than refresh tokens is now deprecated
- These alternative logon schemes will continue to be supported by steam-user as long as they're supported by the Steam backen
- Updated enums
Full Changelog: v4.24.6...v4.25.0
v4.24.6
- Fixed
serverQuery
not working and causing a crash - Improved cleanup after a connection closes
v4.24.5
- Fixed rich presence localization parsing not working with a crash
v4.24.4
- Fixed errors being thrown by attempting to retrieve CDN auth tokens when not needed
- It's now possible to retrieve a manifest from a password-protected beta branch
- If no branch name is specified when downloading a manifest, "public" will now be assumed (and you will be warned about this assumption via stderr)
Full Changelog: v4.24.3...v4.24.4
v4.24.3
- fix typo jobid_source from job_id_source in sendToGC method by @juliarose in #394
Full Changelog: v4.24.2...v4.24.3
v4.24.2
- Fixed some incompatibilities with older Node.js versions
Full Changelog: v4.24.1...v4.24.2
v4.24.1
- Fixed
createAuthSessionTicket
callback not receiving the ticket (#391)
Full Changelog: v4.24.0...v4.24.1
v4.24.0
- Improved IDE intellisense detection of methods and enums
- Added
getLegacyGameKey
(#388)
Full Changelog: v4.23.0...v4.24.0
v4.23.1
- Added back
getEncryptedAppTicket
as an alias ofcreateEncryptedAppTicket
for backwards compatibility