vaporBooster
vaporBooster copied to clipboard
Bump steam-user from 4.28.9 to 5.0.4
Bumps steam-user from 4.28.9 to 5.0.4.
Release notes
Sourced from steam-user's releases.
v5.0.4
- Fixed issue where HTTP requests could hang indefinitely
Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v5.0.3...v5.0.4
v5.0.3
- Fixed pre-connect network errors not being properly handled
Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v5.0.2...v5.0.3
v5.0.2
- Added
clientsessionid
cookie to cookies provided in thewebSession
event
- I'm not entirely sure what this does or if it's important, but the Steam client sends it so here we are. It might improve compatibility.
- Updated to use the newer GetCMListForConnect WebAPI method to fetch the Steam server list
- This removes the need to save cm_list.json locally
- Fixed refresh tokens obtained from the
refreshToken
event not working for subsequent logins with error AccessDenied- The correct machine ID is now sent to the auth server when logging in
- This doesn't appear to matter at the moment, but it may have an impact on token validity in the future
Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v5.0.1...v5.0.2
v5.0.1
- Fixed automatic machine auth token handling not working in log on (thanks to
@Sadzurami
in DoctorMcKay/node-steam-user#458)Full Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v5.0.0...v5.0.1
v5.0.0
Migration Guide
v5 by
@DoctorMcKay
in DoctorMcKay/node-steam-user#450Breaking
- Now requires Node.js v14 or later (up from v8)
- Removed deprecated methods
setSentry()
- Removed deprecated events
sentry
- Removed deprecated login key functionality
- Removed logOn properties:
loginKey
andrememberPassword
- Removed legacy authentication
Other Changes
- Added
refreshToken
event- Added
renewRefreshTokens
optionFull Changelog: https://github.com/DoctorMcKay/node-steam-user/compare/v4.29.3...v5.0.0
v4.29.3
... (truncated)
Commits
2fb1e31
5.0.43654b2d
Set default timeout to 5 seconds for webapi client455c693
Remove dead webauth coded0ff9bd
5.0.3d6ad6fb
Properly handle errors from GetCMListForConnect8bcb1b4
5.0.2a2a9162
Remove unused variables045aff9
Send correct machine ID when logging in through steam-sessionb4cc9f8
Fixed refresh tokens not working for subsequent logins781cb85
No longer save CM list locally- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)