Skip to content

Commit b1297fc

Browse files
AUTOMATION: CHANGELOG Update
1 parent 802521d commit b1297fc

File tree

1 file changed

+1
-65
lines changed

1 file changed

+1
-65
lines changed

CHANGELOG.md

Lines changed: 1 addition & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
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+
# October 10th, 2025 - 6.25.0
132
## stream-chat-android-client
14-
### 🐞 Fixed
15-
Fix `Message.channelInfo` not populated when parsing `message.new` event. [#5953](https://github.com/GetStream/stream-chat-android/pull/5953)
16-
17-
### ⬆️ Improved
18-
193
### ✅ Added
204
- Add support for `message.updated` and `reaction.new` push notifications. [#5935](https://github.com/GetStream/stream-chat-android/pull/5935)
215
- Add `skipPush` parameter to `ChatClient.sendReaction` to skip sending push notifications for the reaction. [#5935](https://github.com/GetStream/stream-chat-android/pull/5935)
@@ -26,62 +10,27 @@ Fix `Message.channelInfo` not populated when parsing `message.new` event. [#5953
2610
- Add `User.pushPreference` field representing the logged in user's global push notification preferences. [#5942](https://github.com/GetStream/stream-chat-android/pull/5942)
2711
- Add `Channel.pushPreference` field representing the logged in user's channel-specific push notification preferences. [#5942](https://github.com/GetStream/stream-chat-android/pull/5942)
2812

29-
### ⚠️ Changed
30-
31-
### ❌ Removed
32-
33-
## stream-chat-android-offline
34-
### 🐞 Fixed
35-
36-
### ⬆️ Improved
37-
38-
### ✅ Added
39-
40-
### ⚠️ Changed
41-
42-
### ❌ Removed
43-
4413
## stream-chat-android-state
4514
### 🐞 Fixed
4615
- Fix increasing unread count for muted channels. [#5947](https://github.com/GetStream/stream-chat-android/pull/5947)
4716

48-
### ⬆️ Improved
49-
50-
### ✅ Added
51-
52-
### ⚠️ Changed
53-
54-
### ❌ Removed
55-
5617
## stream-chat-android-ui-common
5718
### 🐞 Fixed
5819
- Fix unread separator showing before an uncommitted pending message. [#5945](https://github.com/GetStream/stream-chat-android/pull/5945)
5920
- Fix unread separator showing before a message that was sent while offline. [#5945](https://github.com/GetStream/stream-chat-android/pull/5945)
6021
- Expose `StorageHelper` and `AttachmentFilter` as public to fix `StorageHelperWrapper` not instantiable. [#5954](https://github.com/GetStream/stream-chat-android/pull/5954)
6122

62-
### ⬆️ Improved
63-
6423
### ✅ Added
6524
- Add `ReactionPushEmojiFactory` for generating emoji codes for reaction push notifications. [#5935](https://github.com/GetStream/stream-chat-android/pull/5935)
6625

67-
### ⚠️ Changed
68-
69-
### ❌ Removed
70-
7126
## stream-chat-android-ui-components
7227
### 🐞 Fixed
7328
- Fix mute/unmute instant command icons. [#5938](https://github.com/GetStream/stream-chat-android/pull/5938)
7429
- Show "Leave Conversation" and "Add Member" only for group channels. [#5960](https://github.com/GetStream/stream-chat-android/pull/5960)
7530

76-
### ⬆️ Improved
77-
7831
### ✅ Added
7932
- Add `ChatUi.reactionPushEmojiFactory` for customizing the emoji codes for reaction push notifications. [#5935](https://github.com/GetStream/stream-chat-android/pull/5935)
8033

81-
### ⚠️ Changed
82-
83-
### ❌ Removed
84-
8534
## stream-chat-android-compose
8635
### 🐞 Fixed
8736
- Fix mute/unmute instant command icons. [#5938](https://github.com/GetStream/stream-chat-android/pull/5938)
@@ -99,19 +48,6 @@ Fix `Message.channelInfo` not populated when parsing `message.new` event. [#5953
9948
### ⚠️ Changed
10049
- Change `AttachmentPickerAction` from `sealed interface` to `interface` to allow extension outside of the SDK. [#5943](https://github.com/GetStream/stream-chat-android/pull/5943)
10150

102-
### ❌ Removed
103-
104-
## stream-chat-android-markdown-transformer
105-
### 🐞 Fixed
106-
107-
### ⬆️ Improved
108-
109-
### ✅ Added
110-
111-
### ⚠️ Changed
112-
113-
### ❌ Removed
114-
11551
# September 26th, 2025 - 6.24.0
11652
## Common changes for all artifacts
11753
### ✅ Added

0 commit comments

Comments
 (0)