January 14, 2025
StreamChat
✅ Added
- Use
AppSettings.fileUploadConfig
andAppSettings.imageUploadConfig
for blocking attachment uploads #3556 - Add
FilterKey.disabled
andChatChannel.isDisabled
#3546 - Add
ImageAttachmentPayload.file
for settingfile_size
andmime_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 ofImageAttachmentPayload.init(title:imageRemoteURL:file:originalWidth:originalHeight:extraData:)
#3548
StreamChatUI
🔄 Changed
- Set supported media types based on
AppSettings
inComposerVC.filePickerVC
#3556