Skip to content

Commit 5f04f79

Browse files
AUTOMATION: CHANGELOG Update
1 parent 1e7766f commit 5f04f79

File tree

1 file changed

+1
-71
lines changed

1 file changed

+1
-71
lines changed

CHANGELOG.md

Lines changed: 1 addition & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,21 @@
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 27th, 2025 - 6.22.0
132
## stream-chat-android-client
143
### 🐞 Fixed
154
- Fix `ChatClient.connectUser` not propagating unrecoverable errors from the socket to the result. [#5896](https://github.com/GetStream/stream-chat-android/pull/5896)
165

17-
### ⬆️ Improved
18-
196
### ✅ Added
207
- Add `ChatErrorCode.DUPLICATE_USERNAME_ERROR` covering the error case when a user tries to connect with an existing username, when `enforce_unique_usernames` is enabled. [#5896](https://github.com/GetStream/stream-chat-android/pull/5896)
218
- Introduce `getUnreadCounts` to the `ChatClient`. [#5897](https://github.com/GetStream/stream-chat-android/pull/5897)
229

23-
### ⚠️ Changed
24-
25-
### ❌ Removed
26-
27-
## stream-chat-android-offline
28-
### 🐞 Fixed
29-
30-
### ⬆️ Improved
31-
32-
### ✅ Added
33-
34-
### ⚠️ Changed
35-
36-
### ❌ Removed
37-
38-
## stream-chat-android-state
39-
### 🐞 Fixed
40-
41-
### ⬆️ Improved
42-
43-
### ✅ Added
44-
45-
### ⚠️ Changed
46-
47-
### ❌ Removed
48-
4910
## stream-chat-android-ui-common
50-
### 🐞 Fixed
51-
52-
### ⬆️ Improved
53-
5411
### ✅ Added
5512
- Introduce `ChannelAttachmentsViewController`, `ChannelAttachmentsViewAction`, `ChannelAttachmentsViewEvent`, and `ChannelAttachmentsViewState` shared between XML and Compose SDKs and responsible for managing the state and events related to channel attachments, supporting pagination. [#5882](https://github.com/GetStream/stream-chat-android/pull/5882)
5613

57-
### ⚠️ Changed
58-
59-
### ❌ Removed
60-
6114
## stream-chat-android-ui-components
62-
### 🐞 Fixed
63-
64-
### ⬆️ Improved
65-
6615
### ✅ Added
6716
- Introduce `ChannelAttachmentsViewModel` and `ChannelAttachmentsViewModelFactory`. [#5882](https://github.com/GetStream/stream-chat-android/pull/5882)
6817

69-
### ⚠️ Changed
70-
71-
### ❌ Removed
72-
7318
## stream-chat-android-compose
74-
### 🐞 Fixed
75-
7619
### ⬆️ Improved
7720
- Improve the uploaded attachment loading UI. [#5889](https://github.com/GetStream/stream-chat-android/pull/5889)
7821
- Show message for unsupported file types during the system attachment upload. [#5900](https://github.com/GetStream/stream-chat-android/pull/5900)
@@ -97,19 +40,6 @@
9740
- Deprecate `MediaAttachmentFactory` constructor that accepts `onContentItemClick` in favor of the one that accepts `onItemClick` lambda parameter that accepts a `MediaAttachmentClickData`. [#5908](https://github.com/GetStream/stream-chat-android/pull/5908)
9841
-
9942

100-
### ❌ Removed
101-
102-
## stream-chat-android-markdown-transformer
103-
### 🐞 Fixed
104-
105-
### ⬆️ Improved
106-
107-
### ✅ Added
108-
109-
### ⚠️ Changed
110-
111-
### ❌ Removed
112-
11343
# August 13th, 2025 - 6.21.0
11444
## stream-chat-android-client
11545
### ✅ Added

0 commit comments

Comments
 (0)