-
Posts
1647 -
Joined
-
Last visited
Posts posted by GitHub
-
-
- Updated docs to reflect changes to
getWebCookies()
,renewAccessToken()
, andrenewRefreshToken()
when usingEAuthTokenPlatformType.SteamClient
- Added retries when errors encountered when calling
getWebCookies()
forEAuthTokenPlatformType.WebBrowser
Full Changelog: v1.9.2...v1.9.3
- Updated docs to reflect changes to
-
- Fixed error that arises if no cookies are set in the response to /jwt/finalizelogin, which should be very rare
Full Changelog: v1.9.1...v1.9.2
-
- Added Origin header to all non-GET requests, which fixes some 403 errors
- Fixed malformed sessionid returned in
login()
callback
Full Changelog: v3.48.4...v3.48.6
-
- Fixed
Malformed login response
error when callinggetWebCookies()
forEAuthTokenPlatformType.WebBrowser
Full Changelog: v1.9.0...v1.9.1
- Fixed
-
TradeOffer.loadPartnerInventory()
now uses the trading endpoint which includes CS2 items that aren't normally visible- This method is still deprecated and I discourage you from using it unless you absolutely must
Full Changelog: v2.11.6...v2.11.7
-
- Fixed receiving "Malformed response" error when fetching a CS2 inventory that has no visible items
Full Changelog: v3.48.4...v3.48.5
-
Full Changelog: v2.11.5...v2.11.6
-
- Reduce Steam redirects by @makss in #341
- Fixes cache_expiration restore for CS2 Items by @benschool in #347
Full Changelog: v3.48.3...v3.48.4
-
- #485 Added handling for new Steam notifications
Full Changelog: v5.1.0...v5.2.0
-
- steamRefresh_steam cookies are now included for login.steampowered.com when calling
getWebCookies()
under EAuthTokenPlatformType.WebBrowser (thanks @Sadzurami in #39) - #41 Fixed crash that occurs rarely with message "Received unexpected non-protobuf message 751"
Full Changelog: v1.8.0...v1.9.0
- steamRefresh_steam cookies are now included for login.steampowered.com when calling
-
- #471 Fixed incorrect documentation for
getUserOwnedApps
return type (thanks @simonkovtyk in #484) - #477 Fixed uncaught exceptions when reading and writing messages via TCP (thanks @Sadzurami in #475)
- #476 Fixed
machineName
inlogOn()
not being reported to Steam during login - #487 Fixed unhandled rejection when
webLogOn()
fails (thanks @Sadzurami in #473) - #488 Fixed
webCompatibilityMode
not properly filtering CMs by port (thanks @Sadzurami in #490) - Added missing
playingState
property docs by (thanks @Sadzurami in #476) - Added support for more options in
getUserOwnedapps
(thanks @HarryVGI in #472) - Fixed incorrect documentation for
getSteamGuardDetails
(thanks @quesswho in #470) - Fixed corrupted unicode characters in readme (thanks @Ziocash in #465)
New Contributors
- @simonkovtyk made their first contribution in #484
- @HarryVGI made their first contribution in #472
- @quesswho made their first contribution in #470
- @Ziocash made their first contribution in #465
Full Changelog: v5.0.10...v5.1.0
- #471 Fixed incorrect documentation for
-
- Added
machineFriendlyName
option toLoginSession
's constructor options
- Added
-
- Fixed issue where offer data isn't updated in poll data if a value is set that passes an equality check to the previous value
Full Changelog: v2.11.4...v2.11.5
-
- Fixed app crash when calling
getInviteLinkInfo
ifuser_chat_group_state
is null
Full Changelog: v5.0.9...v5.0.10
- Fixed app crash when calling
-
Full Changelog: v3.48.2...v3.48.3
-
- Fixed issue where boolean properties of EconItem might not be properly decoded
-
- Fixed an unhandled error that may be thrown if a network error occurs
Full Changelog: v2.11.2...v2.11.3
-
- Fixed "Already logged on" error being thrown when calling logOn() following a proxy connection failure (issue #481)
Full Changelog: v5.0.8...v5.0.9
-
What's Changed
Full Changelog: v2.11.1...v2.11.2
-
-
- Added ability to use an access token against the WebAPI rather than an API key
- See here for more info
- Contributed by @Sadzurami in #345
- Added
minimumPollInterval
option- Contributed by @Sadzurami in #346
- Added
pollFullUpdateInterval
option - Added sanity checks with warnings for polling interval options
Full Changelog: v2.10.6...v2.11.0
- Added ability to use an access token against the WebAPI rather than an API key
-
- Fixed SteamUser automatically reconnecting after
logOff()
is called
Full Changelog: v5.0.7...v5.0.8
- Fixed SteamUser automatically reconnecting after
-
- Fixed
steamID
property not being set when using cookies that have a domain attribute
Full Changelog: v3.48.1...v3.48.2
- Fixed
-
- Fixed cookie issue caused by differing tokens across different Steam domains
Full Changelog: v3.48.0...v3.48.1
node-steam-user v5.2.1
in Releases & Updates
Posted
webLogOn
retry timer not being cleared when connection ends (thanks to @Sadzurami in #516)Full Changelog: v5.2.0...v5.2.1
View on GitHub