v0.21.0
For AccelByte Cloud v3.33
Breaking Changes
From SDK
Following changes in AB Cloud OpenAPI spec:
- Model
OauthmodelTokenResponseV3
is replaced withOauthmodelTokenWithDeviceCookieResponseV3
- Model
EntitlementInfo
is replaced withTrackedEntitlementInfo
The new models above are compatible with the models it is replacing. So, if you are affected, a simple rename should be sufficient e.g. rename OauthmodelTokenResponseV3
with OauthmodelTokenWithDeviceCookieResponseV3
in your code.
From Backend (if any)
Please see the corresponding AccelByte Cloud release note in https://docs.accelbyte.io/
See CHANGELOG.md for more information