Skip to content

Commit

Permalink
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#230512
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFab SDK Team authored and PlayFab SDK Team committed May 17, 2023
2 parents 2d0fd96 + f1b73d4 commit 261d508
Show file tree
Hide file tree
Showing 28 changed files with 34 additions and 26 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.188.230428.jar -Destination ../../builds/client-sdk-0.188.230428.jar
Copy-Item client-sdk-0.189.230512.jar -Destination ../../builds/client-sdk-0.189.230512.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.188.230428.jar ../../builds/client-sdk-0.188.230428.jar
cp client-sdk-0.189.230512.jar ../../builds/client-sdk-0.189.230512.jar
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@ public static enum PlayFabErrorCode {
TelemetryKeyInvalid(14203),
TelemetryKeyCountOverLimit(14204),
TelemetryKeyDeactivated(14205),
TelemetryKeyLongInsightsRetentionNotAllowed(14206),
EventSinkConnectionInvalid(15000),
EventSinkConnectionUnauthorized(15001),
EventSinkRegionInvalid(15002),
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.188.230428";
public static String BuildIdentifier = "adobuild_javasdk_114";
public static String SdkVersionString = "JavaSDK-0.188.230428";
public static String SdkVersion = "0.189.230512";
public static String BuildIdentifier = "adobuild_javasdk_118";
public static String SdkVersionString = "JavaSDK-0.189.230512";

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.188.230428.jar -Destination ../../builds/client-sdk-0.188.230428.jar
Copy-Item client-sdk-0.189.230512.jar -Destination ../../builds/client-sdk-0.189.230512.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.188.230428.jar ../../builds/client-sdk-0.188.230428.jar
cp client-sdk-0.189.230512.jar ../../builds/client-sdk-0.189.230512.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.188.230428</version>
<version>0.189.230512</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 @@ -713,6 +713,7 @@ public static enum PlayFabErrorCode {
TelemetryKeyInvalid(14203),
TelemetryKeyCountOverLimit(14204),
TelemetryKeyDeactivated(14205),
TelemetryKeyLongInsightsRetentionNotAllowed(14206),
EventSinkConnectionInvalid(15000),
EventSinkConnectionUnauthorized(15001),
EventSinkRegionInvalid(15002),
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.188.230428";
public static String BuildIdentifier = "adobuild_javasdk_114";
public static String SdkVersionString = "JavaSDK-0.188.230428";
public static String SdkVersion = "0.189.230512";
public static String BuildIdentifier = "adobuild_javasdk_118";
public static String SdkVersionString = "JavaSDK-0.189.230512";

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.188.230428.jar -Destination ../../builds/combo-sdk-0.188.230428.jar
Copy-Item combo-sdk-0.189.230512.jar -Destination ../../builds/combo-sdk-0.189.230512.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.188.230428.jar ../../builds/combo-sdk-0.188.230428.jar
cp combo-sdk-0.189.230512.jar ../../builds/combo-sdk-0.189.230512.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.188.230428</version>
<version>0.189.230512</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 @@ -2099,6 +2099,7 @@ public static enum GenericErrorCodes {
TelemetryKeyInvalid,
TelemetryKeyCountOverLimit,
TelemetryKeyDeactivated,
TelemetryKeyLongInsightsRetentionNotAllowed,
EventSinkConnectionInvalid,
EventSinkConnectionUnauthorized,
EventSinkRegionInvalid,
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 @@ -713,6 +713,7 @@ public static enum PlayFabErrorCode {
TelemetryKeyInvalid(14203),
TelemetryKeyCountOverLimit(14204),
TelemetryKeyDeactivated(14205),
TelemetryKeyLongInsightsRetentionNotAllowed(14206),
EventSinkConnectionInvalid(15000),
EventSinkConnectionUnauthorized(15001),
EventSinkRegionInvalid(15002),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static class EventContents {
public static class WriteEventsRequest {
/** The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). */
public Map<String,String> CustomTags;
/** Collection of events to write to PlayStream. */
/** The collection of events to write. Up to 200 events can be written per request. */
public ArrayList<EventContents> Events;

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1828,6 +1828,7 @@ public static enum GenericErrorCodes {
TelemetryKeyInvalid,
TelemetryKeyCountOverLimit,
TelemetryKeyDeactivated,
TelemetryKeyLongInsightsRetentionNotAllowed,
EventSinkConnectionInvalid,
EventSinkConnectionUnauthorized,
EventSinkRegionInvalid,
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.188.230428";
public static String BuildIdentifier = "adobuild_javasdk_114";
public static String SdkVersionString = "JavaSDK-0.188.230428";
public static String SdkVersion = "0.189.230512";
public static String BuildIdentifier = "adobuild_javasdk_118";
public static String SdkVersionString = "JavaSDK-0.189.230512";

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.188.230428.jar -Destination ../../builds/server-sdk-0.188.230428.jar
Copy-Item server-sdk-0.189.230512.jar -Destination ../../builds/server-sdk-0.189.230512.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.188.230428.jar ../../builds/server-sdk-0.188.230428.jar
cp server-sdk-0.189.230512.jar ../../builds/server-sdk-0.189.230512.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.188.230428</version>
<version>0.189.230512</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 @@ -2099,6 +2099,7 @@ public static enum GenericErrorCodes {
TelemetryKeyInvalid,
TelemetryKeyCountOverLimit,
TelemetryKeyDeactivated,
TelemetryKeyLongInsightsRetentionNotAllowed,
EventSinkConnectionInvalid,
EventSinkConnectionUnauthorized,
EventSinkRegionInvalid,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@ public static enum PlayFabErrorCode {
TelemetryKeyInvalid(14203),
TelemetryKeyCountOverLimit(14204),
TelemetryKeyDeactivated(14205),
TelemetryKeyLongInsightsRetentionNotAllowed(14206),
EventSinkConnectionInvalid(15000),
EventSinkConnectionUnauthorized(15001),
EventSinkRegionInvalid(15002),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static class EventContents {
public static class WriteEventsRequest {
/** The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). */
public Map<String,String> CustomTags;
/** Collection of events to write to PlayStream. */
/** The collection of events to write. Up to 200 events can be written per request. */
public ArrayList<EventContents> Events;

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1828,6 +1828,7 @@ public static enum GenericErrorCodes {
TelemetryKeyInvalid,
TelemetryKeyCountOverLimit,
TelemetryKeyDeactivated,
TelemetryKeyLongInsightsRetentionNotAllowed,
EventSinkConnectionInvalid,
EventSinkConnectionUnauthorized,
EventSinkRegionInvalid,
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.188.230428";
public static String BuildIdentifier = "adobuild_javasdk_114";
public static String SdkVersionString = "JavaSDK-0.188.230428";
public static String SdkVersion = "0.189.230512";
public static String BuildIdentifier = "adobuild_javasdk_118";
public static String SdkVersionString = "JavaSDK-0.189.230512";

public static Map<String, String> RequestGetParams;
static {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## ~~0. Install via Maven or Gradle:~~
> Note: The PlayFab SDK Maven package is out of date. We are working to update to the latest. For now, to get the latest Java SDK for your game, you will need to clone this repo and build from source.
Check the [Public Artifact Repository](https://dev.azure.com/PlayFabInternal/Main/_artifacts/feed/PlayFab-JavaSDK-combined) for latest versions of our SDKs.
Check the [Public Artifact Repository](https://dev.azure.com/PlayFabJavaSDK/PlayFab%20JavaSDK/_artifacts/feed/JavaSDK) for latest versions of our SDKs.
When using **Maven**, use the following snippet as part of your dependencies set:
(Use `client-sdk` or `server-sdk` or `combo-sdk` as ARTIFACT)

Expand Down
Binary file added builds/client-sdk-0.189.230512.jar
Binary file not shown.
Binary file added builds/combo-sdk-0.189.230512.jar
Binary file not shown.

0 comments on commit 261d508

Please sign in to comment.