Skip to content

4.70.0

Latest
Compare
Choose a tag to compare
@Stream-SDK-Bot Stream-SDK-Bot released this 15 Jan 10:55

January 14, 2025

StreamChat

βœ… Added

  • Use AppSettings.fileUploadConfig and AppSettings.imageUploadConfig for blocking attachment uploads #3556
  • Add FilterKey.disabled and ChatChannel.isDisabled #3546
  • Add ImageAttachmentPayload.file for setting file_size and mime_type for image attachments #3548

🐞 Fixed

  • Remove the main thread requirement from the DataStore #3541
  • Refresh quoted message preview when the quoted message is deleted #3553

⚑ Performance

  • Improve performance of accessing database model properties #3534
  • Improve performance of model conversions with large extra data #3534

πŸ”„ Changed

  • Deprecate ImageAttachmentPayload.init(title:imageRemoteURL:originalWidth:originalHeight:extraData:) in favor of ImageAttachmentPayload.init(title:imageRemoteURL:file:originalWidth:originalHeight:extraData:) #3548

StreamChatUI

πŸ”„ Changed

  • Set supported media types based on AppSettings in ComposerVC.filePickerVC #3556