Skip to content

Releases: leancloud/java-unified-sdk

leancloud-sdk-8.2.13

14 Nov 04:30
Compare
Choose a tag to compare

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

01 Aug 05:56
Compare
Choose a tag to compare

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

21 Jul 05:17
Compare
Choose a tag to compare

Break changes

  • None

New features

  • None

Optimization and fixed bugs

  • fixed: LCIMMessage#getUpdatedAt is ignored after modified message.

leancloud-sdk-8.2.10

06 Jul 07:32
Compare
Choose a tag to compare

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

19 May 09:56
Compare
Choose a tag to compare

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

10 May 03:31
Compare
Choose a tag to compare

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

13 Apr 09:55
Compare
Choose a tag to compare

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

02 Apr 07:28
Compare
Choose a tag to compare

Break changes

  • None

New features

  • add new method: LCUser#createWithSessionToken(String objectId, String sessionToken);

Optimization and fixed bugs

  • None

leancloud-sdk-8.2.5

16 Feb 13:29
Compare
Choose a tag to compare

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

06 Feb 07:45
Compare
Choose a tag to compare

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;