Skip to content

Commit

Permalink
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#240514
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFab SDK Team authored and PlayFab SDK Team committed May 14, 2024
1 parent 4c44a50 commit 560c464
Show file tree
Hide file tree
Showing 33 changed files with 203 additions and 119 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.171.240426",
"version": "1.172.240514",
"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 @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.171.240426",
sdkVersion: "1.172.240514",
requestGetParams: {
sdk: "JavaScriptSDK-1.171.240426"
sdk: "JavaScriptSDK-1.172.240514"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.171.240426";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.172.240514";
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 @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.171.240426",
sdkVersion: "1.172.240514",
requestGetParams: {
sdk: "JavaScriptSDK-1.171.240426"
sdk: "JavaScriptSDK-1.172.240514"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.171.240426";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.172.240514";
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 @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.171.240426",
sdkVersion: "1.172.240514",
requestGetParams: {
sdk: "JavaScriptSDK-1.171.240426"
sdk: "JavaScriptSDK-1.172.240514"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.171.240426";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.172.240514";
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 @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.171.240426",
sdkVersion: "1.172.240514",
requestGetParams: {
sdk: "JavaScriptSDK-1.171.240426"
sdk: "JavaScriptSDK-1.172.240514"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.171.240426";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.172.240514";
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 @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.171.240426",
sdkVersion: "1.172.240514",
requestGetParams: {
sdk: "JavaScriptSDK-1.171.240426"
sdk: "JavaScriptSDK-1.172.240514"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.171.240426";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.172.240514";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 deletions PlayFabSdk/src/PlayFab/PlayFabEconomyApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.171.240426",
sdkVersion: "1.172.240514",
requestGetParams: {
sdk: "JavaScriptSDK-1.171.240426"
sdk: "JavaScriptSDK-1.172.240514"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.171.240426";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.172.240514";
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 @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.171.240426",
sdkVersion: "1.172.240514",
requestGetParams: {
sdk: "JavaScriptSDK-1.171.240426"
sdk: "JavaScriptSDK-1.172.240514"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.171.240426";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.172.240514";
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 @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.171.240426",
sdkVersion: "1.172.240514",
requestGetParams: {
sdk: "JavaScriptSDK-1.171.240426"
sdk: "JavaScriptSDK-1.172.240514"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.171.240426";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.172.240514";
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 @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.171.240426",
sdkVersion: "1.172.240514",
requestGetParams: {
sdk: "JavaScriptSDK-1.171.240426"
sdk: "JavaScriptSDK-1.172.240514"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.171.240426";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.172.240514";
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 @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.171.240426",
sdkVersion: "1.172.240514",
requestGetParams: {
sdk: "JavaScriptSDK-1.171.240426"
sdk: "JavaScriptSDK-1.172.240514"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.171.240426";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.172.240514";
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 @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.171.240426",
sdkVersion: "1.172.240514",
requestGetParams: {
sdk: "JavaScriptSDK-1.171.240426"
sdk: "JavaScriptSDK-1.172.240514"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.171.240426";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.172.240514";
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 @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.171.240426",
sdkVersion: "1.172.240514",
requestGetParams: {
sdk: "JavaScriptSDK-1.171.240426"
sdk: "JavaScriptSDK-1.172.240514"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.171.240426";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.172.240514";
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 @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.171.240426",
sdkVersion: "1.172.240514",
requestGetParams: {
sdk: "JavaScriptSDK-1.171.240426"
sdk: "JavaScriptSDK-1.172.240514"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.171.240426";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.172.240514";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
12 changes: 8 additions & 4 deletions PlayFabSdk/src/PlayFab/PlayFabServerApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.171.240426",
sdkVersion: "1.172.240514",
requestGetParams: {
sdk: "JavaScriptSDK-1.171.240426"
sdk: "JavaScriptSDK-1.172.240514"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.171.240426";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.172.240514";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down Expand Up @@ -561,6 +561,10 @@ PlayFab.ServerApi = {
return PlayFab._internalSettings.ExecuteRequestWrapper("/Server/LinkXboxAccount", request, "X-SecretKey", callback, customData, extraHeaders);
},

LoginWithPSN: function (request, callback, customData, extraHeaders) {
return PlayFab._internalSettings.ExecuteRequestWrapper("/Server/LoginWithPSN", request, "X-SecretKey", callback, customData, extraHeaders);
},

LoginWithServerCustomId: function (request, callback, customData, extraHeaders) {
return PlayFab._internalSettings.ExecuteRequestWrapper("/Server/LoginWithServerCustomId", request, "X-SecretKey", callback, customData, extraHeaders);
},
Expand Down
22 changes: 19 additions & 3 deletions PlayFabSdk/src/Typings/PlayFab/PlayFabMultiplayerApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,9 @@ declare module PlayFabMultiplayerModels {
| "NCasT4_v3"
| "Ddv4"
| "Ddsv4"
| "HBv3";
| "HBv3"
| "Ddv5"
| "Ddsv5";

type AzureVmSize = "Standard_A1"

Expand Down Expand Up @@ -613,7 +615,17 @@ declare module PlayFabMultiplayerModels {
| "Standard_HB120_32rs_v3"
| "Standard_HB120_64rs_v3"
| "Standard_HB120_96rs_v3"
| "Standard_HB120rs_v3";
| "Standard_HB120rs_v3"
| "Standard_D2d_v5"
| "Standard_D4d_v5"
| "Standard_D8d_v5"
| "Standard_D16d_v5"
| "Standard_D32d_v5"
| "Standard_D2ds_v5"
| "Standard_D4ds_v5"
| "Standard_D8ds_v5"
| "Standard_D16ds_v5"
| "Standard_D32ds_v5";

export interface BuildAliasDetailsResponse extends PlayFabModule.IPlayFabResultCommon {
/** The guid string alias Id of the alias to be created or updated. */
Expand Down Expand Up @@ -1059,13 +1071,15 @@ declare module PlayFabMultiplayerModels {
* mount path of the game server executable.
*/
GameWorkingDirectory?: string;
/** The instrumentation configuration for the build. */
/** The instrumentation configuration for the Build. Used only if it is a Windows Build. */
InstrumentationConfiguration?: InstrumentationConfiguration;
/**
* Indicates whether this build will be created using the OS Preview versionPreview OS is recommended for dev builds to
* detect any breaking changes before they are released to retail. Retail builds should set this value to false.
*/
IsOSPreview?: boolean;
/** The Linux instrumentation configuration for the Build. Used only if it is a Linux Build. */
LinuxInstrumentationConfiguration?: LinuxInstrumentationConfiguration;
/**
* Metadata to tag the build. The keys are case insensitive. The build metadata is made available to the server through
* Game Server SDK (GSDK).Constraints: Maximum number of keys: 30, Maximum key length: 50, Maximum value length: 100
Expand Down Expand Up @@ -1125,6 +1139,8 @@ declare module PlayFabMultiplayerModels {
* detect any breaking changes before they are released to retail. Retail builds should set this value to false.
*/
IsOSPreview?: boolean;
/** The Linux instrumentation configuration for this build. */
LinuxInstrumentationConfiguration?: LinuxInstrumentationConfiguration;
/** The metadata of the build. */
Metadata?: { [key: string]: string | null };
/** The configuration for the monitoring application for the build */
Expand Down
Loading

0 comments on commit 560c464

Please sign in to comment.