Download Latest Version 6.30.0 source code.tar.gz (29.1 MB)
Email in envelope

Get an email when there's a new version of Official Android SDK for Stream Chat

Home / 6.30.0
Name Modified Size InfoDownloads / Week
Parent folder
6.30.0 source code.tar.gz 2025-12-12 29.1 MB
6.30.0 source code.zip 2025-12-12 32.9 MB
README.md 2025-12-12 2.1 kB
Totals: 3 Items   62.1 MB 0

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
Source: README.md, updated 2025-12-12