Releases: DoctorMcKay/node-steamcommunity
Releases · DoctorMcKay/node-steamcommunity
v3.32.1
v3.32.0
v3.31.0
- Added stats-reporter integration
- Added
language
argument togetUserInventoryContents
v3.30.7
parentalUnlock
now gives error message of "Too many invalid PIN attempts" instead of "Incorrect PIN" if you're rate-limited (forum thread)- Fixed crash when unable to retrieve an inventory because it's private when you aren't logged in (thanks @Aareksio in PR #165)
getUserInventoryContexts
now gives error message of "Private inventory" instead of "Malformed response" if error is because the user's inventory is private (forum thread)
v3.30.6
- Fixed crash on non-string 403 response
v3.30.5
- Default
request
instance now uses a persistentAgent
which keeps the connection open between requests when possible (HTTP keep-alive) - Updated default user-agent to latest Chrome on Windows 10 x64
v3.30.4
- Fixed empty inventory resulting in "Malformed response" in
getUserInventoryContents
instead of expected empty array result (issue #156) getUserInventoryContents
will now pass the Steam error message if available instead of justHTTP error 500
- Fixed string in callback to
getInventoryHistory
instead ofError
object (issue #153)
v3.30.3
v3.30.2
v3.30.1
- Restored
market_fee_app
property for Steam Community type items, which is missing from the new inventory endpoint but can be ascertained from the item's market_hash_name