Skip to content

SteamKit 2.0.0-Alpha9

Pre-release
Pre-release
Compare
Choose a tag to compare
@yaakov-h yaakov-h released this 02 Oct 01:58
· 1498 commits to master since this release
  • Fixed user's name being changed to [unassigned] if SteamFriends.SetPersonaState() is called too early. (#442)
  • Fixed order of handlers being non-deterministic. (#442)
  • Fixed WebAPI attempting to parse whatever data the server returned on non-success status code. (#446)
  • Fixed no callback being fired when WebSockets failed on Windows 7. (#455)
  • Updated game-related GC messages and protobufs. (#459, #460)
  • Updated Steam enums and protobufs. (#456, #457, #458)

BREAKING CHANGES

  • SteamFriends.GetPersonaName(), SteamFriends.GetFriendPersonaName and SteamFriends.GetClanName can all now return null if the value is unknown. (#443)
  • WebAPI used to throw a WebException on non-success status code, or other failure. It now throws HttpRequestException. (#446)