You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
3
3
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.
4
4
5
+
## 8.2.7 release
6
+
7
+
#### Break changes
8
+
- None
9
+
10
+
#### New features
11
+
- add new method: LCUser#blockFriendInBackground(String objectId);
12
+
- add new method: LCUser#unblockFriendInBackground(String objectId);
13
+
- add new method: LCUser#friendshipBlockQuery();
14
+
- add new method: LCUser#friendshipBlockQuery(Class<T> clazz);
15
+
16
+
#### Optimization and fixed bugs
17
+
- filter blocked user in friendship list when query friendship
0 commit comments