Skip to content

Releases: PlayFab/PostmanCollection

PostmanCollection version 0.11

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

PostmanCollection version 0.10

22 Feb 19:01
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

PostmanCollection version 0.9

15 Feb 18:35
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

PostmanCollection version 0.8

08 Feb 20:54
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

PostmanCollection version 0.7

02 Feb 01:13
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

PostmanCollection version 0.6

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

PostmanCollection version 0.5

18 Jan 18:36
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.

PostmanCollection version 0.4

10 Dec 05:55
Compare
Choose a tag to compare

== SDK Patch Notes, Dec 09, 2015 ==

=== API Changes ===
Revamped apis for PlayerStatistic
Xbox authentication
PS4 authentication
Minor documentation improvements
SdkGenerator revamped, code cleanup in generator and all sdks, better client/server sdk-separation
New automated tests in all SDKs for upcoming features

PostmanCollection version 0.3

01 Dec 04:52
Compare
Choose a tag to compare

== SDK Patch Notes, Nov 30, 2015 ==

=== API Changes ===
LoginWithGameCenter - This was previously published and now being un-hidden.
GetLeaderboardAroundUser - Some issues with returning the correct number of results have been fixed.
GetFriendLeaderboardAroundUser - New API method that acts like GetLeaderboardAroundUser except restricts leadboard results to the current player's friend list.
General Login - New data is being returned for all login results. This is still in prototype, and not fully functional yet. Stay tuned!

PostmanCollection version 0.2

23 Nov 21:27
Compare
Choose a tag to compare

== SDK Patch Notes, Nov 23, 2015 ==

=== API Changes ===
The steam error message response has been improved.
Updated automated testing systems for SDKs.
Minor documentation updates.

=== PostmanCollection Specific ===
Fixing server/admin authentication issues.