Jump to content
McKay Development

GitHub

Bot
  • Posts

    1661
  • Joined

  • Last visited

Everything posted by GitHub

  1. Fixed getConfirmations and acceptConfirmationForObject returning 404 error Added sending and timestamp properties to CConfirmation objects Full Changelog: v3.45.0...v3.45.1 View on GitHub
  2. Fixed getConfirmations and acceptConfirmationForObject returning 404 error Added sending and timestamp properties to CConfirmation objects Full Changelog: v3.45.0...v3.45.1 View on GitHub
  3. Added setMobileAppAccessToken method This is required before using enableTwoFactor, finalizeTwoFactor, or disableTwoFactor Full Changelog: v3.44.4...v3.45.0 View on GitHub
  4. Changed default value for disableMobile in login method to true Fixed login not working at all with "Malformed response" error when logging in with disableMobile: false Steam is no longer issuing oauth tokens, so the oAuthToken value in the login callback will always be null from now on View on GitHub
  5. 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 View on GitHub
  6. 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 View on GitHub
  7. Add access modifiers to private properties/methods by @timvandam in #17 Full Changelog: v1.2.2...v1.2.3 View on GitHub
  8. Fixed an issue where the user event might stop emitting and memory usage would spike Full Changelog: v4.28.3...v4.28.4 View on GitHub
  9. Replaced VDF parser dependency to fix issues parsing some VDF, particularly in appinfo (issue #397) Full Changelog: v4.28.2...v4.28.3 View on GitHub
  10. Fixed issues importing types in TypeScript consumer applications View on GitHub
  11. 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 View on GitHub
  12. Fixed an issue when logging in using a sentry file hash Full Changelog: v1.2.0...v1.2.1 View on GitHub
  13. Added refreshAccessToken() method Full Changelog: v1.1.1...v1.2.0 View on GitHub
  14. 1.1.1 View on GitHub
  15. Fixed socksProxy and webCompatibilityMode intermittently not working properly Fixed the module swallowing errors thrown by userland webSession event handlers View on GitHub
  16. Added modern authentication flow when logging on with an account name and password For more information, see Legacy Authentication This includes a fix for those using login keys Login keys are now deprecated and will be removed in the next major release For more information, see Login Key Deprecation Full Changelog: v4.27.1...v4.28.0 View on GitHub
  17. Added ability to pass a Buffer containing a sentry file SHA-1 hash in place of steamGuardMachineToken Full Changelog: v1.0.0...v1.1.0 View on GitHub
  18. Added timeouts when sending requests over a CM WebSocket connection Full Changelog: v0.0.5-alpha...v1.0.0 View on GitHub
  19. BREAKING CHANGE The transport argument in the LoginSession and LoginApprover constructors is now an options object Added support for HTTP and SOCKS proxies Removed axios dependency Added login-with-password-proxy example Full Changelog: v0.0.4-alpha...v0.0.5-alpha View on GitHub
  20. 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 View on GitHub
  21. Now uses a CM WebSocket as the network transport when logging in for the SteamClient platform type This is now required by the Steam backend Full Changelog: v0.0.3-alpha...v0.0.4-alpha View on GitHub
  22. 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 View on GitHub
  23. Fixed error when specifying a SteamID and refresh token to logOn (issue #415) Full Changelog: v4.26.0...v4.26.1 View on GitHub
  24. Added SOCKS proxy support Full Changelog: v4.25.0...v4.26.0 View on GitHub
  25. 3.44.3 View on GitHub
×
×
  • Create New...