github GetStream/stream-chat-android 6.30.0

one day ago

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

Don't miss a new stream-chat-android release

NewReleases is sending notifications on new releases.