Skip to content

v0.21.0

Compare
Choose a tag to compare
@dhanarab dhanarab released this 11 Oct 03:09
· 454 commits to main since this release

For AccelByte Cloud v3.33

Breaking Changes

From SDK

Following changes in AB Cloud OpenAPI spec:

  • Model OauthmodelTokenResponseV3 is replaced with OauthmodelTokenWithDeviceCookieResponseV3
  • Model EntitlementInfo is replaced with TrackedEntitlementInfo

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