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-69Lines changed: 1 addition & 69 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,75 +1,20 @@
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
+
# April 16th, 2025 - 6.14.0
13
2
## stream-chat-android-client
14
-
### 🐞 Fixed
15
-
16
3
### ⬆️ Improved
17
4
- Remove local device using optimistic behavior. [#5727](https://github.com/GetStream/stream-chat-android/pull/5727)
18
5
19
6
### ✅ Added
20
7
- Add `lastReadMessageId` field to `MessageReadEvent` and `NotificationMarkReadEvent`. [#5710](https://github.com/GetStream/stream-chat-android/pull/5710)
21
8
- Add `ChatClient.deletePoll(String)` method to delete a Poll by its ID. [#5696](https://github.com/GetStream/stream-chat-android/pull/5696)
22
9
23
-
### ⚠️ Changed
24
-
25
-
### ❌ Removed
26
-
27
10
## stream-chat-android-offline
28
11
### 🐞 Fixed
29
12
- Store/Obtain `Message::reactionGroups` on the local DB. [#5723](https://github.com/GetStream/stream-chat-android/pull/5723)
30
13
31
-
### ⬆️ Improved
32
-
33
-
### ✅ Added
34
-
35
-
### ⚠️ Changed
36
-
37
-
### ❌ Removed
38
-
39
-
## stream-chat-android-state
40
-
### 🐞 Fixed
41
-
42
-
### ⬆️ Improved
43
-
44
-
### ✅ Added
45
-
46
-
### ⚠️ Changed
47
-
48
-
### ❌ Removed
49
-
50
14
## stream-chat-android-ui-common
51
15
### 🐞 Fixed
52
16
- Return a subtype of `NewMessageState` (`Typing`) for the typing indicator item, so that the UI can behave properly. [#5712](https://github.com/GetStream/stream-chat-android/pull/5712)
53
17
54
-
### ⬆️ Improved
55
-
56
-
### ✅ Added
57
-
58
-
### ⚠️ Changed
59
-
60
-
### ❌ Removed
61
-
62
-
## stream-chat-android-ui-components
63
-
### 🐞 Fixed
64
-
65
-
### ⬆️ Improved
66
-
67
-
### ✅ Added
68
-
69
-
### ⚠️ Changed
70
-
71
-
### ❌ Removed
72
-
73
18
## stream-chat-android-compose
74
19
### 🐞 Fixed
75
20
- Fix audio recording attachments not paused when the app goes to the background or the screen is covered with another one. [#5685](https://github.com/GetStream/stream-chat-android/pull/5685)
@@ -87,19 +32,6 @@
87
32
- Introduce an overload of LoadMoreHandler with threshold parameter as a lambda for calculating the value dynamically. [#5711](https://github.com/GetStream/stream-chat-android/pull/5711), [#5713](https://github.com/GetStream/stream-chat-android/pull/5713)
88
33
- Change the default value for the `stream_compose_search_input_hint` text from "Search channels by name" to a more general "Search", to cover the case when searching for messages instead of channels. [#5717](https://github.com/GetStream/stream-chat-android/pull/5717)
0 commit comments