Skip to content

Releases: DoctorMcKay/node-steam-session

v1.9.0

03 Sep 03:11
526d233
Compare
Choose a tag to compare
  • 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

03 Sep 01:05
1a16167
Compare
Choose a tag to compare
  • Added machineFriendlyName option to LoginSession's constructor options

v1.7.2

18 Jan 10:08
a91c6ba
Compare
Choose a tag to compare
  • 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

27 Oct 06:04
8288e7e
Compare
Choose a tag to compare
  • 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

26 Oct 03:36
145e401
Compare
Choose a tag to compare
  • 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

20 Oct 04:35
2f0d199
Compare
Choose a tag to compare
  • Added ability to specify a custom user-agent string for WebBrowser logins

Full Changelog: v1.5.0...v1.6.0

v1.5.0

20 Oct 01:45
9c531a3
Compare
Choose a tag to compare
  • Added localAddress option for LoginSession and LoginApprover

Full Changelog: v1.4.1...v1.5.0

v1.4.1

01 Oct 19:54
f7b198a
Compare
Choose a tag to compare

Full Changelog: v1.4.0...v1.4.1

v1.4.0

29 Sep 04:24
1109493
Compare
Choose a tag to compare
  • Added ability to specify a custom https.Agent (by @Sadzurami in #29)

Full Changelog: v1.3.4...v1.4.0

v1.3.4

23 Sep 03:44
bb4fc62
Compare
Choose a tag to compare

Updated dependencies

Full Changelog: v1.3.3...v1.3.4