Skip to content

Releases: leancloud/java-unified-sdk

leancloud-sdk-8.2.3

06 Feb 07:45
Compare
Choose a tag to compare

Break changes

  • None

New features

  • None

Optimization and fixed bugs

  • fixed: incorrectly parse leaderboard result with included statistics;
  • bump log4j-core from 2.17.0 to 2.17.1;

leancloud-sdk-8.2.2

21 Dec 02:42
Compare
Choose a tag to compare

Important Notice

  • Bump log4j-core from 2.15.0 to 2.17.0

Break changes

  • None

New features

  • None

Optimization and fixed bugs

  • compatible with Android 12;

leancloud-sdk-8.2.1

13 Dec 05:56
Compare
Choose a tag to compare

Important Notice

  • Bump log4j-core from 2.13.3 to 2.15.0 in leanengine module, to fix CVE-2021-44228.

Break changes

  • None

New features

  • None

Optimization and fixed bugs

leancloud-sdk-8.2.0

18 Nov 13:01
Compare
Choose a tag to compare

Break changes

  • add new parameter(clazz) for LCCloud#callFunctionWithCacheInBackground
static <T> Observable<T> callFunctionWithCacheInBackground(String name, Map<String, Object> params,
  LCQuery.CachePolicy cachePolicy, long maxCacheAge,
  Class<T> clazz);
  • add new parameter(clazz) for LCCloud#callRPCWithCacheInBackground
static <T> Observable<T> callRPCWithCacheInBackground(String name, Map<String, Object> params,
  LCQuery.CachePolicy cachePolicy, long maxCacheAge,
  Class<T> clazz);

New features

  • None

Optimization and fixed bugs

  • upgrade hms sdk version to 5.3.0.304;
  • upgrade oppo sdk version to 3.0.0;
  • upgrade vivo sdk version to 3.0.3;
  • upgrade meizu sdk version to 4.1.4;
  • upgrade fcm sdk version to 28.4.2;

leancloud-sdk-8.1.5

27 Oct 02:22
Compare
Choose a tag to compare

Break changes

  • None

New features

  • None

Optimization and fixed bugs

  • fixed NPE for message recall on Android platform.

leancloud-sdk-8.1.4

22 Oct 06:55
Compare
Choose a tag to compare

Break changes

  • None

New features

  • None

Optimization and fixed bugs

  • make travis ci workable;
  • fixed String.valueof(bytes) in PersistenceUtil;

leancloud-sdk-8.1.3

12 Oct 06:36
Compare
Choose a tag to compare

Break changes

  • None

New features

  • Add LCUser#strictlyFind(QueryConditions queryConditions);

Optimization and fixed bugs

  • add consumerProguardFiles 'proguard-rules.pro' to android modules.

leancloud-sdk-8.1.2

22 Sep 03:32
Compare
Choose a tag to compare

Break changes

  • None

New features

  • None

Optimization and fixed bugs

  • fixed: update realtime message within local cache.
  • fixed: convert LCGeoPoint#distanceInKilometers result to kilometer.
  • some other optimizations and project reporting changes(POM).

leancloud-sdk-8.1.1

15 Sep 10:20
Compare
Choose a tag to compare

Break changes

  • None

New features

  • None

Optimization and fixed bugs

  • better cookie validation in leanengine, provider by @artem-smotrakov.
  • use Gson.setLenient() to ignore unrecognized char in json string.
  • add exception catch for 403 response of xxx.cn-n1.lcfile.com.
  • disable query cache within lean engine.

leancloud-sdk-8.1.0

26 Aug 06:22
Compare
Choose a tag to compare

Break changes

  • None

New features

  • add leaderboard APIs.
  • add LCFile#setPathPrefix(String prefix) method, enable saving file with specified path.
  • add LCIMConversationsQuery#whereContainedIn method.

Optimization and fixed bugs

  • None.