Releases: AccelByte/accelbyte-unity-sdk
Releases · AccelByte/accelbyte-unity-sdk
AccelByte Unity SDK 5.0.0 Release
5.0.0 (2021-08-16)
⚠ BREAKING CHANGES
- Achievement: Change the type of latestValue of UserAchievement model from int into float.
Features
- UGC: add UGC into Unity SDK (26d2ab0)
Bug Fixes
- Achievement: Fix the User Achievement response model (8a2fcdb)
- LoginSession: Fix the LoginWithAuthorizationCode() using v1 endpoint (2192b48)
AccelByte Unity SDK 4.0.0 Release
4.0.0 (2021-06-23)
⚠ BREAKING CHANGES
- Remove APIGW: Remove APIGW support from Unity SDK
Features
- Remove APIGW: Remove APIGW support from Unity SDK (e1a8ccd)
3.0.0
3.0.0 (2021-06-09)
⚠ BREAKING CHANGES
- User: remove sensitive user information
Features
- User: remove sensitive user information (1f47176)
Tests
- leaderboard: rewrite leadearboard test to be more readable (33547da)
2.32.0
2.32.0 (2021-05-25)
Features
- dsm: add RegisterLocalServer with public ip address & moved GetPublicIp to AccelByteNetUtilites (539566f), closes #263
2.31.0 (2021-04-28)
Features
- lobby: add custom ports field in DSNotif (eb5b329), closes #258
2.30.0 (2021-04-14)
Features
2.29.0 (2021-03-17)
Features
- config: make config url optional (3c716e0)
- config: make config url optional (6e5bc2e)
- config: remove protocol remover (47eaf86)
- config: revert field place (5caa94a)
- jsonParser: add resolver settings to exclude null value (7cab47a)
- jsonParser: add resolver settings to exclude null value (33293cb)
Bug Fixes
- config: fix client lobby url (7ebaaac)
- config: fix config JSON (b8ccf72)
- config: fix statistic url (4184744)
- config: incorrect url (396e3c4)
- user: fix UnlinkOtherPlatform got 406 (b0e451e)
- user: fix UnlinkOtherPlatform got 406 (97bfd42)
2.28.3 (2021-03-03)
Bug Fixes
- dsm: refactor parse function (68a1add)
- dsm: replace Provider enum with string (848fdde)
- dsm: replace Provider enum with string (602a2e7)
- dsm: set variable from parse result (366a078)
2.28.2 (2021-02-17)
2.28.1 (2021-02-03)
Bug Fixes
- lobby: increase timeout and rename function (44a21e3)
- plugin: fix error AccelByteSettings.Save() called in game build. (c08f8a9), closes #240
2.28.0 (2021-01-20)
Features
- Automation Metric: SDET-1300 Integrate SDK Test Result to Automation Metrics (731e761), closes #235
- lobby: add matchmaking with extra attribute parameter (f8e3c9b), closes #236
- server: add GetPartyDataByUserId in server (739a76d), closes #238
Bug Fixes
- age: update age to comply new requisite (f084a73)
- config: check required field on init (ad9be26)
2.27.0
2.27.0 (2021-01-06)
Features
- lobby: add client update party storage. (7e143a2)
- server: implement joinable session (e2577b4)
Bug Fixes
- config: assign default value when ClientSecret is null (a63843f)
- dsm: register server shouldn't query QoS but take region from launch params and add provider field (31a47b1)
2.26.0
2.26.0 (2020-12-23)
Features
- lobby: add matchmaking with temporary party (71e23f7)
- lobby: add matchmaking with temporary party (28e804d)
- log: make toggle config to enable/disable debug log in editor (954a715)
- userLogin: add EpicGames enum (852aa9c)
2.25.0
2.25.0 (2020-12-10)
Features
- lobby: bulk presence count (04320e8)
- lobby: support parse lobby message object value (b974900)
Bug Fixes
- login with launcher, calls error callback when the game is not launched from launcher instead of throw assertion (cdc8c31)
2.24.0
2.24.0 (2020-11-25)
Features
- cloudsave: replace record concurrently (c5b788c)
- group: bringback group api from VE (1084f09)
- profanityFilter: add new WS command setSessionAttribute in lobby, add profanity filter test (7fbdbf9)
Refactors
- agreement: add bulk accept legal to support is mandatory in apigateway (c453047)
- userId: get user id by calling refresh data (e9071af)
2.23.0
2.23.0 (2020-11-11)
Features
- Lobby: bulk user presence (57a6b2a)
- user: stadia login and account link (800a558)
2.22.0
2.22.0 (2020-10-28)
Features
- leaderboard: get leaderboard list (384495f)
Bug Fixes
- dsm: temporary disabling dsm-related test (99485e6)