Skip to content

Commit f3a4952

Browse files
Updated from pipeline, Version : 20.1.1
1 parent bd1293d commit f3a4952

22 files changed

+3066
-31
lines changed

.variables

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
export DO_UPDATE=true
21
export LEVEL=CRITICAL
32
export REPO_NAME=justice-unreal-sdk-plugin
4-
export WORKDIR=/tmp/pipelines/3352977288/700380610/
5-
export COMMIT_HASH=b81553e418a31fb49423f537723596a454c5e624
6-
export GIT_HASH=b81553e418a31fb49423f537723596a454c5e624
7-
export VERSION=20.1.0
8-
export REVISION_ID=20.1.0
3+
export WORKDIR=/tmp/pipelines/3407922789/710478860/
4+
export COMMIT_HASH=c9e1d4655175e0196ad68d115caaa84752c11cc9
5+
export GIT_HASH=c9e1d4655175e0196ad68d115caaa84752c11cc9
6+
export VERSION=20.1.1
7+
export REVISION_ID=20.1.1
98
10-
export COMMIT_MESSAGE_BASE64='Y2hvcmUocmVsZWFzZSk6IDIwLjEuMCAtIGNvbW1pdGVkIGFuZCB0YWdnZWQgYnkgSmVua2lucwo='
9+
export COMMIT_MESSAGE_BASE64='Y2hvcmUocmVsZWFzZSk6IDIwLjEuMSAtIGNvbW1pdGVkIGFuZCB0YWdnZWQgYnkgSmVua2lucwo='

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": 6,
4-
"VersionName": "20.1.0",
3+
"Version": 7,
4+
"VersionName": "20.1.1",
55
"FriendlyName": "AccelByte Unreal Engine SDK",
66
"Description": "Official AccelByte SDK for Unreal Engine 4",
77
"Category": "Online Platform",

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
### [20.1.1](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/branches/compare/20.1.1%0D20.1.0) (2022-12-01)
6+
7+
8+
### Features
9+
10+
* Add new chat service APIs ([deb61e6](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/deb61e6ceb5ea9ea2405a1a8b56317482a7d34a1))
11+
* **session:** add ENDED and UNKNOWN status in EAccelByteV2GameSessionDsStatus ([2a3cbb9](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/2a3cbb92f9b76b2bf44a8bdb9e18b694344f8c66))
12+
13+
14+
### Bug Fixes
15+
16+
* **session:** remove TextChat field from FAccelByteModelsV2GameSessionBaseRequest. ([f1c5016](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/f1c50167f8379bd9be2d27771f6f08c71d84850a))
17+
518
## [20.1.0](https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/branches/compare/20.1.0%0D20.0.0) (2022-11-21)
619

720

Content/CompatibilityMap.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"maxVersion": "1.25.1"
99
},
1010
"basic": {
11-
"minVersion": "2.3.1",
12-
"maxVersion": "2.3.1"
11+
"minVersion": "2.3.3",
12+
"maxVersion": "2.3.3"
1313
},
1414
"platform": {
15-
"minVersion": "4.18.0",
16-
"maxVersion": "4.18.0"
15+
"minVersion": "4.18.1",
16+
"maxVersion": "4.18.1"
1717
},
1818
"social": {
1919
"minVersion": "1.31.1",
@@ -44,15 +44,15 @@
4444
"maxVersion": "2.12.0"
4545
},
4646
"qosm": {
47-
"minVersion": "1.16.0",
48-
"maxVersion": "1.16.0"
47+
"minVersion": "1.16.1",
48+
"maxVersion": "1.16.1"
4949
},
5050
"dsmcontroller": {
51-
"minVersion": "4.0.0",
52-
"maxVersion": "4.0.0"
51+
"minVersion": "4.0.2",
52+
"maxVersion": "4.0.2"
5353
},
5454
"game-telemetry": {
55-
"minVersion": "1.14.0",
56-
"maxVersion": "1.14.0"
55+
"minVersion": "1.14.1",
56+
"maxVersion": "1.14.1"
5757
}
5858
}

0 commit comments

Comments
 (0)