Skip to content

4.48.0

Compare
Choose a tag to compare
@Stream-SDK-Bot Stream-SDK-Bot released this 09 Feb 13:58
· 393 commits to main since this release

February 09, 2024

⚠️ Regression found! Please use the 4.48.1 version.

  • Links in messages do not open the browser

StreamChat

✅ Added

  • Add new ChatChannelController.enrichUrl() function to get metadata from URL #2984
  • Add new TextLinkDetector for parsing and detecting links given a string #2984
  • Automatically restart uploading suspended attachments when the app is reopened #3008

🐞 Fixed

  • Fix message link preview showing empty space when no metadata available #2984
  • Fix threading issues in ConnectionRepository #2985, #2987
  • Fix threading issues in AuthenticationRepository #2986
  • Fix NewMessagePendingEvent.message with empty cid #2997
  • Fix attachments being sent with local URL paths #3008
  • Fix rare crash in AttachmentDTO.id when accessed outside of CoreData's context #3008

🔄 Changed

  • Do not check token expiration client-side, only server-side #3014

StreamChatUI

✅ Added

  • Add Components.default.isComposerLinkPreviewEnabled flag to enable composer link previews #2984
  • Add support for showing link previews in the composer #2984

🐞 Fixed

  • Fix link flickering when opening a channel #2984
  • Fix link flickering when quoting a message with a link #2984
  • Fix channel item actions gesture overriding native swipe go-back gesture #3000
  • Fix flashing channel list avatars and improve channel list update performance #2996