Skip to content

Releases: AccelByte/accelbyte-unity-sdk

2.21.0

16 Oct 06:47
Compare
Choose a tag to compare

2.21.0 (2020-10-14)

Features

  • lobby: block and unblock player functions (1be94dc)
  • lobby: reject party invitation (c4c9bae)

2.20.0

02 Oct 00:55
Compare
Choose a tag to compare

2.20.0 (2020-10-01)

Features

  • add cloudsave API to Server SDK (739b2c9)
  • leaderboard: add additionalKey and additionalData for character leaderboard (7a25033)
  • lobby: party update notif & its REST APIs (defdd4b)
  • serverLobby: change WritePartyStorage signature to prevent overwrite (fae5501)

Bug Fixes

  • plugin: hotifx add CheckPlugin() on GetConfig() and set the order of bool setter in the CheckPlugin (f496158)
  • plugin: plugin failure on Unity Editor disable domain/scene reload (d18bb42)

2.19.0

17 Sep 02:27
Compare
Choose a tag to compare

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

17 Sep 02:26
Compare
Choose a tag to compare

2.18.0 (2020-09-02)

Features

  • Lobby: add partyAttributes for matchmaking (68a1603)
  • User: add ForcedLinkOtherPlatform function (08ebe3a)
  • User: fix refreshed token not distributed correctly to other services (009e1b6)

2.17.0

17 Sep 02:25
Compare
Choose a tag to compare

2.17.0 (2020-08-19)

Features

  • Achievement: bring this API back from customer Versus Evil Unity SDK repository. (fcd5ed6)

Bug Fixes

  • test: additional incremental Achievement test (2809e5a)

2.16.0

17 Sep 02:25
Compare
Choose a tag to compare

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

  • add leaderboard log result (abbb461)
  • log the test name at beginning test run (160246b)

Refactors

  • Agremeent: add missing function from bring back (c7c5d7e)

2.15.3

31 Aug 01:43
Compare
Choose a tag to compare

2.15.3 (2020-07-08)

Bug Fixes

  • serverDSM: agones heartbeat delegate return should not be null (4026c5c)

2.15.2

31 Aug 01:43
Compare
Choose a tag to compare

2.15.2 (2020-07-01)

Changed

  • ServerDSM
    • ENABLE_AGONES_PLUGIN definition added
    • Required to compile Agones by AccelByte SDK

2.15.1

31 Aug 01:43
Compare
Choose a tag to compare

2.15.1 (2020-06-26)

Changed

  • Agreement
    • GetLegalPolicies
      • Add policyType and tags param
    • GetLegalPoliciesByCountry
      • Add policyType and tags param

2.15.0

31 Aug 01:42
Compare
Choose a tag to compare

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