Skip to content

Releases: DoctorMcKay/node-steam-session

v1.9.4

19 Jul 10:06
a13bdf1

Choose a tag to compare

  • 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=SteamMobile query string parameter to match official app behavior

Full Changelog: v1.9.3...v1.9.4

v1.9.3

01 May 01:46
a4300c9

Choose a tag to compare

  • Updated docs to reflect changes to getWebCookies(), renewAccessToken(), and renewRefreshToken() when using EAuthTokenPlatformType.SteamClient
  • Added retries when errors encountered when calling getWebCookies() for EAuthTokenPlatformType.WebBrowser

Full Changelog: v1.9.2...v1.9.3

v1.9.2

14 Feb 07:53
811dadd

Choose a tag to compare

  • 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

12 Feb 01:44
872f3c8

Choose a tag to compare

  • Fixed Malformed login response error when calling getWebCookies() for EAuthTokenPlatformType.WebBrowser

Full Changelog: v1.9.0...v1.9.1

v1.9.0

03 Sep 03:11
526d233

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

Choose a tag to compare

  • Added machineFriendlyName option to LoginSession's constructor options

v1.7.2

18 Jan 10:08
a91c6ba

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

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

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

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