SteamKit 2.4.0-Alpha.3
Pre-release
Pre-release
yaakov-h
released this
30 Jul 05:49
·
751 commits
to master
since this release
- Fixed throwing an exception when calling WebAPI twice with the same arguments. (#992)
- Fixed WebAPI mutating the supplied arguments dictionary. (#995)
- Fixed cryptographic errors in .NET 6 previews. (#1006)
- Updated C# nullability annotations. (#971)
- Updated Steam enums and protobufs. (#911, #965, #973, #981)
BREAKING CHANGES
SteamWorkshop.EnumerateUserPublishedFiles
and its associated callback has been removed. (#973)SteamWorkshop.EnumerateUserSubscribedFiles
and its associated callback has been removed. (#973)SteamApps.PICSRequest
has been changed from a class to a struct, andonly_public
has been removed. (#911)- A non-final optional parameter has been removed from
SteamApps.PICSGetProductInfo
. For any caller that supplied
three unnamed arguments, this is a source-breaking change as the value foronlyPublic
will now be passed to the
method parametermetaDataOnly
. Please audit your code for any calls toPICSGetProductInfo
as the compiler will
not warn you about this change. (#911)