| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 6.24.0 source code.tar.gz | 2025-09-26 | 29.4 MB | |
| 6.24.0 source code.zip | 2025-09-26 | 33.1 MB | |
| README.md | 2025-09-26 | 2.1 kB | |
| Totals: 3 Items | 62.5 MB | 0 | |
Common changes for all artifacts
✅ Added
- Add support for
user.messages.deletedevent. #5895
stream-chat-android-client
✅ Added
- Add filtering and sorting options for
QueryThreads. #5931
stream-chat-android-ui-components
🐞 Fixed
- Fix the inconsistency in the channel attachments items between XML and Compose SDKs. #5939
✅ Added
- Add
ThreadsViewModelFactory(QueryThreadsRequest)constructor supporting fully customizable queries for threads. #5931
⚠️ Changed
- Deprecate
ThreadsViewModelFactory(threadLimit, threadReplyLimit, threadParticipantLimit)constructor in favor ofThreadsViewModelFactory(QueryThreadsRequest)constructor. #5931
stream-chat-android-compose
🐞 Fixed
- Fix the inconsistency in the channel attachments items between XML and Compose SDKs. #5939
⬆️ Improved
- Remove the fixed height modifier in
FileUploadItem. #5932
✅ Added
- Introduce share action to the
ChannelMediaAttachmentsPreviewScreen. #5927 - Add
ThreadsViewModelFactory(QueryThreadsRequest)constructor supporting fully customizable queries for threads. #5931