Releases: leancloud/java-unified-sdk
Releases · leancloud/java-unified-sdk
leancloud-sdk-8.2.3
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
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
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
- fixed: #204;
leancloud-sdk-8.2.0
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
Break changes
- None
New features
- None
Optimization and fixed bugs
- fixed NPE for message recall on Android platform.
leancloud-sdk-8.1.4
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
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
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
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
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.