Skip to content

Commit

Permalink
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#230220
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFab SDK Team authored and PlayFab SDK Team committed Feb 20, 2023
2 parents ebcdee5 + 8e7b3b6 commit 66b1db5
Show file tree
Hide file tree
Showing 30 changed files with 127 additions and 23 deletions.
2 changes: 1 addition & 1 deletion AndroidStudioExample/app/packageMe.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ New-Item -ItemType Directory -Force ./builds
popd

cd target
Copy-Item client-sdk-0.181.230206.jar -Destination ../../builds/client-sdk-0.181.230206.jar
Copy-Item client-sdk-0.182.230220.jar -Destination ../../builds/client-sdk-0.182.230220.jar
2 changes: 1 addition & 1 deletion AndroidStudioExample/app/packageMe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ mkdir -p ./builds
popd

cd target
cp client-sdk-0.181.230206.jar ../../builds/client-sdk-0.181.230206.jar
cp client-sdk-0.182.230220.jar ../../builds/client-sdk-0.182.230220.jar
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ public static enum PlayFabErrorCode {
AnalysisSubscriptionFoundAlready(1552),
AnalysisSubscriptionManagementInvalidInput(1553),
InvalidGameCenterId(1554),
InvalidNintendoSwitchAccountId(1555),
MatchmakingEntityInvalid(2001),
MatchmakingPlayerAttributesInvalid(2002),
MatchmakingQueueNotFound(2016),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@ public static class CreateBuildWithCustomContainerRequest {
public Boolean UseStreamingForAssetDownloads;
/** The VM size to create the build on. */
public AzureVmSize VmSize;
/** The configuration for the VmStartupScript for the build */
public VmStartupScriptParams VmStartupScriptConfiguration;

}

Expand Down Expand Up @@ -493,6 +495,8 @@ public static class CreateBuildWithCustomContainerResponse {
public Boolean UseStreamingForAssetDownloads;
/** The VM size the build was created on. */
public AzureVmSize VmSize;
/** The configuration for the VmStartupScript feature for the build */
public VmStartupScriptConfiguration VmStartupScriptConfiguration;

}

Expand Down Expand Up @@ -544,6 +548,8 @@ public static class CreateBuildWithManagedContainerRequest {
public Boolean UseStreamingForAssetDownloads;
/** The VM size to create the build on. */
public AzureVmSize VmSize;
/** The configuration for the VmStartupScript for the build */
public VmStartupScriptParams VmStartupScriptConfiguration;
/** The crash dump configuration for the build. */
public WindowsCrashDumpConfiguration WindowsCrashDumpConfiguration;

Expand Down Expand Up @@ -599,6 +605,8 @@ public static class CreateBuildWithManagedContainerResponse {
public Boolean UseStreamingForAssetDownloads;
/** The VM size the build was created on. */
public AzureVmSize VmSize;
/** The configuration for the VmStartupScript feature for the build */
public VmStartupScriptConfiguration VmStartupScriptConfiguration;

}

Expand Down Expand Up @@ -659,6 +667,8 @@ public static class CreateBuildWithProcessBasedServerRequest {
public Boolean UseStreamingForAssetDownloads;
/** The VM size to create the build on. */
public AzureVmSize VmSize;
/** The configuration for the VmStartupScript for the build */
public VmStartupScriptParams VmStartupScriptConfiguration;

}

Expand Down Expand Up @@ -718,6 +728,8 @@ public static class CreateBuildWithProcessBasedServerResponse {
public Boolean UseStreamingForAssetDownloads;
/** The VM size the build was created on. */
public AzureVmSize VmSize;
/** The configuration for the VmStartupScript feature for the build */
public VmStartupScriptConfiguration VmStartupScriptConfiguration;

}

Expand Down Expand Up @@ -2618,6 +2630,18 @@ public static class VirtualMachineSummary {

}

public static class VmStartupScriptConfiguration {
/** Asset which contains the VmStartupScript script and any other required files. */
public AssetReference VmStartupScriptAssetReference;

}

public static class VmStartupScriptParams {
/** Asset which contains the VmStartupScript script and any other required files. */
public AssetReferenceParams VmStartupScriptAssetReference;

}

public static class WindowsCrashDumpConfiguration {
/** See https://docs.microsoft.com/en-us/windows/win32/wer/collecting-user-mode-dumps for valid values. */
public Integer CustomDumpFlags;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
import com.playfab.PlayFabErrors.ErrorCallback;

public class PlayFabSettings {
public static String SdkVersion = "0.181.230206";
public static String BuildIdentifier = "adobuild_javasdk_116";
public static String SdkVersionString = "JavaSDK-0.181.230206";
public static String SdkVersion = "0.182.230220";
public static String BuildIdentifier = "adobuild_javasdk_114";
public static String SdkVersionString = "JavaSDK-0.182.230220";

public static Map<String, String> RequestGetParams;
static {
Expand Down
2 changes: 1 addition & 1 deletion PlayFabClientSDK/packageMe.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ New-Item -ItemType Directory -Force ./builds
popd

cd target
Copy-Item client-sdk-0.181.230206.jar -Destination ../../builds/client-sdk-0.181.230206.jar
Copy-Item client-sdk-0.182.230220.jar -Destination ../../builds/client-sdk-0.182.230220.jar
2 changes: 1 addition & 1 deletion PlayFabClientSDK/packageMe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ mkdir -p ./builds
popd

cd target
cp client-sdk-0.181.230206.jar ../../builds/client-sdk-0.181.230206.jar
cp client-sdk-0.182.230220.jar ../../builds/client-sdk-0.182.230220.jar
2 changes: 1 addition & 1 deletion PlayFabClientSDK/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- GAV & Meta -->
<groupId>com.playfab</groupId>
<artifactId>client-sdk</artifactId>
<version>0.181.230206</version>
<version>0.182.230220</version>
<name>PlayFab Client API</name>
<description>PlayFab is the unified backend platform for games — everything you need to build and operate your game, all in one place, so you can focus on creating and delivering a great player experience. </description>
<url>https://docs.microsoft.com/gaming/playfab/</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ public static enum PlayFabErrorCode {
AnalysisSubscriptionFoundAlready(1552),
AnalysisSubscriptionManagementInvalidInput(1553),
InvalidGameCenterId(1554),
InvalidNintendoSwitchAccountId(1555),
MatchmakingEntityInvalid(2001),
MatchmakingPlayerAttributesInvalid(2002),
MatchmakingQueueNotFound(2016),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@ public static class CreateBuildWithCustomContainerRequest {
public Boolean UseStreamingForAssetDownloads;
/** The VM size to create the build on. */
public AzureVmSize VmSize;
/** The configuration for the VmStartupScript for the build */
public VmStartupScriptParams VmStartupScriptConfiguration;

}

Expand Down Expand Up @@ -493,6 +495,8 @@ public static class CreateBuildWithCustomContainerResponse {
public Boolean UseStreamingForAssetDownloads;
/** The VM size the build was created on. */
public AzureVmSize VmSize;
/** The configuration for the VmStartupScript feature for the build */
public VmStartupScriptConfiguration VmStartupScriptConfiguration;

}

Expand Down Expand Up @@ -544,6 +548,8 @@ public static class CreateBuildWithManagedContainerRequest {
public Boolean UseStreamingForAssetDownloads;
/** The VM size to create the build on. */
public AzureVmSize VmSize;
/** The configuration for the VmStartupScript for the build */
public VmStartupScriptParams VmStartupScriptConfiguration;
/** The crash dump configuration for the build. */
public WindowsCrashDumpConfiguration WindowsCrashDumpConfiguration;

Expand Down Expand Up @@ -599,6 +605,8 @@ public static class CreateBuildWithManagedContainerResponse {
public Boolean UseStreamingForAssetDownloads;
/** The VM size the build was created on. */
public AzureVmSize VmSize;
/** The configuration for the VmStartupScript feature for the build */
public VmStartupScriptConfiguration VmStartupScriptConfiguration;

}

Expand Down Expand Up @@ -659,6 +667,8 @@ public static class CreateBuildWithProcessBasedServerRequest {
public Boolean UseStreamingForAssetDownloads;
/** The VM size to create the build on. */
public AzureVmSize VmSize;
/** The configuration for the VmStartupScript for the build */
public VmStartupScriptParams VmStartupScriptConfiguration;

}

Expand Down Expand Up @@ -718,6 +728,8 @@ public static class CreateBuildWithProcessBasedServerResponse {
public Boolean UseStreamingForAssetDownloads;
/** The VM size the build was created on. */
public AzureVmSize VmSize;
/** The configuration for the VmStartupScript feature for the build */
public VmStartupScriptConfiguration VmStartupScriptConfiguration;

}

Expand Down Expand Up @@ -2618,6 +2630,18 @@ public static class VirtualMachineSummary {

}

public static class VmStartupScriptConfiguration {
/** Asset which contains the VmStartupScript script and any other required files. */
public AssetReference VmStartupScriptAssetReference;

}

public static class VmStartupScriptParams {
/** Asset which contains the VmStartupScript script and any other required files. */
public AssetReferenceParams VmStartupScriptAssetReference;

}

public static class WindowsCrashDumpConfiguration {
/** See https://docs.microsoft.com/en-us/windows/win32/wer/collecting-user-mode-dumps for valid values. */
public Integer CustomDumpFlags;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
import com.playfab.PlayFabErrors.ErrorCallback;

public class PlayFabSettings {
public static String SdkVersion = "0.181.230206";
public static String BuildIdentifier = "adobuild_javasdk_116";
public static String SdkVersionString = "JavaSDK-0.181.230206";
public static String SdkVersion = "0.182.230220";
public static String BuildIdentifier = "adobuild_javasdk_114";
public static String SdkVersionString = "JavaSDK-0.182.230220";

public static Map<String, String> RequestGetParams;
static {
Expand Down
2 changes: 1 addition & 1 deletion PlayFabSDK/packageMe.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ New-Item -ItemType Directory -Force ./builds
popd

cd target
Copy-Item combo-sdk-0.181.230206.jar -Destination ../../builds/combo-sdk-0.181.230206.jar
Copy-Item combo-sdk-0.182.230220.jar -Destination ../../builds/combo-sdk-0.182.230220.jar
2 changes: 1 addition & 1 deletion PlayFabSDK/packageMe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ mkdir -p ./builds
popd

cd target
cp combo-sdk-0.181.230206.jar ../../builds/combo-sdk-0.181.230206.jar
cp combo-sdk-0.182.230220.jar ../../builds/combo-sdk-0.182.230220.jar
2 changes: 1 addition & 1 deletion PlayFabSDK/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- GAV & Meta -->
<groupId>com.playfab</groupId>
<artifactId>combo-sdk</artifactId>
<version>0.181.230206</version>
<version>0.182.230220</version>
<name>PlayFab Combo API</name>
<description>PlayFab is the unified backend platform for games — everything you need to build and operate your game, all in one place, so you can focus on creating and delivering a great player experience. </description>
<url>https://docs.microsoft.com/gaming/playfab/</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1935,6 +1935,7 @@ public static enum GenericErrorCodes {
AnalysisSubscriptionFoundAlready,
AnalysisSubscriptionManagementInvalidInput,
InvalidGameCenterId,
InvalidNintendoSwitchAccountId,
MatchmakingEntityInvalid,
MatchmakingPlayerAttributesInvalid,
MatchmakingQueueNotFound,
Expand Down
1 change: 1 addition & 0 deletions PlayFabSDK/src/main/java/com/playfab/PlayFabErrors.java
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ public static enum PlayFabErrorCode {
AnalysisSubscriptionFoundAlready(1552),
AnalysisSubscriptionManagementInvalidInput(1553),
InvalidGameCenterId(1554),
InvalidNintendoSwitchAccountId(1555),
MatchmakingEntityInvalid(2001),
MatchmakingPlayerAttributesInvalid(2002),
MatchmakingQueueNotFound(2016),
Expand Down
24 changes: 24 additions & 0 deletions PlayFabSDK/src/main/java/com/playfab/PlayFabMultiplayerModels.java
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@ public static class CreateBuildWithCustomContainerRequest {
public Boolean UseStreamingForAssetDownloads;
/** The VM size to create the build on. */
public AzureVmSize VmSize;
/** The configuration for the VmStartupScript for the build */
public VmStartupScriptParams VmStartupScriptConfiguration;

}

Expand Down Expand Up @@ -493,6 +495,8 @@ public static class CreateBuildWithCustomContainerResponse {
public Boolean UseStreamingForAssetDownloads;
/** The VM size the build was created on. */
public AzureVmSize VmSize;
/** The configuration for the VmStartupScript feature for the build */
public VmStartupScriptConfiguration VmStartupScriptConfiguration;

}

Expand Down Expand Up @@ -544,6 +548,8 @@ public static class CreateBuildWithManagedContainerRequest {
public Boolean UseStreamingForAssetDownloads;
/** The VM size to create the build on. */
public AzureVmSize VmSize;
/** The configuration for the VmStartupScript for the build */
public VmStartupScriptParams VmStartupScriptConfiguration;
/** The crash dump configuration for the build. */
public WindowsCrashDumpConfiguration WindowsCrashDumpConfiguration;

Expand Down Expand Up @@ -599,6 +605,8 @@ public static class CreateBuildWithManagedContainerResponse {
public Boolean UseStreamingForAssetDownloads;
/** The VM size the build was created on. */
public AzureVmSize VmSize;
/** The configuration for the VmStartupScript feature for the build */
public VmStartupScriptConfiguration VmStartupScriptConfiguration;

}

Expand Down Expand Up @@ -659,6 +667,8 @@ public static class CreateBuildWithProcessBasedServerRequest {
public Boolean UseStreamingForAssetDownloads;
/** The VM size to create the build on. */
public AzureVmSize VmSize;
/** The configuration for the VmStartupScript for the build */
public VmStartupScriptParams VmStartupScriptConfiguration;

}

Expand Down Expand Up @@ -718,6 +728,8 @@ public static class CreateBuildWithProcessBasedServerResponse {
public Boolean UseStreamingForAssetDownloads;
/** The VM size the build was created on. */
public AzureVmSize VmSize;
/** The configuration for the VmStartupScript feature for the build */
public VmStartupScriptConfiguration VmStartupScriptConfiguration;

}

Expand Down Expand Up @@ -2618,6 +2630,18 @@ public static class VirtualMachineSummary {

}

public static class VmStartupScriptConfiguration {
/** Asset which contains the VmStartupScript script and any other required files. */
public AssetReference VmStartupScriptAssetReference;

}

public static class VmStartupScriptParams {
/** Asset which contains the VmStartupScript script and any other required files. */
public AssetReferenceParams VmStartupScriptAssetReference;

}

public static class WindowsCrashDumpConfiguration {
/** See https://docs.microsoft.com/en-us/windows/win32/wer/collecting-user-mode-dumps for valid values. */
public Integer CustomDumpFlags;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1662,6 +1662,7 @@ public static enum GenericErrorCodes {
AnalysisSubscriptionFoundAlready,
AnalysisSubscriptionManagementInvalidInput,
InvalidGameCenterId,
InvalidNintendoSwitchAccountId,
MatchmakingEntityInvalid,
MatchmakingPlayerAttributesInvalid,
MatchmakingQueueNotFound,
Expand Down
6 changes: 3 additions & 3 deletions PlayFabSDK/src/main/java/com/playfab/PlayFabSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
import com.playfab.PlayFabErrors.ErrorCallback;

public class PlayFabSettings {
public static String SdkVersion = "0.181.230206";
public static String BuildIdentifier = "adobuild_javasdk_116";
public static String SdkVersionString = "JavaSDK-0.181.230206";
public static String SdkVersion = "0.182.230220";
public static String BuildIdentifier = "adobuild_javasdk_114";
public static String SdkVersionString = "JavaSDK-0.182.230220";

public static Map<String, String> RequestGetParams;
static {
Expand Down
2 changes: 1 addition & 1 deletion PlayFabServerSDK/packageMe.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ New-Item -ItemType Directory -Force ./builds
popd

cd target
Copy-Item server-sdk-0.181.230206.jar -Destination ../../builds/server-sdk-0.181.230206.jar
Copy-Item server-sdk-0.182.230220.jar -Destination ../../builds/server-sdk-0.182.230220.jar
2 changes: 1 addition & 1 deletion PlayFabServerSDK/packageMe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ mkdir -p ./builds
popd

cd target
cp server-sdk-0.181.230206.jar ../../builds/server-sdk-0.181.230206.jar
cp server-sdk-0.182.230220.jar ../../builds/server-sdk-0.182.230220.jar
2 changes: 1 addition & 1 deletion PlayFabServerSDK/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- GAV & Meta -->
<groupId>com.playfab</groupId>
<artifactId>server-sdk</artifactId>
<version>0.181.230206</version>
<version>0.182.230220</version>
<name>PlayFab Server API</name>
<description>PlayFab is the unified backend platform for games — everything you need to build and operate your game, all in one place, so you can focus on creating and delivering a great player experience. </description>
<url>https://docs.microsoft.com/gaming/playfab/</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1935,6 +1935,7 @@ public static enum GenericErrorCodes {
AnalysisSubscriptionFoundAlready,
AnalysisSubscriptionManagementInvalidInput,
InvalidGameCenterId,
InvalidNintendoSwitchAccountId,
MatchmakingEntityInvalid,
MatchmakingPlayerAttributesInvalid,
MatchmakingQueueNotFound,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ public static enum PlayFabErrorCode {
AnalysisSubscriptionFoundAlready(1552),
AnalysisSubscriptionManagementInvalidInput(1553),
InvalidGameCenterId(1554),
InvalidNintendoSwitchAccountId(1555),
MatchmakingEntityInvalid(2001),
MatchmakingPlayerAttributesInvalid(2002),
MatchmakingQueueNotFound(2016),
Expand Down
Loading

0 comments on commit 66b1db5

Please sign in to comment.