Releases: PlayFab/CSharpSDK
CSharpSDK version 0.15
== 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
CSharpSDK version 0.14
== 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.
CSharpSDK version 0.13
== 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
CSharpSDK version 0.12
== 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!
CSharpSDK version 0.11
== 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.
CSharpSDK version 0.10
== SDK Patch Notes, Nov 16, 2015 ==
=== API Changes ===
Documentation updates.
The format for the version numbering has slightly changed.
CSharpSDK version 0.9
== SDK Patch Notes, Nov 09, 2015 ==
=== API Changes ===
Some data usage caps are enforced better, and reported better when broken.
Minor documentation changes.
New API-RedeemCouponRequest:
https://api.playfab.com/Documentation/Server/method/RedeemCoupon
CSharpSDK version 0.8
== SDK Patch Notes, Oct 26, 2015 ==
=== API Changes ===
Lots of improvements behind the scenes, but none are public-facing.
API_Specs contains much more information that can be used to generate more complete documentation and examples in the future.
CSharpSDK version 0.7
== SDK Patch Notes, Oct 19, 2015 ==
=== API Changes ===
Several API descriptions have been updated.
Several SeeAlso links have been updated.
The FailedByUber transaction-error has been deprecated, and
The FailedByPlayFab transaction-error replaces it.
CSharpSDK version 0.6
== SDK Patch Notes, Sept 28, 2015 ==
=== API Changes ===
Client/Server-API: GetCharacterInventory can return a new error type: CharacterNotFound
Admin-API: RevokeInventoryItemRequest can operate on a character-inventory by providing a CharacterId in the request
All: Very minor API-Documentation updates
=== CSharp Specific Changes ===
Minor updates to unit-testing framework
Added a CloudScript test