Jump to content
McKay Development

GitHub

Bot
  • Posts

    1661
  • Joined

  • Last visited

Everything posted by GitHub

  1. Send correct user-agent for mobileconf requests, to avoid 429 errors (#371) Full Changelog: v3.50.2...v3.50.3 View on GitHub
  2. Fix CEconItem crash when "Tradable/Marketable After" date isn't day-first by @GVRLNKMK in #370 Fix login hanging indefinitely on steam-session timeout by @lrftw in #369 Full Changelog: v3.50.1...v3.50.2 View on GitHub
  3. fix: Invalid time value by @ricardocefet2018 in #367 Full Changelog: v3.50.0...v3.50.1 View on GitHub
  4. Added asset properties to loadPartnerInventory response by @BRobin55 in #367 Full Changelog: v2.12.2...v2.13.0 View on GitHub
  5. Add asset_properties support to getInventoryContents by @DarkGL in #365 Full Changelog: v3.49.0...v3.50.0 View on GitHub
  6. Fixed issue where corrupt Steam data may crash app Full Changelog: v2.12.1...v2.12.2 View on GitHub
  7. Internal behavior changes when logging on with EAuthTokenPlatFormType.MobileApp Updated reported app version from 3.0.0 to 3.10.3 Updated reported device name from Galaxy S22 to Galaxy S25 Added origin=SteamMobile query string parameter to match official app behavior Full Changelog: v1.9.3...v1.9.4 View on GitHub
  8. Added acknowledgeTradeProtection() method Full Changelog: v3.48.8...v3.49.0 View on GitHub
  9. Fixed corrupted Steam data possibly overwriting inventory item assetids Full Changelog: v3.48.7...v3.48.8 View on GitHub
  10. Fixed error 400 when requesting inventories via getUserInventoryContents (by @metzz1 in #354) Full Changelog: v3.48.6...v3.48.7 View on GitHub
  11. Fixed another issue where corrupt Steam data may overwrite item ID properties Full Changelog: v2.12.0...v2.12.1 View on GitHub
  12. Fixed issue where errors thrown by webSession event handlers may get swallowed Full Changelog: v5.2.2...v5.2.3 View on GitHub
  13. useAccessToken option is now true by default Fixed issue where corrupted Steam data may result in items being reported as id 0 Added sanity check when adding items to offers to ensure that the provided id is not 0 (#364) Full Changelog: v2.11.7...v2.12.0 View on GitHub
  14. Fixed downloadFile hanging indefinitely if attempting to download a 0-byte file Fixed error downloading chunks compressed with zstd Full Changelog: v5.2.1...v5.2.2 View on GitHub
  15. Fixed webLogOn retry timer not being cleared when connection ends (thanks to @Sadzurami in #516) Fixed WebSocket disconnections not being properly flagged internally (thanks to @Sadzurami in #500) Full Changelog: v5.2.0...v5.2.1 View on GitHub
  16. Updated docs to reflect changes to getWebCookies(), renewAccessToken(), and renewRefreshToken() when using EAuthTokenPlatformType.SteamClient Added retries when errors encountered when calling getWebCookies() for EAuthTokenPlatformType.WebBrowser Full Changelog: v1.9.2...v1.9.3 View on GitHub
  17. 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 View on GitHub
  18. 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 View on GitHub
  19. Fixed Malformed login response error when calling getWebCookies() for EAuthTokenPlatformType.WebBrowser Full Changelog: v1.9.0...v1.9.1 View on GitHub
  20. 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 View on GitHub
  21. Fixed receiving "Malformed response" error when fetching a CS2 inventory that has no visible items Full Changelog: v3.48.4...v3.48.5 View on GitHub
  22. fix(#356): doPoll after setCookies only if polling is enabled by @tavindev in #357 Full Changelog: v2.11.5...v2.11.6 View on GitHub
  23. 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 View on GitHub
  24. #485 Added handling for new Steam notifications notificationsReceived event markNotificationsRead() markAllNotificationsRead() Full Changelog: v5.1.0...v5.2.0 View on GitHub
  25. 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 View on GitHub
×
×
  • Create New...