Java Unified Sdk Versions Save

LeanCloud Java SDK(兼容 Android)

leancloud-sdk-8.2.28

3 weeks ago

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

3 months ago

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

3 months ago

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

6 months ago

Break changes

  • None

New features

  • None

Optimization and fixed bugs

  • fixed: re-enable LeanCloud#setNetworkTimeout.

leancloud-sdk-8.2.19

1 year ago

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

1 year ago

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

1 year ago

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

1 year ago

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

1 year ago

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

1 year ago

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;