Skip to content

Commit

Permalink
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#210511
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFabJenkinsBot committed May 11, 2021
1 parent b50796e commit 4db041b
Show file tree
Hide file tree
Showing 35 changed files with 125 additions and 117 deletions.
2 changes: 1 addition & 1 deletion PlayFabSdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playfab-web-sdk",
"version": "1.85.210427",
"version": "1.86.210511",
"description": "Playfab SDK for JS client applications",
"license": "Apache-2.0",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions PlayFabSdk/src/PlayFab/PlayFabAdminApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.85.210427",
sdkVersion: "1.86.210511",
requestGetParams: {
sdk: "JavaScriptSDK-1.85.210427"
sdk: "JavaScriptSDK-1.86.210511"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -231,8 +231,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
PlayFab.sdkVersion = "1.85.210427";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_0";
PlayFab.sdkVersion = "1.86.210511";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 deletions PlayFabSdk/src/PlayFab/PlayFabAuthenticationApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.85.210427",
sdkVersion: "1.86.210511",
requestGetParams: {
sdk: "JavaScriptSDK-1.85.210427"
sdk: "JavaScriptSDK-1.86.210511"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -231,8 +231,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
PlayFab.sdkVersion = "1.85.210427";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_0";
PlayFab.sdkVersion = "1.86.210511";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 deletions PlayFabSdk/src/PlayFab/PlayFabClientApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.85.210427",
sdkVersion: "1.86.210511",
requestGetParams: {
sdk: "JavaScriptSDK-1.85.210427"
sdk: "JavaScriptSDK-1.86.210511"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -231,8 +231,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
PlayFab.sdkVersion = "1.85.210427";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_0";
PlayFab.sdkVersion = "1.86.210511";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 deletions PlayFabSdk/src/PlayFab/PlayFabCloudScriptApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.85.210427",
sdkVersion: "1.86.210511",
requestGetParams: {
sdk: "JavaScriptSDK-1.85.210427"
sdk: "JavaScriptSDK-1.86.210511"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -231,8 +231,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
PlayFab.sdkVersion = "1.85.210427";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_0";
PlayFab.sdkVersion = "1.86.210511";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 deletions PlayFabSdk/src/PlayFab/PlayFabDataApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.85.210427",
sdkVersion: "1.86.210511",
requestGetParams: {
sdk: "JavaScriptSDK-1.85.210427"
sdk: "JavaScriptSDK-1.86.210511"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -231,8 +231,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
PlayFab.sdkVersion = "1.85.210427";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_0";
PlayFab.sdkVersion = "1.86.210511";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 deletions PlayFabSdk/src/PlayFab/PlayFabEventsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.85.210427",
sdkVersion: "1.86.210511",
requestGetParams: {
sdk: "JavaScriptSDK-1.85.210427"
sdk: "JavaScriptSDK-1.86.210511"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -231,8 +231,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
PlayFab.sdkVersion = "1.85.210427";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_0";
PlayFab.sdkVersion = "1.86.210511";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 deletions PlayFabSdk/src/PlayFab/PlayFabExperimentationApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.85.210427",
sdkVersion: "1.86.210511",
requestGetParams: {
sdk: "JavaScriptSDK-1.85.210427"
sdk: "JavaScriptSDK-1.86.210511"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -231,8 +231,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
PlayFab.sdkVersion = "1.85.210427";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_0";
PlayFab.sdkVersion = "1.86.210511";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 deletions PlayFabSdk/src/PlayFab/PlayFabGroupsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.85.210427",
sdkVersion: "1.86.210511",
requestGetParams: {
sdk: "JavaScriptSDK-1.85.210427"
sdk: "JavaScriptSDK-1.86.210511"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -231,8 +231,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
PlayFab.sdkVersion = "1.85.210427";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_0";
PlayFab.sdkVersion = "1.86.210511";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 deletions PlayFabSdk/src/PlayFab/PlayFabInsightsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.85.210427",
sdkVersion: "1.86.210511",
requestGetParams: {
sdk: "JavaScriptSDK-1.85.210427"
sdk: "JavaScriptSDK-1.86.210511"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -231,8 +231,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
PlayFab.sdkVersion = "1.85.210427";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_0";
PlayFab.sdkVersion = "1.86.210511";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 deletions PlayFabSdk/src/PlayFab/PlayFabLocalizationApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.85.210427",
sdkVersion: "1.86.210511",
requestGetParams: {
sdk: "JavaScriptSDK-1.85.210427"
sdk: "JavaScriptSDK-1.86.210511"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -231,8 +231,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
PlayFab.sdkVersion = "1.85.210427";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_0";
PlayFab.sdkVersion = "1.86.210511";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 deletions PlayFabSdk/src/PlayFab/PlayFabMatchmakerApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.85.210427",
sdkVersion: "1.86.210511",
requestGetParams: {
sdk: "JavaScriptSDK-1.85.210427"
sdk: "JavaScriptSDK-1.86.210511"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -231,8 +231,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
PlayFab.sdkVersion = "1.85.210427";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_0";
PlayFab.sdkVersion = "1.86.210511";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 deletions PlayFabSdk/src/PlayFab/PlayFabMultiplayerApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.85.210427",
sdkVersion: "1.86.210511",
requestGetParams: {
sdk: "JavaScriptSDK-1.85.210427"
sdk: "JavaScriptSDK-1.86.210511"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -231,8 +231,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
PlayFab.sdkVersion = "1.85.210427";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_0";
PlayFab.sdkVersion = "1.86.210511";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 deletions PlayFabSdk/src/PlayFab/PlayFabProfilesApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.85.210427",
sdkVersion: "1.86.210511",
requestGetParams: {
sdk: "JavaScriptSDK-1.85.210427"
sdk: "JavaScriptSDK-1.86.210511"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -231,8 +231,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
PlayFab.sdkVersion = "1.85.210427";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_0";
PlayFab.sdkVersion = "1.86.210511";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 deletions PlayFabSdk/src/PlayFab/PlayFabServerApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.85.210427",
sdkVersion: "1.86.210511",
requestGetParams: {
sdk: "JavaScriptSDK-1.85.210427"
sdk: "JavaScriptSDK-1.86.210511"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -231,8 +231,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
PlayFab.sdkVersion = "1.85.210427";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_0";
PlayFab.sdkVersion = "1.86.210511";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
1 change: 1 addition & 0 deletions PlayFabSdk/src/Typings/PlayFab/PlayFabAdminApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2467,6 +2467,7 @@ declare module PlayFabAdminModels {
| "TitleNotEnabledForParty"
| "PartyVersionNotFound"
| "MultiplayerServerBuildReferencedByMatchmakingQueue"
| "MultiplayerServerBuildReferencedByBuildAlias"
| "ExperimentationExperimentStopped"
| "ExperimentationExperimentRunning"
| "ExperimentationExperimentNotFound"
Expand Down
6 changes: 4 additions & 2 deletions PlayFabSdk/src/Typings/PlayFab/PlayFabMultiplayerApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,8 @@ declare module PlayFabMultiplayerModels {
| "Ev4"
| "Esv4"
| "Dsv3"
| "Dsv2";
| "Dsv2"
| "NCasT4_v3";

type AzureVmSize = "Standard_A1"
| "Standard_A2"
Expand Down Expand Up @@ -459,7 +460,8 @@ declare module PlayFabMultiplayerModels {
| "Standard_DS2_v2"
| "Standard_DS3_v2"
| "Standard_DS4_v2"
| "Standard_DS5_v2";
| "Standard_DS5_v2"
| "Standard_NC4as_T4_v3";

export interface BuildAliasDetailsResponse extends PlayFabModule.IPlayFabResultCommon {
/** The guid string alias Id of the alias to be created or updated. */
Expand Down
1 change: 1 addition & 0 deletions PlayFabSdk/src/Typings/PlayFab/PlayFabServerApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2344,6 +2344,7 @@ declare module PlayFabServerModels {
| "TitleNotEnabledForParty"
| "PartyVersionNotFound"
| "MultiplayerServerBuildReferencedByMatchmakingQueue"
| "MultiplayerServerBuildReferencedByBuildAlias"
| "ExperimentationExperimentStopped"
| "ExperimentationExperimentRunning"
| "ExperimentationExperimentNotFound"
Expand Down
8 changes: 4 additions & 4 deletions PlayFabTestingExample/src/PlayFab/PlayFabAdminApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.85.210427",
sdkVersion: "1.86.210511",
requestGetParams: {
sdk: "JavaScriptSDK-1.85.210427"
sdk: "JavaScriptSDK-1.86.210511"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -231,8 +231,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_1";
PlayFab.sdkVersion = "1.85.210427";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-3_0";
PlayFab.sdkVersion = "1.86.210511";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
Loading

0 comments on commit 4db041b

Please sign in to comment.