Skip to content

Commit 7683f68

Browse files
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#210125
2 parents ce4d9b4 + c13ae1e commit 7683f68

35 files changed

+361
-129
lines changed

PlayFabSdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playfab-web-sdk",
3-
"version": "1.80.210111",
3+
"version": "1.81.210125",
44
"description": "Playfab SDK for JS client applications",
55
"license": "Apache-2.0",
66
"repository": {

PlayFabSdk/src/PlayFab/PlayFabAdminApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ if(!PlayFab.settings) {
2222
if(!PlayFab._internalSettings) {
2323
PlayFab._internalSettings = {
2424
entityToken: null,
25-
sdkVersion: "1.80.210111",
25+
sdkVersion: "1.81.210125",
2626
requestGetParams: {
27-
sdk: "JavaScriptSDK-1.80.210111"
27+
sdk: "JavaScriptSDK-1.81.210125"
2828
},
2929
sessionTicket: null,
3030
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-genericslave-1_2";
235-
PlayFab.sdkVersion = "1.80.210111";
235+
PlayFab.sdkVersion = "1.81.210125";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabAuthenticationApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ if(!PlayFab.settings) {
2222
if(!PlayFab._internalSettings) {
2323
PlayFab._internalSettings = {
2424
entityToken: null,
25-
sdkVersion: "1.80.210111",
25+
sdkVersion: "1.81.210125",
2626
requestGetParams: {
27-
sdk: "JavaScriptSDK-1.80.210111"
27+
sdk: "JavaScriptSDK-1.81.210125"
2828
},
2929
sessionTicket: null,
3030
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-genericslave-1_2";
235-
PlayFab.sdkVersion = "1.80.210111";
235+
PlayFab.sdkVersion = "1.81.210125";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabClientApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ if(!PlayFab.settings) {
2222
if(!PlayFab._internalSettings) {
2323
PlayFab._internalSettings = {
2424
entityToken: null,
25-
sdkVersion: "1.80.210111",
25+
sdkVersion: "1.81.210125",
2626
requestGetParams: {
27-
sdk: "JavaScriptSDK-1.80.210111"
27+
sdk: "JavaScriptSDK-1.81.210125"
2828
},
2929
sessionTicket: null,
3030
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-genericslave-1_2";
235-
PlayFab.sdkVersion = "1.80.210111";
235+
PlayFab.sdkVersion = "1.81.210125";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabCloudScriptApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ if(!PlayFab.settings) {
2222
if(!PlayFab._internalSettings) {
2323
PlayFab._internalSettings = {
2424
entityToken: null,
25-
sdkVersion: "1.80.210111",
25+
sdkVersion: "1.81.210125",
2626
requestGetParams: {
27-
sdk: "JavaScriptSDK-1.80.210111"
27+
sdk: "JavaScriptSDK-1.81.210125"
2828
},
2929
sessionTicket: null,
3030
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-genericslave-1_2";
235-
PlayFab.sdkVersion = "1.80.210111";
235+
PlayFab.sdkVersion = "1.81.210125";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabDataApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ if(!PlayFab.settings) {
2222
if(!PlayFab._internalSettings) {
2323
PlayFab._internalSettings = {
2424
entityToken: null,
25-
sdkVersion: "1.80.210111",
25+
sdkVersion: "1.81.210125",
2626
requestGetParams: {
27-
sdk: "JavaScriptSDK-1.80.210111"
27+
sdk: "JavaScriptSDK-1.81.210125"
2828
},
2929
sessionTicket: null,
3030
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-genericslave-1_2";
235-
PlayFab.sdkVersion = "1.80.210111";
235+
PlayFab.sdkVersion = "1.81.210125";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabEventsApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ if(!PlayFab.settings) {
2222
if(!PlayFab._internalSettings) {
2323
PlayFab._internalSettings = {
2424
entityToken: null,
25-
sdkVersion: "1.80.210111",
25+
sdkVersion: "1.81.210125",
2626
requestGetParams: {
27-
sdk: "JavaScriptSDK-1.80.210111"
27+
sdk: "JavaScriptSDK-1.81.210125"
2828
},
2929
sessionTicket: null,
3030
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-genericslave-1_2";
235-
PlayFab.sdkVersion = "1.80.210111";
235+
PlayFab.sdkVersion = "1.81.210125";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabExperimentationApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ if(!PlayFab.settings) {
2222
if(!PlayFab._internalSettings) {
2323
PlayFab._internalSettings = {
2424
entityToken: null,
25-
sdkVersion: "1.80.210111",
25+
sdkVersion: "1.81.210125",
2626
requestGetParams: {
27-
sdk: "JavaScriptSDK-1.80.210111"
27+
sdk: "JavaScriptSDK-1.81.210125"
2828
},
2929
sessionTicket: null,
3030
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-genericslave-1_2";
235-
PlayFab.sdkVersion = "1.80.210111";
235+
PlayFab.sdkVersion = "1.81.210125";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabGroupsApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ if(!PlayFab.settings) {
2222
if(!PlayFab._internalSettings) {
2323
PlayFab._internalSettings = {
2424
entityToken: null,
25-
sdkVersion: "1.80.210111",
25+
sdkVersion: "1.81.210125",
2626
requestGetParams: {
27-
sdk: "JavaScriptSDK-1.80.210111"
27+
sdk: "JavaScriptSDK-1.81.210125"
2828
},
2929
sessionTicket: null,
3030
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-genericslave-1_2";
235-
PlayFab.sdkVersion = "1.80.210111";
235+
PlayFab.sdkVersion = "1.81.210125";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

PlayFabSdk/src/PlayFab/PlayFabInsightsApi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ if(!PlayFab.settings) {
2222
if(!PlayFab._internalSettings) {
2323
PlayFab._internalSettings = {
2424
entityToken: null,
25-
sdkVersion: "1.80.210111",
25+
sdkVersion: "1.81.210125",
2626
requestGetParams: {
27-
sdk: "JavaScriptSDK-1.80.210111"
27+
sdk: "JavaScriptSDK-1.81.210125"
2828
},
2929
sessionTicket: null,
3030
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -232,7 +232,7 @@ if(!PlayFab._internalSettings) {
232232
}
233233

234234
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-genericslave-1_2";
235-
PlayFab.sdkVersion = "1.80.210111";
235+
PlayFab.sdkVersion = "1.81.210125";
236236
PlayFab.GenerateErrorReport = function (error) {
237237
if (error == null)
238238
return "";

0 commit comments

Comments
 (0)