4.48.0
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 emptycid
#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