Skip to content

v6.7.0

Latest
Compare
Choose a tag to compare
@stream-public-bot stream-public-bot released this 04 Dec 18:00

stream-chat-android-client

✅ Added

  • Add ChatClient::partialUpdateMember for updating a Member in the scope of a Channel. #5497
  • Add ChannelClient::partialUpdateMember for updating a Member in the scope of a Channel. #5497

stream-chat-android-ui-common

🐞 Fixed

  • Fix wrong timestamp used for the initial loading of pinned messages in PinnedMessageListController. #5483
  • Add DownloadAttachmentUriGenerator to generate download URIs for attachments. #5490
  • Add DownloadRequestInterceptor to intercept download requests. #5490

⬆️ Improved

  • Improve performance of opening a thread or message in a thread via MessageListController. #5489

stream-chat-android-ui-components

✅ Added

  • Add ChatUI.downloadAttachmentUriGenerator property to generate download URIs for attachments. #5490
  • Add ChatUI.downloadRequestInterceptor property to intercept download requests. #5490

stream-chat-android-compose

✅ Added

  • Add ChatTheme.downloadAttachmentUriGenerator property to generate download URIs for attachments. #5490
  • Add ChatTheme.downloadRequestInterceptor property to intercept download requests. #5490
  • Add MessageContentFactory class for customizing message contents. #5498