4.63.0
September 12, 2024
StreamChat
β Added
- Local attachment downloads (docs) #3393
- Add
downloadAttachment(_:)
anddeleteLocalAttachmentDownload(for:)
toChat
andMessageController
- Add
deleteAllLocalAttachmentDownloads()
toConnectedUser
andCurrentUserController
- Add
- Add
unset
argument toCurrentChatUserController.updateUserData
andConnectedUser.update
for clearing user data fields #3404 - Add
reason
andextraData
arguments toChatUserController.flag(reason:extraData:completion:)
andConnectedUser.flag(_:reason:extraData:)
#3417 - Add
extraData
argument toChatMessageController.flag(reason:extraData:completion:)
andChat.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
andFilter.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 isfalse
)
- Feature toggle for download and share buttons: