Skip to content

Commit d1b2ac0

Browse files
Updated from pipeline, Version : 21.3.0
1 parent 00bbc75 commit d1b2ac0

23 files changed

+1015
-111
lines changed

.variables

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
export DO_UPDATE=true
12
export LEVEL=CRITICAL
23
export REPO_NAME=justice-unreal-sdk-plugin
3-
export WORKDIR=/tmp/pipelines/3860272529/793561762/
4-
export COMMIT_HASH=09d24d379d6728311c40e5c0c18ca4baa4b18ca8
5-
export GIT_HASH=09d24d379d6728311c40e5c0c18ca4baa4b18ca8
6-
export VERSION=21.2.0
7-
export REVISION_ID=21.2.0
4+
export WORKDIR=/tmp/pipelines/3920456984/803953645/
5+
export COMMIT_HASH=6d74235c14b94ecd892d470a6c0c2af5d2ed14a2
6+
export GIT_HASH=6d74235c14b94ecd892d470a6c0c2af5d2ed14a2
7+
export VERSION=21.3.0
8+
export REVISION_ID=21.3.0
89
9-
export COMMIT_MESSAGE_BASE64='Y2hvcmUocmVsZWFzZSk6IDIxLjIuMCAtIGNvbW1pdGVkIGFuZCB0YWdnZWQgYnkgSmVua2lucwo='
10+
export COMMIT_MESSAGE_BASE64='Y2hvcmUocmVsZWFzZSk6IDIxLjMuMCAtIGNvbW1pdGVkIGFuZCB0YWdnZWQgYnkgSmVua2lucwo='

AccelByteUe4Sdk.uplugin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
3-
"Version": 20,
4-
"VersionName": "21.2.0",
3+
"Version": 21,
4+
"VersionName": "21.3.0",
55
"FriendlyName": "AccelByte Unreal Engine SDK",
66
"Description": "Official AccelByte SDK for Unreal Engine 4",
77
"Category": "Online Platform",

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
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.
44

5+
## [21.3.0](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/branches/compare/21.3.0%0D21.2.0) (2023-03-13)
6+
7+
8+
### Features
9+
10+
* **chat:** implement system inbox message apis ([b565030](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/b565030dac5851cba0df879a7a9b6b20a7cc4eb2))
11+
* **deviceID:** encode the mac address & override in development phase ([93bb689](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/93bb6898aa8c67f3b6be6016eae85eafe35f12bd))
12+
* **MPv2:** add error codes for MMv2 ticket conflict and not found ([9e9903c](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/9e9903cd81f0be014e7d01a288ea3fe51a37ce51))
13+
* **UserProfile:** always remove empty field from update request to prevent validation issue if the field left empty ([03b9ac5](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/03b9ac52bf76ebb9ee32f09603b933eaf8ddd59a))
14+
15+
16+
### Bug Fixes
17+
18+
* DS crash when sending message to watchdog ([bd02e28](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/bd02e283abb403c5be0b35df99e025c87e3a5adb))
19+
* **MPv2:** fix joinType not removed from request when EMPTY, and fix request capitalization changes by unreal engine. ([15e7b9c](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/15e7b9c229c32904ab0c60fd178416cd0272a74d))
20+
521
## [21.2.0](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/branches/compare/21.2.0%0D21.1.1) (2023-02-28)
622

723

Content/CompatibilityMap.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
22
"iam": {
3-
"minVersion": "5.29.0",
4-
"maxVersion": "5.29.0"
3+
"minVersion": "5.30.0",
4+
"maxVersion": "5.30.0"
55
},
66
"agreement": {
7-
"minVersion": "1.27.1",
8-
"maxVersion": "1.27.1"
7+
"minVersion": "1.28.0",
8+
"maxVersion": "1.28.0"
99
},
1010
"basic": {
11-
"minVersion": "2.6.1",
12-
"maxVersion": "2.6.1"
11+
"minVersion": "2.7.0",
12+
"maxVersion": "2.7.0"
1313
},
1414
"platform": {
15-
"minVersion": "4.25.0",
16-
"maxVersion": "4.25.0"
15+
"minVersion": "4.26.0",
16+
"maxVersion": "4.26.0"
1717
},
1818
"social": {
19-
"minVersion": "2.1.0",
20-
"maxVersion": "2.1.0"
19+
"minVersion": "2.2.0",
20+
"maxVersion": "2.2.0"
2121
},
2222
"leaderboard": {
23-
"minVersion": "2.19.3",
24-
"maxVersion": "2.19.3"
23+
"minVersion": "2.19.4",
24+
"maxVersion": "2.19.4"
2525
},
2626
"achievement": {
27-
"minVersion": "2.16.0",
28-
"maxVersion": "2.16.0"
27+
"minVersion": "2.17.0",
28+
"maxVersion": "2.17.0"
2929
},
3030
"cloudsave": {
31-
"minVersion": "3.6.2",
32-
"maxVersion": "3.6.2"
31+
"minVersion": "3.6.3",
32+
"maxVersion": "3.6.3"
3333
},
3434
"ugc": {
35-
"minVersion": "2.9.2",
36-
"maxVersion": "2.9.2"
35+
"minVersion": "2.9.3",
36+
"maxVersion": "2.9.3"
3737
},
3838
"lobby": {
39-
"minVersion": "3.15.1",
40-
"maxVersion": "3.15.1"
39+
"minVersion": "3.16.0",
40+
"maxVersion": "3.16.0"
4141
},
4242
"group": {
4343
"minVersion": "2.15.2",

0 commit comments

Comments
 (0)