Releases: PlayFab/JavaSDK
JavaSDK version 0.21
== 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
== 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
== SDK Patch Notes, Mar 7, 2016 ==
=== API Changes ===
Added GetPlayerStatisticVersions
Cleaned up account API signatures
JavaSDK version 0.18
== 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
== 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
== 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
== 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
== 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
== 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
== SDK Patch Notes, Dec 21, 2015 ==
=== JavaSDK Specific Changes ===
Google advertisingId is now automatically fetched appropriately when required.