Stream Chat Swift Versions Save

💬 iOS Chat SDK in Swift - Build your own app chat experience for iOS using the official Stream Chat API

4.53.0

1 week ago

April 30, 2024

StreamChat

✅ Added

  • Add user privacy settings to control user events #3142
  • Add privacySettings parameter to connectUser() and CurrentUserController.updateUserData() #3142
  • Expose ChatCurrentUser.privacySettings #3142
  • Adds reactionGroups to ChatMessage so that reactions can be sorted by date in the message list #3158

StreamChatUI

✅ Added

  • Adds firstReactionAt and lastReactionAt to ChatMessageReactionData to be able to sort by dates in Components.reactionsSorting #3158
  • Add ChatReactionListController to query and filter reactions from a message #3167
  • Add ChatClient.reactionListController() to create an instance of ChatReactionListController #3167

4.52.0

1 month ago

April 09, 2024

StreamChat

🐞 Fixed

  • Fix pinning messages with attachments stuck in sending state #3116
  • Fix member list not updated after moderator is demoted #3132

StreamChatUI

🐞 Fixed

  • Fix thread parent message not updating in the Thread View #3129
  • Fix a crash in channel list when reconfiguring cells #3136

4.51.0

1 month ago

March 26, 2024

StreamChat

✅ Added

  • Add mute expiration support when muting a channel #3083
  • Add ChatClient.loadAppSettings and ChatClient.appSettings #3091
  • Load the app settings when connecting the user #3091
  • Expose notificationsMuted in ChatChannelMember #3111

🐞 Fixed

  • Fix saving reaction counts for messages #3109

🔄 Changed

  • Deprecates ChatClientConfig.maxAttachmentSize in favour of defining the value from Stream's Dashboard #3105

StreamChatUI

✅ Added

  • Validates file size limit per attachment type defined in Stream's Dashboard #3105
  • Make it easier to customize ComposerVC.updateContent() #3112
  • Add support markdown font styling customization #3101

🐞 Fixed

  • Fix support for markdown ordered list with all numbers #3090
  • Fix support for markdown italic and bold styles inside snake-styled text #3094
  • Fix Message View not updated when new translations are added or removed #3103

4.50.0

1 month ago

March 11, 2024

StreamChat

✅ Added

  • Add new ChatMessage.textUpdatedAt for when the message text is edited #3059
  • Expose ClientError.errorPayload to easily check for server error details #3061

🐞 Fixed

  • Fix token provider retrying after calling disconnect #3052
  • Fix connect user never completing when disconnecting after token provider fails #3052
  • Fix current user cache not deleted on logout causing unread count issues after switching users #3055
  • Fix rare crash in startObserver() on logout when converting DTO to model in itemCreator #3053
  • Fix invalid token triggering token refresh in an infinite loop #3056
  • Do not mark a message as failed when the server returns duplicated message error #3061

StreamChatUI

✅ Added

  • Add new Components.isMessageEditedLabelEnabled #3059
  • Add "Edited" label when a message is edited #3059
    • Note: For now, only when the text changes it is marked as edited.
  • Add message.edited localization key #3059

4.49.0

2 months ago

February 27, 2024

StreamChat

✅ Added

  • Add parallel attachment uploading #3034

🐞 Fixed

  • Fix controllers having empty data when state changed to .remoteDataFetched with background mapping enabled #3042
  • Fix showing empty search results with background mapping enabled #3042

StreamChatUI

✅ Added

  • Add support for user mentions in channels with 100+ members #3043

🐞 Fixed

  • Fix composer link preview overridden by previous enrichment #3025
  • Fix merged avatars changing sub-image locations when opening channel list #3013
  • Fix native swipe-back gesture overridden by swipe-to-reply #3029
  • Fix CGBitmapContextInfoCreate console log warning when creating merged channel avatars #3018
  • Slight performance improvement in the message list by caching NSRegularExpression in MarkdownFormatter #3020
  • Slight performance improvement in the message list by skipping channel list updates when it is not visible #3021
  • Fix rare race condition when dismissing the gallery causing the UI to be blocked #3037

4.48.1

2 months ago

February 09, 2024

StreamChat

🐞 Fixed

  • Fix TextLink.url in TextLinkDetector not having the HTTP URL #3023

StreamChatUI

🐞 Fixed

  • Fix tapping message links without http scheme not opening Safari #3023
  • Fix links not being highlighted when message text contains markdown #3023

4.48.0

3 months ago

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

4.47.1

3 months ago

January 24, 2024

StreamChat

🐞 Fixed

  • Fix not possible to resend messages with failed attachments #2966
  • Fix not mentioning users if they are not fetched in the local device #2967
  • Fix rare crash in startObserver() in login/logout flow #2972

🔄 Changed

  • Bump maxAttachmentCountPerMessage from 10 to 30 to align with the backend. #2977

StreamChatUI

🐞 Fixed

  • Fix file attachments retry button not retrying upload #2966
  • Fix mentioned users without names not highlighted #2967
  • Fix duplicated mentioned users not highlighted #2967

4.47.0

4 months ago

January 09, 2024

StreamChat

🐞 Fixed

  • Fix Channel ID initializer crashing with an empty string #2964

✅ Added

  • Expose UserListQuery.search(term:) and UserListQuery.user(withID:) #2959

StreamChatUI

✅ Added

  • Better support for custom mixed attachments rendering #2947
  • Add default rendering for unsupported attachments #2948

🐞 Fixed

  • Fix deleted messages showing custom attachments #2947
  • Fix blocked messages showing attachments #2947

🔄 Changed

  • Minor breaking change in the ChatMessageListView.reuseIdentifier() function. It has a new message parameter. #2947
  • Minor breaking change in the ChatMessageListView.dequeueReusableCell() function. It has a new message parameter. #2947

4.46.0

4 months ago

December 21, 2023

StreamChat

🐞 Fixed

  • Fix duplicated Runpath Search Paths #2937
  • Fix _dispatch_lane_resume crash in RepeatingTimer #2938
  • Fix editing of async voice messages #2943

StreamChatUI

🐞 Fixed

  • Fix duplicated Runpath Search Paths #2937
  • Fix file attachments not rendering file size #2941
  • Fix quoted chat message view with wrong text #2946
  • Fix jumping to bottom when loading new messages #2945
  • Fix messages failing to be deleted when pending updates to the server #2949