|
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 | +# August 13th, 2025 - 6.21.0 |
13 | 2 | ## stream-chat-android-client |
14 | | -### 🐞 Fixed |
15 | | - |
16 | | -### ⬆️ Improved |
17 | | - |
18 | 3 | ### ✅ Added |
19 | 4 | - Add `NotificationhandlerFactory.notificationBuilderTransformer` parameter to allow customization of the notification builder. [#5881](https://github.com/GetStream/stream-chat-android/pull/5881) |
20 | 5 | - Support User Average Response Time. [#5893](https://github.com/GetStream/stream-chat-android/pull/5893) |
21 | 6 |
|
22 | | -### ⚠️ Changed |
23 | | - |
24 | | -### ❌ Removed |
25 | | - |
26 | 7 | ## stream-chat-android-offline |
27 | | -### 🐞 Fixed |
28 | | - |
29 | | -### ⬆️ Improved |
30 | | - |
31 | 8 | ### ✅ Added |
32 | 9 | - Add `StreamOfflinePluginFactory.ignoredChannelTypes` property to allow ignoring messages for specific channel types in the offline storage. [#5877](https://github.com/GetStream/stream-chat-android/pull/5877) |
33 | 10 |
|
34 | | -### ⚠️ Changed |
35 | | - |
36 | | -### ❌ Removed |
37 | | - |
38 | 11 | ## stream-chat-android-state |
39 | 12 | ### 🐞 Fixed |
40 | 13 | - Fix reactions not working in channels with disabled DB writes. [#5883](https://github.com/GetStream/stream-chat-android/pull/5883) |
41 | 14 | - Fix delete message not working in channels with disabled DB writes. [#5886](https://github.com/GetStream/stream-chat-android/pull/5886) |
42 | 15 | - Fix attachments upload not working in channels with message limit applied. [#5886](https://github.com/GetStream/stream-chat-android/pull/5886) |
43 | 16 | - Fix thread not showing the parent message when offline support is disabled. [#5891](https://github.com/GetStream/stream-chat-android/pull/5891) |
44 | 17 |
|
45 | | -### ⬆️ Improved |
46 | | - |
47 | 18 | ### ✅ Added |
48 | 19 | - Add `StatePluginConfig.MessageLimitConfig` config to allow setting the maximum number of messages to be kept in memory for specific channel types. [#5877](https://github.com/GetStream/stream-chat-android/pull/5877) |
49 | 20 |
|
50 | 21 | ### ⚠️ Changed |
51 | 22 | - Deprecate `SendReactionListener.onSendReactionPrecondition(currentUser?, reaction: Reaction)` in favor of `SendReactionListener.onSendReactionPrecondition(cid: String?, currentUser: User?, reaction: Reaction)`. [#5883](https://github.com/GetStream/stream-chat-android/pull/5883) |
52 | 23 |
|
53 | | -### ❌ Removed |
54 | | - |
55 | 24 | ## stream-chat-android-ui-common |
56 | 25 | ### 🐞 Fixed |
57 | 26 | - Fix silent messages not shown in the channel preview in the channel list. [#5880](https://github.com/GetStream/stream-chat-android/pull/5880) |
58 | 27 |
|
59 | | -### ⬆️ Improved |
60 | | - |
61 | | -### ✅ Added |
62 | | - |
63 | | -### ⚠️ Changed |
64 | | - |
65 | | -### ❌ Removed |
66 | | - |
67 | | -## stream-chat-android-ui-components |
68 | | -### 🐞 Fixed |
69 | | - |
70 | | -### ⬆️ Improved |
71 | | - |
72 | | -### ✅ Added |
73 | | - |
74 | | -### ⚠️ Changed |
75 | | - |
76 | | -### ❌ Removed |
77 | | - |
78 | 28 | ## stream-chat-android-compose |
79 | 29 | ### 🐞 Fixed |
80 | 30 | - Fix media gallery screen not closed after all attachments are deleted from the message. [#5884](https://github.com/GetStream/stream-chat-android/pull/5884) |
81 | 31 | - Fix the poll creation button to disable when multiple answers has a wrong input. [#5885](https://github.com/GetStream/stream-chat-android/pull/5885) |
82 | 32 | - Fix media gallery not opened (closed automatically) when clicking on a media attachment in the message list. [#5892](https://github.com/GetStream/stream-chat-android/pull/5892) |
83 | 33 |
|
84 | | -### ⬆️ Improved |
85 | | - |
86 | 34 | ### ✅ Added |
87 | 35 | - Add `MessageTheme.linkBackgroundColor` for customizing the background color of the message link card. [#5894](https://github.com/GetStream/stream-chat-android/pull/5894) |
88 | 36 |
|
89 | 37 | ### ⚠️ Changed |
90 | 38 | - Deprecate `StreamColors.linkBackground` in favor of `MessageTheme.linkBackgroundColor`. [#5894](https://github.com/GetStream/stream-chat-android/pull/5894) |
91 | 39 |
|
92 | | -### ❌ Removed |
93 | | - |
94 | | -## stream-chat-android-markdown-transformer |
95 | | -### 🐞 Fixed |
96 | | - |
97 | | -### ⬆️ Improved |
98 | | - |
99 | | -### ✅ Added |
100 | | - |
101 | | -### ⚠️ Changed |
102 | | - |
103 | | -### ❌ Removed |
104 | | - |
105 | 40 | # July 25th, 2025 - 6.20.0 |
106 | 41 | ## stream-chat-android-client |
107 | 42 | ### ✅ Added |
|
0 commit comments