Node Steam User Versions Save

Allows interaction with the Steam network via the Steam client protocol

v5.0.9

1 month ago
  • Fixed "Already logged on" error being thrown when calling logOn() following a proxy connection failure (issue #481)

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v5.0.8...v5.0.9

v5.0.8

3 months ago
  • Fixed SteamUser automatically reconnecting after logOff() is called

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v5.0.7...v5.0.8

v5.0.7

4 months ago
  • Added check to throw an error if you attempt to call logOn() while a log on attempt is already ongoing

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v5.0.6...v5.0.7

v5.0.6

4 months ago
  • Fixed an issue where SteamUser may attempt to reconnect even after emitting error due to error during auth

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v5.0.5...v5.0.6

v5.0.5

4 months ago
  • Fixed "already logged on" error not having a useful stack trace

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v5.0.4...v5.0.5

v5.0.4

6 months ago
  • Fixed issue where HTTP requests could hang indefinitely

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v5.0.3...v5.0.4

v5.0.3

6 months ago
  • Fixed pre-connect network errors not being properly handled

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v5.0.2...v5.0.3

v5.0.2

6 months ago
  • Added clientsessionid cookie to cookies provided in the webSession event
    • I'm not entirely sure what this does or if it's important, but the Steam client sends it so here we are. It might improve compatibility.
  • Updated to use the newer GetCMListForConnect WebAPI method to fetch the Steam server list
    • This removes the need to save cm_list.json locally
  • Fixed refresh tokens obtained from the refreshToken event not working for subsequent logins with error AccessDenied
  • The correct machine ID is now sent to the auth server when logging in
    • This doesn't appear to matter at the moment, but it may have an impact on token validity in the future

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v5.0.1...v5.0.2

v5.0.1

7 months ago

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v5.0.0...v5.0.1

v5.0.0

7 months ago

Migration Guide

v5 by @DoctorMcKay in https://github.com/DoctorMcKay/node-steam-user/pull/450

Breaking

  • Now requires Node.js v14 or later (up from v8)
  • Removed deprecated methods
    • setSentry()
  • Removed deprecated events
    • sentry
  • Removed deprecated login key functionality
    • Removed logOn properties: loginKey and rememberPassword
  • Removed legacy authentication

Other Changes

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v4.29.3...v5.0.0