Releases: AccelByte/accelbyte-unity-sdk
Releases · AccelByte/accelbyte-unity-sdk
2.21.0
2.20.0
2.19.0
2.19.0 (2020-09-16)
Features
- lobby: add global chat implementation (e9fe2fc)
- statistic: add additionalKey and additionalData to update statItem endpoint (0e86053)
- statistic: add reset and update statistic (c09c301)
- subscription: check subscription in SKD changed flow to not check sub endpoints. (bb84530)
- Subscription: update using the new flow & API endpoint (95af021)
- subscriptionTest: integration test (b3475b0)
- user: register and upgrade with username param (38d3ddd)
Bug Fixes
- subscription: added flag when final result is found before the end to make it more consistent (5b7bb0d)
- subscription: changed API endpoint so it can check publisher namespace using game namespace token (2c97d5c)
- Subscription: added Publisher Namespace and Changed label "Store App ID" to "App Id" in accelbytePlatrofmSettingEditor (6f83873)
- Subscription: added publisher namespace in AccelbyteSettings (b29392f)
- Subscription: changed accessing config from AccelbyteSettings to AccelbytePlugin.Config (0a60df3)
- Subscription: changed sub test name to SubscriptionTest (fb69c30)
- Subscription: some endpoints need to be accessed with publisher namespace (get entitlements by appId, sku and getItems by appid) (7677110)
Code Style Fixes
- Subscription: added newline before callback parameter to keep style inline with other functions. (4c697da)
Tests
- subcription: changed appId to static to comply to Jenkins Test (375153f)
2.18.0
2.17.0
2.16.0
2.16.0 (2020-08-05)
Features
- editor: AccelBytePlugin static class need to be forcefully initialize on Unity Editor entering the play mode (afa43bf)
- gameTelemetry: APIs are added for both client & server (fc03e03)
Bug Fixes
- cloudstorage: Fix UpdateSlotMetadata function (bdf465a)
- dsm: only select healthy DSM url (5cf6118)
- statistic: Fix statistic error codes. (035ff92)
Tests
Refactors
- Agremeent: add missing function from bring back (c7c5d7e)
2.15.3
2.15.2
2.15.1
2.15.0
2.15.0 (2020-06-25)
Added
- CloudSave
- Add SaveUserRecord
- Add ReplaceUserRecord
- Add GetUserRecord
- Add GetPublicUserRecord
- Add DeleteUserRecord
- Add SaveGameRecord
- Add ReplaceGameRecord
- Add GetGameRecord
- Add DeleteGameRecord
- CloudSaveModels
- Add UserRecord
- Add GameRecord