stream-chat-android-client
✅ Added
- Add
ChatClient.queryReactions(String, FilterObject?, Int?, String?, QuerySorter<Reaction>?)operation for querying reactions with filtering, sorting, and pagination support. #6040 - Add
ChatClient.markUnread(String, String, Date)for marking a channel as unread from a given timestamp. #6027 - Add
ChatClient.markThreadUnread(String, String, String)for marking a thread as unread. #6027 - Add
ChannelClient.markUnread(Date)for marking a channel as unread from a given timestamp. #6027 - Add
ChannelClient.markThreadUnread(String)for marking a thread as unread. #6027 - Add
NotificationActionsFactoryfor building and customizing the default notification actions. #6037
⚠️ Changed
- Deprecate
ChatClient.markThreadUnread(String, String, String, String)because marking a thread as unread from a given message is currently not supported. #6027 - Deprecate
ChannelClient.markThreadUnread(String, String)because marking a thread as unread from a given message is currently not supported. #6027 - Deprecate
ChannelClient.getReactions(messageId: String, firstReactionId: String, limit: Int)because it is no longer supported. #6039
stream-chat-android-compose
🐞 Fixed
- Ensure
isAppInForegroundAsStatelifecycle observer removal occurs on the main thread. #6033
⬆️ Improved
- Fix
StrictModeviolations in theAttachmentsPicker. #6029