Releases: AccelByte/accelbyte-java-sdk
Releases · AccelByte/accelbyte-java-sdk
v0.11.0
For AccelByte Cloud v3.23
Highlights
Http retry feature
Breaking Changes
From SDK
Minor Breaking Change: to support http retry feature, wrapper methods now throw generic Exception
For example:
OLD
public ModelsPaginatedContentDownloadResponse publicSearchContent(PublicSearchContent input) throws HttpResponseException, IOException {
NEW
public ModelsPaginatedContentDownloadResponse publicSearchContent(PublicSearchContent input) throws Exception {
Therefore, some exception handling may need to be adjusted
From Backend (if any)
Please see the corresponding AccelByte Cloud release note in https://docs.accelbyte.io/
See CHANGELOG.md for more information
v0.10.0
v0.9.0
v0.8.0
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.