github GetStream/stream-chat-android v6.3.0

latest releases: v6.9.0, v6.8.0, v6.7.0...
9 months ago

Common changes for all artifacts

🐞 Fixed

  • Shadowed messages are not increasing the unread count. #5229

stream-chat-android-client

βœ… Added

  • Added ChatClient.getChannel to fetch a channel with no side effects. #5227
    • Added ChannelClient.get to fetch a channel with no side effects.
  • Added UploadedFile.extraData map field to include custom data to updated file attachments. #5230

❌ Removed

  • Removed UploadedImage class, replace with UploadedFile class. #5230

stream-chat-android-ui-components

🐞 Fixed

  • Fixed crash when providing a custom message view holder. #5232

⚠️ Changed

  • 🚨Breaking change: Exposed MessageListItemViewHolderFactory.getItemViewType which returns the view type for the given view holder. #5232
    • You have to implement this method in your custom MessageListItemViewHolderFactory implementation along with another getItemViewType method, which returns the view type for the given message item.

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

NewReleases is sending notifications on new releases.