v6.5.1
stream-public-bot
released this
26 Sep 16:29
·
183 commits
to release
since this release
Common changes for all artifacts
⚠️ Changed
- Deprecate
NotInFilterObject
because it is not supported backend-side anymore. #5393
stream-chat-android-client
⬆️ Improved
Attachment.uploadId
is only used locally and removed whenever the attachments are uploaded. #5395
✅ Added
Added notificationTextFormatter
lambda parameter to NotificationHandlerFactory::createNotificationHandler
which is being used to formats the text of the notification. #5409
Added actionsProvider
lambda parameter to NotificationHandlerFactory::createNotificationHandler
which is being used to provide actions for the notification. #5409
- Added
FileTransformer
to allow transforming files before uploading. #5416
stream-chat-android-ui-common
🐞 Fixed
- UnreadLabel is not added on the case all unread messages are deleted. #5403
stream-chat-android-ui-components
✅ Added
- Split poll options on the poll attachment to show a fit nubmer of options and a button to open new view with all options.#5406
- Add view to see poll results. #5405
stream-chat-android-compose
🐞 Fixed
- Fix condition to show async-voice attachments on MessageList. #5395