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