Skip to content

v0.11.0

Compare
Choose a tag to compare
@dhanarab dhanarab released this 24 May 03:17
· 576 commits to main since this release

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