You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,41 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
* parsing behavior has been improved and handle quotation mark + backslash
11
+
12
+
### Features
13
+
14
+
* add lobby error code for max friend limit reached ([b4b25c8](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/b4b25c890a3456b334853dbaba113dd2316572c1))
15
+
* check user id validity before calling API ([5405de2](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/5405de22018f65f33ceeb9903bce71a7c7bcee91))
* exposing missing psn sync entitlement multiple service ([a045dbc](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/a045dbcfd52727049d7c1875efcaba4b9b2bac09))
18
+
***lobby:** send platform name to lobby when connecting ([e1e5546](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/e1e5546166c99af1f4b6618521cd4483d599d69d))
19
+
***MMv1:** add Region in MMv1 matchmaking notice ([df7a1a3](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/df7a1a3b89b038aff9ab59b85b461c6f62c366ba))
20
+
* SetUserPresenceStatus support JSON ([d542a29](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/d542a29a77288253784e4eb86fe25ca7674d4e5c))
***UGC:** add a new sort by value and devide liked content endpoint ([583e0a7](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/583e0a73b531f225c8fc3018e2c2862aacb2f449))
23
+
24
+
25
+
### Bug Fixes
26
+
27
+
* change I64d to lli ([352be36](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/352be3699952b96fe065e51a10279afd6bc627b6))
28
+
***Leaderboard:** Sync the leftover variables for get user rank endpoint ([fef82d0](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/fef82d0884bdc428c4b3b552c1fe1fb10f32a99d))
29
+
* lobby not triggering ConnectionClosed after user disconnected because of login ban. ([2c78a05](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/2c78a0555c09ba76c7e253a942e579c0224b17fe))
30
+
* Prebuild script failed when path contain spaces ([b9988d1](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/b9988d13ae04026f8d604e7064b6bfd0858ff295))
31
+
* remove 'using namespace' in public header ([0ad5094](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/0ad50942d3d24163b248e67e43e3b32057e519a6))
32
+
***Statistic:** Adjust newest flow to expose which statistic is being updated ([3867dde](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/3867dde44f29434a784e9b56cb2dbf294cbdb73e))
33
+
***switch:** unable to read/write cache file ([1feee5e](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/1feee5efb62e594c37048c20e8517a3db4ac13c0))
34
+
35
+
36
+
### Refactors
37
+
38
+
* move IsValidUrl to AccelByte Net Utilities ([f91f18e](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/f91f18e8049e55d8b36eab2013eb6e18d284b067))
if (!FAccelByteUtilities::IsAccelByteIDValid(*UserId))
636
+
{
637
+
OnError.ExecuteIfBound(static_cast<int32>(ErrorCodes::InvalidRequest), TEXT("Bulk Get Other Player Public Record Keys Failed, UserId format is invalid"));
0 commit comments