Common changes for all artifacts
✅ Added
- Add support for
user.messages.deleted
event. #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