Skip to content

Releases: DoctorMcKay/node-steam-user

v4.28.6

07 Jun 07:55
14dc299
Compare
Choose a tag to compare

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

31 May 17:12
be05d16
Compare
Choose a tag to compare
  • 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

20 May 23:54
3264c45
Compare
Choose a tag to compare
  • 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

02 May 02:14
f22f54c
Compare
Choose a tag to compare
  • 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

26 Apr 18:06
376464f
Compare
Choose a tag to compare
  • 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

31 Mar 21:00
b7e60c7
Compare
Choose a tag to compare
  • Fixed socksProxy and webCompatibilityMode intermittently not working properly
  • Fixed the module swallowing errors thrown by userland webSession event handlers

v4.28.0

18 Mar 04:48
353a633
Compare
Choose a tag to compare
  • Added modern authentication flow when logging on with an account name and password
  • Login keys are now deprecated and will be removed in the next major release

Full Changelog: v4.27.1...v4.28.0

v4.27.1

03 Mar 05:35
e55f794
Compare
Choose a tag to compare
  • 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

17 Jan 05:31
0a97e24
Compare
Choose a tag to compare
  • steam-user now raises a warning when logging on anonymously unless the intention to do so is confirmed by passing anonymous: true to logOn()
    • Logging on anonymously without passing anonymous: true is now deprecated

Full Changelog: v4.26.1...v4.27.0

v4.26.1

20 Dec 08:55
029679d
Compare
Choose a tag to compare
  • Fixed error when specifying a SteamID and refresh token to logOn (issue #415)

Full Changelog: v4.26.0...v4.26.1