Skip to content

Commit 6d30fec

Browse files
committed
prepare for release
1 parent 334660f commit 6d30fec

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
Following is change logs for recently release versions, you can refer to [releases page](https://github.com/leancloud/java-unified-sdk/releases) for more details.
44

5+
## 8.2.9 release
6+
7+
#### Break changes
8+
- None
9+
10+
#### New features
11+
add some functions to LCLeaderboard:
12+
- LCLeaderboard#queryGroupStatistics(String memberType, String statisticName, List<String> targetKeys), for querying multiple entities' statistics.
13+
- LCLeaderboard#getGroupResults(List<String> groupUserIds, int skip, int limit, List<String> selectMemberKeys, List<String> includeStatistics), for querying multiple users' rankings.
14+
- LCLeaderboard#getAroundInGroupResults(List<String> groupUserIds, String targetId, int limit, List<String> selectMemberKeys, List<String> includeStatistics), for querying around rankings within multiple users.
15+
16+
#### Optimization and fixed bugs
17+
- None.
18+
19+
520
## 8.2.8 release
621

722
#### Break changes

android-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ allprojects {
3030
}
3131

3232
ext {
33-
sdkVersion = "8.2.8"
33+
sdkVersion = "8.2.9"
3434
supportLibVersion = "26.1.0"
3535
converterVersion = "2.1.0"
3636
rxandroidVersion = "2.1.1"

android-sdk/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ org.gradle.jvmargs=-Xmx1536m
1515
# This option should only be used with decoupled projects. More details, visit
1616
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1717
# org.gradle.parallel=true
18-
VERSION_NAME=8.2.8
18+
VERSION_NAME=8.2.9
1919
VERSION_CODE=2695
2020
GROUP=cn.leancloud
2121

0 commit comments

Comments
 (0)