Releases: DoctorMcKay/node-steam-session
Releases · DoctorMcKay/node-steam-session
v1.9.4
- Internal behavior changes when logging on with EAuthTokenPlatFormType.MobileApp
- Updated reported app version from 3.0.0 to 3.10.3
- Updated reported device name from Galaxy S22 to Galaxy S25
- Added
origin=SteamMobilequery string parameter to match official app behavior
Full Changelog: v1.9.3...v1.9.4
v1.9.3
- Updated docs to reflect changes to
getWebCookies(),renewAccessToken(), andrenewRefreshToken()when usingEAuthTokenPlatformType.SteamClient - Added retries when errors encountered when calling
getWebCookies()forEAuthTokenPlatformType.WebBrowser
Full Changelog: v1.9.2...v1.9.3
v1.9.2
- Fixed error that arises if no cookies are set in the response to /jwt/finalizelogin, which should be very rare
Full Changelog: v1.9.1...v1.9.2
v1.9.1
- Fixed
Malformed login responseerror when callinggetWebCookies()forEAuthTokenPlatformType.WebBrowser
Full Changelog: v1.9.0...v1.9.1
v1.9.0
- steamRefresh_steam cookies are now included for login.steampowered.com when calling
getWebCookies()under EAuthTokenPlatformType.WebBrowser (thanks @Sadzurami in #39) - #41 Fixed crash that occurs rarely with message "Received unexpected non-protobuf message 751"
Full Changelog: v1.8.0...v1.9.0
v1.8.0
- Added
machineFriendlyNameoption toLoginSession's constructor options
v1.7.2
getWebCookies()for EAuthTokenPlatformType.WebBrowser now returns cookies for all Steam domains (with; Domain=<steam domain here>appended in the cookie string) due to Steam now issuing different tokens for different domains (PR #37 by @Sadzurami)- Most cookie jar libraries should handle this properly, but you may need to check your own app to be sure
Full Changelog: v1.7.1...v1.7.2
v1.7.1
- Fixed issue where access tokens (cookies) would not be properly refreshed when reusing a LoginSession over a long period of time
Full Changelog: v1.7.0...v1.7.1
v1.7.0
- Added ability to pass a custom machine ID when logging on using EAuthTokenPlatformType.SteamClient
Full Changelog: v1.6.0...v1.7.0
v1.6.0
- Added ability to specify a custom user-agent string for WebBrowser logins
Full Changelog: v1.5.0...v1.6.0