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
+1-65Lines changed: 1 addition & 65 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
13
2
## 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
-
19
3
### ✅ Added
20
4
- Add support for `message.updated` and `reaction.new` push notifications. [#5935](https://github.com/GetStream/stream-chat-android/pull/5935)
21
5
- 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
26
10
- Add `User.pushPreference` field representing the logged in user's global push notification preferences. [#5942](https://github.com/GetStream/stream-chat-android/pull/5942)
27
11
- 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)
28
12
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
-
44
13
## stream-chat-android-state
45
14
### 🐞 Fixed
46
15
- Fix increasing unread count for muted channels. [#5947](https://github.com/GetStream/stream-chat-android/pull/5947)
47
16
48
-
### ⬆️ Improved
49
-
50
-
### ✅ Added
51
-
52
-
### ⚠️ Changed
53
-
54
-
### ❌ Removed
55
-
56
17
## stream-chat-android-ui-common
57
18
### 🐞 Fixed
58
19
- Fix unread separator showing before an uncommitted pending message. [#5945](https://github.com/GetStream/stream-chat-android/pull/5945)
59
20
- Fix unread separator showing before a message that was sent while offline. [#5945](https://github.com/GetStream/stream-chat-android/pull/5945)
60
21
- Expose `StorageHelper` and `AttachmentFilter` as public to fix `StorageHelperWrapper` not instantiable. [#5954](https://github.com/GetStream/stream-chat-android/pull/5954)
61
22
62
-
### ⬆️ Improved
63
-
64
23
### ✅ Added
65
24
- Add `ReactionPushEmojiFactory` for generating emoji codes for reaction push notifications. [#5935](https://github.com/GetStream/stream-chat-android/pull/5935)
- Show "Leave Conversation" and "Add Member" only for group channels. [#5960](https://github.com/GetStream/stream-chat-android/pull/5960)
75
30
76
-
### ⬆️ Improved
77
-
78
31
### ✅ Added
79
32
- Add `ChatUi.reactionPushEmojiFactory` for customizing the emoji codes for reaction push notifications. [#5935](https://github.com/GetStream/stream-chat-android/pull/5935)
@@ -99,19 +48,6 @@ Fix `Message.channelInfo` not populated when parsing `message.new` event. [#5953
99
48
### ⚠️ Changed
100
49
- Change `AttachmentPickerAction` from `sealed interface` to `interface` to allow extension outside of the SDK. [#5943](https://github.com/GetStream/stream-chat-android/pull/5943)
0 commit comments