Common changes for all artifacts
✅ Added
Message
entity has a newmessageTextUpdatedAt
property to represent the last time the message text was updated. #5200FileUploadConfig
entity has a newsizeLimitInBytes:
property to represent the size limit for attachments. #5205
stream-chat-android-ui-common
⚠️ Changed
- Attachment size limit is not configured client-side anymore, you should configure it on the dashboard. #5205
❌ Removed
- Removed
MessagesViewModelFactory.maxAttachmentSize
property. #5205
stream-chat-android-ui-components
✅ Added
- Edited message will show info about when they were edited. #5200
❌ Removed
- Removed
MessagesViewModelFactory.maxAttachmentSize
property. #5205
stream-chat-android-compose
✅ Added
- Edited message will show info about when they were edited. #5200
- Added
SearchMode
toChannelsScreen
to allow searching for channels or messages. #5203 - Added
ChannelsList.searchResultContent
comoposable lambda to render the search result content. #5203
❌ Removed
- Removed
MessagesViewModelFactory.maxAttachmentSize
property. #5205