stream-chat-android-client
⬆️ Improved
- Reviewed requests parameters.
connectionId
is now sent only if necessary. #4138
❌ Removed
- 🚨 Breaking change: Removed
connectionId
parameter fromFileUploader
methods. #4138
stream-chat-android-state
⚠️ Changed
- Divided QueryChannelLogic into state and database. #4156
stream-chat-android-compose
✅ Added
- Added
ownMessageText
andotherMessageText
toStreamColors
to enable message text customization. If you have been usingStreamColors.textHighEmphasis
to customize the color of the message texts, we recommend switching to the new attributes instead. #4175