Skip to content

Releases: leancloud/java-unified-sdk

leancloud-sdk-8.2.28

22 May 09:33
Compare
Choose a tag to compare

Break changes

  • None

New features

  • LCException: add new data member httpStatus to LCException
  • LCObject: saveEventually retries only if LCException httpStatus is 0, 429, 499, or >= 500
  • ArchivedRequests: sendArchivedRequest retries only if LCException httpStatus is 0, 429, 499, or >= 500

Optimization and fixed bugs

  • None

leancloud-sdk-8.2.23

27 Feb 05:41
Compare
Choose a tag to compare

Break changes

  • None

New features

  • User: add new parameter phoneNumber to LCUser.verifyMobilePhone and resetPasswordBySmsCode

Optimization and fixed bugs

  • None

8.2.23 is identical to 8.2.22.

leancloud-sdk-8.2.21

23 Feb 05:48
Compare
Choose a tag to compare

Break changes

  • None

New features

  • SMS: add new parameter phoneNumber for verifyMobilePhone and resetPasswordBySmsCode.

Optimization and fixed bugs

  • Push: upgrade mixpush SDK versions
    • hms: 6.11.0.300
    • honor: 7.0.41
    • oppo: 3.4.0
    • vivo: 3.0.0.7
    • flyme: 4.3.0
    • xiaomi: 5.9.9

leancloud-sdk-8.2.20

06 Dec 12:47
Compare
Choose a tag to compare

Break changes

  • None

New features

  • None

Optimization and fixed bugs

  • fixed: re-enable LeanCloud#setNetworkTimeout.

8.2.19 release notes

14 Jun 08:32
Compare
Choose a tag to compare

Break changes

  • None

New features

  • None

Optimization and fixed bugs

  • fixed: correct json parser for LCFile#save with prefix path(GameSave doesn't work in version 8.2.16-18).

leancloud-sdk-8.2.18

22 Feb 11:57
Compare
Choose a tag to compare

Break changes

  • None

New features

  • None

Optimization and fixed bugs

  • fixed: correct json field name for captcha validation result(8.2.16/17 are affected).

leancloud-sdk-8.2.17

15 Feb 09:58
Compare
Choose a tag to compare

Break changes

  • None

New features

  • None

Optimization and fixed bugs

  • fixed: let query callback run in main thread for CACHE_THEN_NETWORK policy.

leancloud-sdk-8.2.16

10 Feb 06:58
Compare
Choose a tag to compare

Break changes

  • None

New features

  • add new module mixpush-honor: Honor notification supporting by vendor.
  • enable CACHE_THEN_NETWORK policy for query#find.

Optimization and fixed bugs

  • change Gson type adapter for some classes, avoid to use internal tools;
  • other optimizations.

leancloud-sdk-8.2.15

23 Nov 04:33
Compare
Choose a tag to compare

Break changes

  • None

New features

  • None

Optimization and fixed bugs

  • fixed: revert java-websocket version to 1.4.1, for websocketclient crashed on part of old android versions(before 6.0);

leancloud-sdk-8.2.14

15 Nov 02:31
Compare
Choose a tag to compare

Break changes

  • None

New features

  • None

Optimization and fixed bugs

  • fixed: change number to double within gson;
  • optimized: not throw NPE for file uploading while local cache is disabled;