Releases: leancloud/java-unified-sdk
Releases · leancloud/java-unified-sdk
leancloud-sdk-8.2.28
Break changes
- None
New features
- LCException: add new data member
httpStatus
toLCException
- 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
Break changes
- None
New features
- User: add new parameter
phoneNumber
toLCUser.verifyMobilePhone
andresetPasswordBySmsCode
Optimization and fixed bugs
- None
8.2.23 is identical to 8.2.22.
leancloud-sdk-8.2.21
Break changes
- None
New features
- SMS: add new parameter
phoneNumber
forverifyMobilePhone
andresetPasswordBySmsCode
.
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
- hms:
leancloud-sdk-8.2.20
Break changes
- None
New features
- None
Optimization and fixed bugs
- fixed: re-enable LeanCloud#setNetworkTimeout.
8.2.19 release notes
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
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
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
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
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
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;