Skip to content

Commit

Permalink
https://api.playfab.com/releaseNotes/#190625
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFabJenkinsBot committed Jun 26, 2019
2 parents b8add46 + 2051ada commit 6c93a37
Show file tree
Hide file tree
Showing 15 changed files with 39 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,9 @@ public static enum PlayFabErrorCode {
ExportUnknownError(5013),
ExportCantEditPendingExport(5014),
ExportLimitExports(5015),
ExportLimitEvents(5016);
ExportLimitEvents(5016),
TitleNotEnabledForParty(6000),
PartyVersionNotFound(6001);

public int id;

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.92.190610";
public static String BuildIdentifier = "jbuild_javasdk__sdk-genericslave-1_1";
public static String SdkVersionString = "JavaSDK-0.92.190610";
public static String SdkVersion = "0.93.190625";
public static String BuildIdentifier = "jbuild_javasdk__sdk-genericslave-3_1";
public static String SdkVersionString = "JavaSDK-0.93.190625";

public static Map<String, String> RequestGetParams;
static {
Expand Down
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.92.190610</version>
<version>0.93.190625</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>http://api.playfab.com/</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,9 @@ public static enum PlayFabErrorCode {
ExportUnknownError(5013),
ExportCantEditPendingExport(5014),
ExportLimitExports(5015),
ExportLimitEvents(5016);
ExportLimitEvents(5016),
TitleNotEnabledForParty(6000),
PartyVersionNotFound(6001);

public int id;

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.92.190610";
public static String BuildIdentifier = "jbuild_javasdk__sdk-genericslave-1_1";
public static String SdkVersionString = "JavaSDK-0.92.190610";
public static String SdkVersion = "0.93.190625";
public static String BuildIdentifier = "jbuild_javasdk__sdk-genericslave-3_1";
public static String SdkVersionString = "JavaSDK-0.93.190625";

public static Map<String, String> RequestGetParams;
static {
Expand Down
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.92.190610</version>
<version>0.93.190625</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>http://api.playfab.com/</url>
Expand Down
4 changes: 3 additions & 1 deletion PlayFabSDK/src/main/java/com/playfab/PlayFabAdminModels.java
Original file line number Diff line number Diff line change
Expand Up @@ -1755,7 +1755,9 @@ public static enum GenericErrorCodes {
ExportUnknownError,
ExportCantEditPendingExport,
ExportLimitExports,
ExportLimitEvents
ExportLimitEvents,
TitleNotEnabledForParty,
PartyVersionNotFound
}

public static class GetActionsOnPlayersInSegmentTaskInstanceResult {
Expand Down
4 changes: 3 additions & 1 deletion PlayFabSDK/src/main/java/com/playfab/PlayFabErrors.java
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,9 @@ public static enum PlayFabErrorCode {
ExportUnknownError(5013),
ExportCantEditPendingExport(5014),
ExportLimitExports(5015),
ExportLimitEvents(5016);
ExportLimitEvents(5016),
TitleNotEnabledForParty(6000),
PartyVersionNotFound(6001);

public int id;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,9 @@ public static enum GenericErrorCodes {
ExportUnknownError,
ExportCantEditPendingExport,
ExportLimitExports,
ExportLimitEvents
ExportLimitEvents,
TitleNotEnabledForParty,
PartyVersionNotFound
}

public static class GenericPlayFabIdPair {
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.92.190610";
public static String BuildIdentifier = "jbuild_javasdk__sdk-genericslave-1_1";
public static String SdkVersionString = "JavaSDK-0.92.190610";
public static String SdkVersion = "0.93.190625";
public static String BuildIdentifier = "jbuild_javasdk__sdk-genericslave-3_1";
public static String SdkVersionString = "JavaSDK-0.93.190625";

public static Map<String, String> RequestGetParams;
static {
Expand Down
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.92.190610</version>
<version>0.93.190625</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>http://api.playfab.com/</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1755,7 +1755,9 @@ public static enum GenericErrorCodes {
ExportUnknownError,
ExportCantEditPendingExport,
ExportLimitExports,
ExportLimitEvents
ExportLimitEvents,
TitleNotEnabledForParty,
PartyVersionNotFound
}

public static class GetActionsOnPlayersInSegmentTaskInstanceResult {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,9 @@ public static enum PlayFabErrorCode {
ExportUnknownError(5013),
ExportCantEditPendingExport(5014),
ExportLimitExports(5015),
ExportLimitEvents(5016);
ExportLimitEvents(5016),
TitleNotEnabledForParty(6000),
PartyVersionNotFound(6001);

public int id;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,9 @@ public static enum GenericErrorCodes {
ExportUnknownError,
ExportCantEditPendingExport,
ExportLimitExports,
ExportLimitEvents
ExportLimitEvents,
TitleNotEnabledForParty,
PartyVersionNotFound
}

public static class GenericPlayFabIdPair {
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.92.190610";
public static String BuildIdentifier = "jbuild_javasdk__sdk-genericslave-1_1";
public static String SdkVersionString = "JavaSDK-0.92.190610";
public static String SdkVersion = "0.93.190625";
public static String BuildIdentifier = "jbuild_javasdk__sdk-genericslave-3_1";
public static String SdkVersionString = "JavaSDK-0.93.190625";

public static Map<String, String> RequestGetParams;
static {
Expand Down

0 comments on commit 6c93a37

Please sign in to comment.