SteamKit 2.0.0-Beta.2
Pre-release
Pre-release
- 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 Steam2STEAM_X:Y:Z
format, useSteamID.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)