Skip to content

5.8.0

Latest

Choose a tag to compare

@Stream-SDK-Bot Stream-SDK-Bot released this 03 Aug 13:52

August 03, 2026

βœ… Added

  • Add AttachmentMediaPickerViewOptions.isDisplayed, so that a custom media picker can react to the attachment picker being shown and hidden #1546

🐞 Fixed

  • Fix media attachment picker being unresponsive and slow with many iCloud assets #1546
  • Pass the channel's team when starting a direct message with a member #1541
  • Fix Markdown links with URL-shaped display text opening the wrong destination, e.g. [https://text-link.com](https://real-link.com) #1543
  • Fix showing the typing indicator in the middle of the screen when a channel has no messages #1545
  • Show a muted icon for muted members in the channel info member list and member details #1547
  • Show a media preview in the thread list when the thread's parent message only contains attachments #1548
  • Fix the tab bar covering the message composer while swiping back to the channel list #1551
  • Fix a lighter ring appearing along the screen edges of the blurred background behind the message action menu #1552
  • Fix the composer's add attachment icon being thinner than the other composer icons #1553
  • Fix thread list items appearing lighter than the app background in dark mode #1550

πŸ”„ Changed

  • Replace vendored Nuke image loading with StreamImageDownloader from StreamChatCommonUI #1531
  • Remove the separators between the message action menu items, keeping one before the destructive actions #1549

⚑️ Performance

  • Reduce SDK size by 400 KB #1531

⚠️ Deprecated

  • Deprecate AttachmentMediaPickerItemView.init(assetLoader:requestId:asset:onImageTap:imageSelected:selectedAssetIds:), the request id is no longer used. Use the initializer without it. #1546