Skip to content

6.30.0

Choose a tag to compare

@stream-public-bot stream-public-bot released this 12 Dec 11:16
· 65 commits to ci-release since this release

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 NotificationActionsFactory for 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 isAppInForegroundAsState lifecycle observer removal occurs on the main thread. #6033

⬆️ Improved

  • Fix StrictMode violations in the AttachmentsPicker. #6029