Releases: DoctorMcKay/node-steamcommunity
Releases · DoctorMcKay/node-steamcommunity
v3.45.3
- Error messages in reply to
getConfirmations
are now more descriptive, if a descriptive error message is available
Full Changelog: v3.45.2...v3.45.3
v3.45.2
- Updated the new
timestamp
property ofCConfirmation
to be aDate
object - Use new confirmation tags in
acceptConfirmationForObject
for best future compatibility
Full Changelog: v3.45.1...v3.45.2
v3.45.1
This release has been supplanted by v3.45.2. This release does work and doesn't contain any known significant issues, but 3.45.2 contains a more robust fix.
- Fixed
getConfirmations
andacceptConfirmationForObject
returning 404 error- Added
sending
andtimestamp
properties toCConfirmation
objects
- Added
Full Changelog: v3.45.0...v3.45.1
v3.45.0
- Added
setMobileAppAccessToken
method- This is required before using
enableTwoFactor
,finalizeTwoFactor
, ordisableTwoFactor
- This is required before using
Full Changelog: v3.44.4...v3.45.0
v3.44.4
- Changed default value for
disableMobile
in login method totrue
- 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
v3.44.3
- Fix: New rate limit rule from steam by @misterdudu in #300
Full Changelog: v3.44.2...v3.44.3
v3.44.2
Full Changelog: v3.44.1...v3.44.2
v3.44.1
Full Changelog: v3.44.0...v3.44.1
v3.44.0
- Added getBoosterPackCatalog and createBoosterPack
v3.43.1
- Fixed a couple minor bugs