Skip to content

Releases: PlayFab/JavaSDK

JavaSDK version 0.21

12 Apr 00:35
Compare
Choose a tag to compare

== SDK Patch Notes, Apr 11, 2016 ==

=== API Changes ===
Rank for the following calls now match other leaderboard calls:
GetFriendLeaderboardAroundPlayer
GetFriendLeaderboardAroundCurrentUser
GetLeaderboardAroundPlayer
GetLeaderboardAroundCurrentUser

Minor bug fixes

JavaSDK version 0.20

28 Mar 18:24
Compare
Choose a tag to compare

== SDK Patch Notes, Mar 28, 2016 ==

=== API Changes ===
Minor incremental improvements to the new Resettable-Leaderboards and other Player-Statistics tweaks.
Minor revisions in the way that CloudScript is uploaded via Admin-Api.
Continuing to revise and define api limits and overage definitions where needed.
"PlayFabId" input has been removed from the documentation on a few client apis, which never used that value.
Lots of minor documentation updates.
New ExecuteCloudScript api which replaces the older pattern of GetCloudScriptUrl+RunCloudScript.
This should make it easier for novice users to call CloudScript correctly.

JavaSDK version 0.19

07 Mar 23:13
Compare
Choose a tag to compare

== SDK Patch Notes, Mar 7, 2016 ==

=== API Changes ===
Added GetPlayerStatisticVersions
Cleaned up account API signatures

JavaSDK version 0.18

22 Feb 19:05
Compare
Choose a tag to compare

== SDK Patch Notes, Feb 22, 2016 ==

=== API Changes ===
Added Server.GetPlayFabIDsFromSteamIDs
Fixed a minor bug in Server.GetPlayerStatistics
Fixed a minor bug in Server.UpdatePlayerStatistics

JavaSDK version 0.17

15 Feb 18:34
Compare
Choose a tag to compare

== SDK Patch Notes, Feb 15, 2016 ==

=== API Changes ===
Resettable Leaderboards and Player Statistics are now live
GetPlayFabIDsFromSteamIDs accepts and returns string IDs for languages that cannot handle ulong values.
Minor changes to support Parse migrations
Minor documentation adjustments

JavaSDK version 0.16

08 Feb 20:55
Compare
Choose a tag to compare

== SDK Patch Notes, Feb 08, 2016 ==

=== API Changes ===
SteamID types updated from Uint32 to Uint64
Added APIs: server.UnlockContainerInstance, server.UnlockContainerItem, server.UnlockContainerItem, server.UnlockContainerInstance
admin.StatisticResetIntervalOption for use in resetable leaderboards

JavaSDK version 0.15

02 Feb 01:11
Compare
Choose a tag to compare

== SDK Patch Notes, Feb 01, 2016 ==

=== API Changes ===
Added new APIs: server.ConsumeItem
SteamID types updated from Uint64 to Uint32
GetContentListResult ItemCounts updated from Int64 to Int32

JavaSDK version 0.14

02 Feb 00:54
Compare
Choose a tag to compare

== SDK Patch Notes, Jan 25, 2016 ==

=== API Changes ===
Added new APIs Client.GetPlayFabIDsFromKongregateIDs, Client.GetCharacterStatistics,
Client.UpdateCharacterStatistics, Server.RevokeInventoryItem
Fixed typo in PuchaseItem___ -> PurchaseItem___
Updated UserAccountInfo to contain additional account details

JavaSDK version 0.13

18 Jan 18:34
Compare
Choose a tag to compare

== SDK Patch Notes, Jan 18, 2016 ==

=== API Changes ===
New leaderboard apis are available: GetLeaderboardAroundPlayer and GetFriendLeaderboardAroundPlayer.
Old leaderboard apis are deprecated: GetFriendLeaderboardAroundCurrentUser and GetLeaderboardAroundCurrentUser
Lots of minor documentation improvements.

=== JavaSdk Specific Changes ===
AndroidStudioExample: The Android advertisingId is automatically fetched and sent to PlayFab when appropriate (and only when appropriate)

JavaSDK version 0.12

22 Dec 00:41
Compare
Choose a tag to compare

== SDK Patch Notes, Dec 21, 2015 ==

=== JavaSDK Specific Changes ===
Google advertisingId is now automatically fetched appropriately when required.