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-75
Original file line number
Diff line number
Diff line change
@@ -1,50 +1,9 @@
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
+
# December 04th, 2024 - 6.7.0
13
2
## stream-chat-android-client
14
-
### 🐞 Fixed
15
-
16
-
### ⬆️ Improved
17
-
18
3
### ✅ Added
19
4
- Add `ChatClient::partialUpdateMember` for updating a `Member` in the scope of a `Channel`. [#5497](https://github.com/GetStream/stream-chat-android/pull/5497)
20
5
- Add `ChannelClient::partialUpdateMember` for updating a `Member` in the scope of a `Channel`. [#5497](https://github.com/GetStream/stream-chat-android/pull/5497)
21
6
22
-
### ⚠️ Changed
23
-
24
-
### ❌ Removed
25
-
26
-
## stream-chat-android-offline
27
-
### 🐞 Fixed
28
-
29
-
### ⬆️ Improved
30
-
31
-
### ✅ Added
32
-
33
-
### ⚠️ Changed
34
-
35
-
### ❌ Removed
36
-
37
-
## stream-chat-android-state
38
-
### 🐞 Fixed
39
-
40
-
### ⬆️ Improved
41
-
42
-
### ✅ Added
43
-
44
-
### ⚠️ Changed
45
-
46
-
### ❌ Removed
47
-
48
7
## stream-chat-android-ui-common
49
8
### 🐞 Fixed
50
9
- Fix wrong timestamp used for the initial loading of pinned messages in `PinnedMessageListController`. [#5483](https://github.com/GetStream/stream-chat-android/pull/5483)
@@ -54,50 +13,17 @@
54
13
### ⬆️ Improved
55
14
- Improve performance of opening a thread or message in a thread via `MessageListController`. [#5489](https://github.com/GetStream/stream-chat-android/pull/5489)
56
15
57
-
### ✅ Added
58
-
59
-
### ⚠️ Changed
60
-
61
-
### ❌ Removed
62
-
63
16
## stream-chat-android-ui-components
64
-
### 🐞 Fixed
65
-
66
-
### ⬆️ Improved
67
-
68
17
### ✅ Added
69
18
- Add `ChatUI.downloadAttachmentUriGenerator` property to generate download URIs for attachments. [#5490](https://github.com/GetStream/stream-chat-android/pull/5490)
70
19
- Add `ChatUI.downloadRequestInterceptor` property to intercept download requests. [#5490](https://github.com/GetStream/stream-chat-android/pull/5490)
71
20
72
-
### ⚠️ Changed
73
-
74
-
### ❌ Removed
75
-
76
21
## stream-chat-android-compose
77
-
### 🐞 Fixed
78
-
79
-
### ⬆️ Improved
80
-
81
22
### ✅ Added
82
23
- Add `ChatTheme.downloadAttachmentUriGenerator` property to generate download URIs for attachments. [#5490](https://github.com/GetStream/stream-chat-android/pull/5490)
83
24
- Add `ChatTheme.downloadRequestInterceptor` property to intercept download requests. [#5490](https://github.com/GetStream/stream-chat-android/pull/5490)
84
25
- Add `MessageContentFactory` class for customizing message contents. [#5498](https://github.com/GetStream/stream-chat-android/pull/5498)
0 commit comments