Releases: leancloud/java-unified-sdk
Releases · leancloud/java-unified-sdk
leancloud-sdk-8.2.13
Break changes
- None
New features
- None
Optimization and fixed bugs
- fixed: correct negative double parsing bug within gson;
- optimized: upgrade protocol-buf from 3.16.1 to 3.16.3;
leancloud-sdk-8.2.12
Break changes
- None
New features
- None
Optimization and fixed bugs
- fixed: add timezone support for Gson Adapter(for correcting date serialization/deserialization issue).
leancloud-sdk-8.2.11
Break changes
- None
New features
- None
Optimization and fixed bugs
- fixed: LCIMMessage#getUpdatedAt is ignored after modified message.
leancloud-sdk-8.2.10
Break changes
- None
New features
- None
Optimization and fixed bugs
- add date format("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'") to GsonBuilder(local variable).
- compatible for android 12 within leancloud push notification(released as 8.2.9.1)
- bumps protobuf-java from 3.14.0 to 3.16.1.
- bumps gson from 2.8.6 to 2.8.9.
leancloud-sdk-8.2.9
Break changes
- None
New features
add some functions to LCLeaderboard:
- LCLeaderboard#queryGroupStatistics(String memberType, String statisticName, List targetKeys), for querying multiple entities' statistics.
- LCLeaderboard#getGroupResults(List groupUserIds, int skip, int limit, List selectMemberKeys, List includeStatistics), for querying multiple users' rankings.
- LCLeaderboard#getAroundInGroupResults(List groupUserIds, String targetId, int limit, List selectMemberKeys, List includeStatistics), for querying around rankings within multiple users.
Optimization and fixed bugs
- None.
leancloud-sdk-8.2.8
Break changes
- None
New features
- None
Optimization and fixed bugs
- fixed: Object#refreshInBackground doesn't work for attributes which have been deleted in remote.
leancloud-sdk-8.2.7
Break changes
- None
New features
- add new method: LCUser#blockFriendInBackground(String objectId);
- add new method: LCUser#unblockFriendInBackground(String objectId);
- add new method: LCUser#friendshipBlockQuery();
- add new method: LCUser#friendshipBlockQuery(Class clazz);
Optimization and fixed bugs
- filter blocked user in friendship list when query friendship
leancloud-sdk-8.2.6
Break changes
- None
New features
- add new method: LCUser#createWithSessionToken(String objectId, String sessionToken);
Optimization and fixed bugs
- None
leancloud-sdk-8.2.5
Break changes
- None
New features
- None
Optimization and fixed bugs
- support android key within leanengine initialization with serverUrl;
- fixed typo: if (null == callback) within mixpush-vivo module;
leancloud-sdk-8.2.4
Break changes
- None
New features
- None
Optimization and fixed bugs
- upgraded mixpush libraries: hms 5.3.0.304 -> 6.3.0.302, vivo 3.0.0.3_483 -> 3.0.0.4_484, xiaomi 4.8.2 -> 4.9.1;