Releases: DoctorMcKay/node-steam-user
Releases · DoctorMcKay/node-steam-user
v4.28.6
At some point, the structure of how manifest IDs are represented in appinfo has changed. This release adds a shim to support passing the old format into getManifest
.
Full Changelog: v4.28.5...v4.28.6
v4.28.5
- Fixed error when calling
getProductInfo
due to Steam changes - Fixed
endAuthSessions
not working properly, thanks to @Sadzurami in #436
Full Changelog: v4.28.4...v4.28.5
v4.28.4
- Fixed an issue where the
user
event might stop emitting and memory usage would spike
Full Changelog: v4.28.3...v4.28.4
v4.28.3
- Replaced VDF parser dependency to fix issues parsing some VDF, particularly in appinfo (issue #397)
Full Changelog: v4.28.2...v4.28.3
v4.28.2
- Fixed timeouts when calling
createAuthSessionTicket
not properly rejecting the returned promise (thanks to @kgns in PR #430)
Full Changelog: v4.28.1...v4.28.2
v4.28.1
- Fixed
socksProxy
andwebCompatibilityMode
intermittently not working properly - Fixed the module swallowing errors thrown by userland
webSession
event handlers
v4.28.0
- Added modern authentication flow when logging on with an account name and password
- For more information, see Legacy Authentication
- This includes a fix for those using login keys
- Login keys are now deprecated and will be removed in the next major release
- For more information, see Login Key Deprecation
Full Changelog: v4.27.1...v4.28.0
v4.27.1
- Fixed warning being printed when retrying an anonymous account login
- Fixed sentry files and account-name-generated sentry files not working properly when logging in with a refresh token (#422)
Full Changelog: v4.27.0...v4.27.1
v4.27.0
- steam-user now raises a warning when logging on anonymously unless the intention to do so is confirmed by passing
anonymous: true
tologOn()
- Logging on anonymously without passing
anonymous: true
is now deprecated
- Logging on anonymously without passing
Full Changelog: v4.26.1...v4.27.0
v4.26.1
- Fixed error when specifying a SteamID and refresh token to logOn (issue #415)
Full Changelog: v4.26.0...v4.26.1