Skip to content

4.63.0

Compare
Choose a tag to compare
@Stream-SDK-Bot Stream-SDK-Bot released this 12 Sep 10:27
· 47 commits to main since this release

September 12, 2024

StreamChat

βœ… Added

  • Local attachment downloads (docs) #3393
    • Add downloadAttachment(_:) and deleteLocalAttachmentDownload(for:) to Chat and MessageController
    • Add deleteAllLocalAttachmentDownloads() to ConnectedUser and CurrentUserController
  • Add unset argument to CurrentChatUserController.updateUserData and ConnectedUser.update for clearing user data fields #3404
  • Add reason and extraData arguments to ChatUserController.flag(reason:extraData:completion:) and ConnectedUser.flag(_:reason:extraData:) #3417
  • Add extraData argument to ChatMessageController.flag(reason:extraData:completion:) and Chat.flagMessage(_:reason:extraData:) #3417

🐞 Fixed

  • Fix Logger printing the incorrect thread name #3382
  • Channel watching did not resume on web-socket reconnection #3409

πŸ”„ Changed

  • Discard offline state changes when saving database changes fails #3399
  • Deprecate Filter.notEqual and Filter.notIn #3414

StreamChatUI

βœ… Added

  • Downloading and sharing file attachments in the message list #3393
    • Feature toggle for download and share buttons: Components.default.isDownloadFileAttachmentsEnabled (default is false)