Skip to content

Commit d5cbc59

Browse files
AUTOMATION: CHANGELOG Update
1 parent cdd24bf commit d5cbc59

File tree

1 file changed

+1
-66
lines changed

1 file changed

+1
-66
lines changed

CHANGELOG.md

Lines changed: 1 addition & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,107 +1,42 @@
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
132
## stream-chat-android-client
14-
### 🐞 Fixed
15-
16-
### ⬆️ Improved
17-
183
### ✅ Added
194
- Add `NotificationhandlerFactory.notificationBuilderTransformer` parameter to allow customization of the notification builder. [#5881](https://github.com/GetStream/stream-chat-android/pull/5881)
205
- Support User Average Response Time. [#5893](https://github.com/GetStream/stream-chat-android/pull/5893)
216

22-
### ⚠️ Changed
23-
24-
### ❌ Removed
25-
267
## stream-chat-android-offline
27-
### 🐞 Fixed
28-
29-
### ⬆️ Improved
30-
318
### ✅ Added
329
- 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)
3310

34-
### ⚠️ Changed
35-
36-
### ❌ Removed
37-
3811
## stream-chat-android-state
3912
### 🐞 Fixed
4013
- Fix reactions not working in channels with disabled DB writes. [#5883](https://github.com/GetStream/stream-chat-android/pull/5883)
4114
- Fix delete message not working in channels with disabled DB writes. [#5886](https://github.com/GetStream/stream-chat-android/pull/5886)
4215
- Fix attachments upload not working in channels with message limit applied. [#5886](https://github.com/GetStream/stream-chat-android/pull/5886)
4316
- Fix thread not showing the parent message when offline support is disabled. [#5891](https://github.com/GetStream/stream-chat-android/pull/5891)
4417

45-
### ⬆️ Improved
46-
4718
### ✅ Added
4819
- 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)
4920

5021
### ⚠️ Changed
5122
- 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)
5223

53-
### ❌ Removed
54-
5524
## stream-chat-android-ui-common
5625
### 🐞 Fixed
5726
- Fix silent messages not shown in the channel preview in the channel list. [#5880](https://github.com/GetStream/stream-chat-android/pull/5880)
5827

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-
7828
## stream-chat-android-compose
7929
### 🐞 Fixed
8030
- Fix media gallery screen not closed after all attachments are deleted from the message. [#5884](https://github.com/GetStream/stream-chat-android/pull/5884)
8131
- Fix the poll creation button to disable when multiple answers has a wrong input. [#5885](https://github.com/GetStream/stream-chat-android/pull/5885)
8232
- 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)
8333

84-
### ⬆️ Improved
85-
8634
### ✅ Added
8735
- Add `MessageTheme.linkBackgroundColor` for customizing the background color of the message link card. [#5894](https://github.com/GetStream/stream-chat-android/pull/5894)
8836

8937
### ⚠️ Changed
9038
- Deprecate `StreamColors.linkBackground` in favor of `MessageTheme.linkBackgroundColor`. [#5894](https://github.com/GetStream/stream-chat-android/pull/5894)
9139

92-
### ❌ Removed
93-
94-
## stream-chat-android-markdown-transformer
95-
### 🐞 Fixed
96-
97-
### ⬆️ Improved
98-
99-
### ✅ Added
100-
101-
### ⚠️ Changed
102-
103-
### ❌ Removed
104-
10540
# July 25th, 2025 - 6.20.0
10641
## stream-chat-android-client
10742
### ✅ Added

0 commit comments

Comments
 (0)