Node Steam User Versions Save

Allows interaction with the Steam network via the Steam client protocol

v4.29.3

8 months ago
  • Fixed crash that 4.29.2 didn't properly fix
  • Bumped steam-session dependency version to ensure the latest version is installed

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

v4.29.2

8 months ago
  • Fixed crash due to call to wrong debug function if steam-session auth fails (issue #456)

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v4.29.1...v4.29.2

v4.29.1

10 months ago
  • Fixed crash when attempting to log on using a refresh token (bug #451)

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v4.29.0...v4.29.1

v4.29.0

10 months ago
  • Sentry files are no longer used by Steam in favor of machine auth tokens, and related functionality has been removed
    • setSentry() is now deprecated. Use the new machineAuthToken property in logOn() instead.
    • The sentry event is now deprecated. Use the new machineAuthToken event instead.
    • The singleSentryfile option has been removed, since all machine auth tokens are account-specific
    • The dontRememberMachine property in logOn() has been removed
    • If you have been allowing steam-user to automatically manage your sentry files, steam-user will now automatically manage your machine auth tokens, and no change is required from you.
    • If you have been using the sentry event and setSentry() method, changes have been made in a backward-compatible manner, and your code will continue working until version 5, when these deprecated symbols will be removed.
  • Web session cookies are now generated using the new auth system, which should be more reliable going forward

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v4.28.9...v4.29.0

v4.28.9

11 months ago
  • Updated enums
  • Removed deprecated appdirectory dependency

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v4.28.8...v4.28.9

v4.28.8

11 months ago
  • Now uses kvparser for VDF parsing, which is more compatible with the VDF format

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v4.28.7...v4.28.8

v4.28.7

11 months ago
  • Improved compatibility with using proxies on newer versions of Node.js

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v4.28.6...v4.28.7

v4.28.6

1 year ago

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: https://github.com/DoctorMcKay/node-steam-user/compare/v4.28.5...v4.28.6

v4.28.5

1 year ago

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v4.28.4...v4.28.5

v4.28.4

1 year ago
  • Fixed an issue where the user event might stop emitting and memory usage would spike

Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v4.28.3...v4.28.4