Releases: DoctorMcKay/node-steam-session
Releases · DoctorMcKay/node-steam-session
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
machineFriendlyName
option 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
v1.5.0
- Added
localAddress
option for LoginSession and LoginApprover
Full Changelog: v1.4.1...v1.5.0
v1.4.1
- Added CM list caching (by @Sadzurami in #30)
Full Changelog: v1.4.0...v1.4.1
v1.4.0
- Added ability to specify a custom https.Agent (by @Sadzurami in #29)
Full Changelog: v1.3.4...v1.4.0
v1.3.4
Updated dependencies
Full Changelog: v1.3.3...v1.3.4