Skip to content

SteamKit 2.0.0-Beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Netshroud Netshroud released this 03 Dec 03:10
  • Fixed a potential deadlock when awaiting an AsyncJob. (#481)
  • Fixed TCP connections not being correctly flagged in the server list. (#488)
  • Fixed TCP disconnections not being correctly flagged as user-initiated. (#488)
  • Added hashing and equality support to ServerRecord. (#476)
  • Added HTTPS support to CDNClient.
  • Updated package dependency Microsoft.Win32.Registry. (#470)
  • Updated Steam enums (#463)

BREAKING CHANGES

  • SteamID.ToString() now prints a Steam3 string by default. For the older Steam2 STEAM_X:Y:Z format, use SteamID.Render(). (#471)
  • The default argument of SteamID.Render(bool) has been changed to render Steam3 by default instead of Steam2. (#471)
  • Async job continuations are no longer invoked on the CallbackMgr thread. (#481)