Skip to content

SteamKit 2.4.0-Alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@yaakov-h 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, and only_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 for onlyPublic will now be passed to the
    method parameter metaDataOnly. Please audit your code for any calls to PICSGetProductInfo as the compiler will
    not warn you about this change. (#911)