Skip to content

v0.8.0

Compare
Choose a tag to compare
@dhanarab dhanarab released this 12 Apr 04:59
· 673 commits to main since this release

AccelByte Cloud v3.20.0

BREAKING CHANGE

Renamed namespace/wrapper/operation class to fix ambiguous naming:

  • DslogmanagerOperations
    • PublicGetMessages
  • DsmcOperations:
    • PublicGetMessages
  • GametelemetryOperations:
    • ProtectedGetPlaytimeGameTelemetryV1ProtectedSteamIdsSteamIdPlaytimeGet
    • ProtectedSaveEventsGameTelemetryV1ProtectedEventsPost
    • ProtectedUpdatePlaytimeGameTelemetryV1ProtectedSteamIdsSteamIdPlaytimePlaytimePut
  • LobbyOperations
    • AdminJoinPartyV1
    • AdminUpdatePartyAttrivutesV1
    • PublicGetMessages
  • MatchmakingOperations
    • GetHealthcheckInfo
    • HandlerV3Healthz
    • PublicGetMessages
    • VersionCheckHandler

If you use any of the above, you may need to adjust your code.