3.0.0-Alpha.3
Pre-release
Pre-release
- Added
UIMode
, andIsSteamDeck
toLogOnDetails
. - Added
SteamClient.WaitForCallbackAsync
andCallbackManager.RunWaitCallbackAsync
.
BREAKING CHANGES
SteamClient
callback queue is now backed byBufferBlock
:FreeLastCallback
andGetAllCallbacks
have been removed.- Calling
GetCallback
andWaitForCallback
now always dequeues a callback, there is no more peek and "freeLast".
DepotManifest.ChunkData.Checksum
is now auint
instead ofbyte[4]
.- Removed
SteamTrading
handler. - Removed
CryptoHelper.GenerateRandomBlock
, useRandomNumberGenerator.GetBytes
instead.