|
1 | | -# UNRELEASED CHANGELOG |
2 | | -## Common changes for all artifacts |
3 | | -### 🐞 Fixed |
4 | | - |
5 | | -### ⬆️ Improved |
6 | | - |
7 | | -### ✅ Added |
8 | | - |
9 | | -### ⚠️ Changed |
10 | | - |
11 | | -### ❌ Removed |
12 | | - |
| 1 | +# January 09th, 2025 - 6.9.0 |
13 | 2 | ## stream-chat-android-client |
14 | 3 | ### 🐞 Fixed |
15 | 4 | - Fix `ChatClient::queryBlockedUsers` not working. [#5532](https://github.com/GetStream/stream-chat-android/pull/5532) |
16 | 5 | - Fix `ChatClient::blockUser` and `ChatClient::unblockUser` response parsing. [#5532](https://github.com/GetStream/stream-chat-android/pull/5532) |
17 | 6 | - Fix rare bug where the `ConnectivityState` is not updated to `Offline` after disconnecting the device from network. [#5538](https://github.com/GetStream/stream-chat-android/pull/5538) |
18 | 7 |
|
19 | | -### ⬆️ Improved |
20 | | - |
21 | 8 | ### ✅ Added |
22 | 9 | - Add `ClientState::user::blockedUserIds` exposing the list of the current user's blocked users. [#5533](https://github.com/GetStream/stream-chat-android/pull/5533) |
23 | 10 |
|
24 | 11 | ### ⚠️ Changed |
25 | 12 | - 🚨 Breaking change: Change `ChatClient::unblockUser` return type from `Call<BlockUser>` to `Call<Unit>` as we no longer get information about the unblocked user. [#5532](https://github.com/GetStream/stream-chat-android/pull/5532) |
26 | 13 |
|
27 | | -### ❌ Removed |
28 | | - |
29 | | -## stream-chat-android-offline |
30 | | -### 🐞 Fixed |
31 | | - |
32 | | -### ⬆️ Improved |
33 | | - |
34 | | -### ✅ Added |
35 | | - |
36 | | -### ⚠️ Changed |
37 | | - |
38 | | -### ❌ Removed |
39 | | - |
40 | 14 | ## stream-chat-android-state |
41 | | -### 🐞 Fixed |
42 | | - |
43 | | -### ⬆️ Improved |
44 | | - |
45 | 15 | ### ✅ Added |
46 | 16 | - Add `GlobalState::blockedUserIds` exposing the list of the current user's blocked users. [#5533](https://github.com/GetStream/stream-chat-android/pull/5533) |
47 | 17 |
|
48 | | -### ⚠️ Changed |
49 | | - |
50 | | -### ❌ Removed |
51 | | - |
52 | 18 | ## stream-chat-android-ui-common |
53 | 19 | ### 🐞 Fixed |
54 | 20 | - Fix `MessageListController` not respecting the `showSystemMessages` property when set to `false`. [#5546](https://github.com/GetStream/stream-chat-android/pull/5546) |
55 | 21 |
|
56 | | -### ⬆️ Improved |
57 | | - |
58 | | -### ✅ Added |
59 | | - |
60 | | -### ⚠️ Changed |
61 | | - |
62 | | -### ❌ Removed |
63 | | - |
64 | 22 | ## stream-chat-android-ui-components |
65 | | -### 🐞 Fixed |
66 | | - |
67 | | -### ⬆️ Improved |
68 | | - |
69 | 23 | ### ✅ Added |
70 | 24 | - Add "Unblock user" message menu option shown for messages from blocked users. [#5533](https://github.com/GetStream/stream-chat-android/pull/5533) |
71 | 25 |
|
72 | | -### ⚠️ Changed |
73 | | - |
74 | | -### ❌ Removed |
75 | | - |
76 | 26 | ## stream-chat-android-compose |
77 | | -### 🐞 Fixed |
78 | | - |
79 | | -### ⬆️ Improved |
80 | | - |
81 | 27 | ### ✅ Added |
82 | 28 | - Add "Unblock user" message menu option shown for messages from blocked users. [#5533](https://github.com/GetStream/stream-chat-android/pull/5533) |
83 | 29 | - Add `ComposerActionsTheme` property to `MessageComposerTheme` for customizing the default action icons in the `MessageComposer`. [#5535](https://github.com/GetStream/stream-chat-android/pull/5535) |
84 | 30 |
|
85 | 31 | ### ⚠️ Changed |
86 | 32 | - Replace usage of `material` with `material3` components. [#5537](https://github.com/GetStream/stream-chat-android/pull/5537) |
87 | 33 |
|
88 | | -### ❌ Removed |
89 | | - |
90 | | -## stream-chat-android-markdown-transformer |
91 | | -### 🐞 Fixed |
92 | | - |
93 | | -### ⬆️ Improved |
94 | | - |
95 | | -### ✅ Added |
96 | | - |
97 | | -### ⚠️ Changed |
98 | | - |
99 | | -### ❌ Removed |
100 | | - |
101 | 34 | # December 18th, 2024 - 6.8.0 |
102 | 35 | ## Common changes for all artifacts |
103 | 36 | ### ⬆️ Improved |
|
0 commit comments