Skip to content

Releases: PlayFab/JavaSDK

JavaSDK version 0.8

16 Nov 18:39

Choose a tag to compare

== SDK Patch Notes, Nov 16, 2015 ==

=== API Changes ===
Documentation updates.
The format for the version numbering has slightly changed.

JavaSDK version 0.7

09 Nov 23:23

Choose a tag to compare

== 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

JavaSDK version 0.6

09 Nov 23:37

Choose a tag to compare

== 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.

JavaSDK version 0.5

19 Oct 21:05

Choose a tag to compare

== 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.

JavaSDK version 0.4

28 Sep 20:14

Choose a tag to compare

== 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

=== Java Specific Changes ===
CloudScript fixes, added a CloudScript JUnit test
Better error-reporting for bad/failed api calls

JavaSDK version 0.3

21 Sep 18:24

Choose a tag to compare

== SDK Patch Notes, Sept 21, 2015 ==

=== API Changes ===
All-APIs: Minor function-documentation changes
All-APIs: CatalogItem gains an optional parameter linked to facebook purchasing.
Client and Server API: VC recharge times are added to GetCharacterInventoryResult
Client-API: LinkFacebookAccountRequest gains an optional parameter to override old connections
Client-API: LinkKongregateAccountRequest and LoginWithKongregateRequest parameters are fixed

JavaSDK version 0.2

09 Sep 00:36

Choose a tag to compare

== SDK Patch Notes, Sept 8, 2015 ==

=== API Changes ===
Some API's returned a UserisNotValid error, this error has been renamed to AccountNotFound
Better integration for matching PlayFab Ids and Facebook Ids, and matching them to the same account.
Server API's now define the client GetTitleNews API

JavaSDK version 0.1

01 Sep 21:32

Choose a tag to compare

== SDK Patch Notes, Sept 1, 2015 ==

=== API Changes ===
New client API call: ListUsersCharacters
ConsumeItemRequest takes an optional CharacterId parameter
PurchaseItemRequest takes an optional CharacterId parameter
UnlockContainerItemRequest takes an optional CharacterId parameter
PurchaseItem can now return a new error type, CharacterNotFound, when a CharacterId is provided
UnlockContainerItem function documentation updated

Client and Server:
GetCharacterInventoryRequest parameter, PlayFabId, is now optional

=== JavaSDK specific ===
Initial release of Java Versioned SDK