Skip to content

SteamKit 2.4.1

Compare
Choose a tag to compare
@yaakov-h yaakov-h released this 10 Jan 01:01
· 597 commits to master since this release
  • Fixed PersonaStateCallback nullability annotations. (#1067)
  • Fixed SteamUnifiedMessages sending invalid notifications. (#1075)

BREAKING CHANGES:

  • SteamUnifiedMessages.SendMessage(..., isNotification: true) will now return null rather than an AsyncJob, as notifications do not have job semantics. This method is obsolete and SendNotification(...) should be used instead. (#1075)