You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[3.2.0] - 13/09-2020
Added
New cmdlets that can interact with the Steam Web API
Connect-SteamAPI
Get-SteamFriendList
Get-SteamNews
Get-SteamPlayerBan
Get-SteamPlayerSummary
Resolve-VanityURL
Changed
Logging is now handled using PSFramework rather than the module Logging. Output
of log files are stored in CSV format with more information about the system etc.
Get-SteamServerInfo
Write the error, if the server cannot be reached, instead of throwing it. This
is implemented because if the server could not be reached after using Update-SteamServer,
the workflow would be terminated, the first time the server could not be reached,
instead of attempting to test it again.
Fixed
Update-SteamServer
Fixed issue regarding the log file not being created due to a missing
sub directory preventing any logging until the directory is created (#29).
Fixed issue with the update workflow being corrupted if the server were offline
at the beginning of the update (#30).
Update-SteamApp
Remove the validate parameter when calling SteamCMD. Validation will overwrite
any files that have been changed. This may cause issues with customized
servers (#33).