Skip to content

Releases: DoctorMcKay/node-steam-user

v4.26.0

09 Nov 14:11
a3cacf3
Compare
Choose a tag to compare
  • Added SOCKS proxy support

Full Changelog: v4.25.0...v4.26.0

v4.25.0

03 Sep 05:55
af694f0
Compare
Choose a tag to compare
  • Added ability to log on using a refresh token
  • Logging on to non-anonymous accounts using schemes other than refresh tokens is now deprecated
    • These alternative logon schemes will continue to be supported by steam-user as long as they're supported by the Steam backen
  • Updated enums

Full Changelog: v4.24.6...v4.25.0

v4.24.6

30 Jul 09:37
a695dbe
Compare
Choose a tag to compare
  • Fixed serverQuery not working and causing a crash
  • Improved cleanup after a connection closes

v4.24.5

11 Jul 08:38
5f81e67
Compare
Choose a tag to compare
  • Fixed rich presence localization parsing not working with a crash

v4.24.4

09 Jul 04:20
b65574e
Compare
Choose a tag to compare
  • Fixed errors being thrown by attempting to retrieve CDN auth tokens when not needed
  • It's now possible to retrieve a manifest from a password-protected beta branch
  • If no branch name is specified when downloading a manifest, "public" will now be assumed (and you will be warned about this assumption via stderr)

Full Changelog: v4.24.3...v4.24.4

v4.24.3

31 Mar 02:41
e7d26e0
Compare
Choose a tag to compare
  • fix typo jobid_source from job_id_source in sendToGC method by @juliarose in #394

Full Changelog: v4.24.2...v4.24.3

v4.24.2

17 Mar 21:21
171fc7e
Compare
Choose a tag to compare
  • Fixed some incompatibilities with older Node.js versions

Full Changelog: v4.24.1...v4.24.2

v4.24.1

17 Mar 07:57
9639a0b
Compare
Choose a tag to compare
  • Fixed createAuthSessionTicket callback not receiving the ticket (#391)

Full Changelog: v4.24.0...v4.24.1

v4.24.0

09 Mar 04:02
2beddcf
Compare
Choose a tag to compare
  • Improved IDE intellisense detection of methods and enums
  • Added getLegacyGameKey (#388)

Full Changelog: v4.23.0...v4.24.0

v4.23.1

09 Mar 03:57
55117df
Compare
Choose a tag to compare
  • Added back getEncryptedAppTicket as an alias of createEncryptedAppTicket for backwards compatibility