Common changes for all artifacts
✅ Added
- Add
teamsRolefield to theUsermodel for team-based roles. #5737
⚠️ Changed
- Deprecated API endpoints related to third-party video call integrations, which are no longer natively supported. These endpoints will be removed in future releases. #5740
stream-chat-android-client
🐞 Fixed
- Fix
NullPointerExceptioninSubscriptionImplwhen subscription is disposed concurrently while being filtered. #5738 - Fix new Stream token not sent with the request after refreshing it. #5757
stream-chat-android-ui-common
🐞 Fixed
- Fix
ErrorEvent.PollCastingVoteErroremitted instead ofErrorEvent.PollRemovingVoteErrorwhenMessageListController.removeVotefails. #5742
stream-chat-android-ui-components
🐞 Fixed
- Fix audio recording attachments not paused when the app goes to the background or the screen is covered with another one. #5685
⚠️ Changed
- Replace
StreamImagewithStreamAsyncImage. #5724 - Deprecate landscapist
StreamImagein favor of coilSubcomposeAsyncImage. #5724 - Deprecate
rememberStreamImagePainterin favor of coilrememberAsyncImagePainter. #5724
stream-chat-android-compose
🐞 Fixed
- Fix audio recording attachments not paused when the app goes to the background or the screen is covered with another one. #5685
- Fix crash when multiple answers field is not a valid number when creating a poll. #5733
- Ensure the
ImageLoadercreated by a customStreamCoilImageLoaderFactoryis passed to theMediaGalleryPreviewActivity. #5736
⬆️ Improved
- Improve the images loading. #5724
- Remove the divider of the last item in the channel list and pinned message list. #5746
✅ Added
- Introduce
MediaGalleryConfigfor simple configuration(show/hide) of the actions in theMediaGalleryPreviewActivity. #5726 - Introduce experimental
MediaGalleryPreviewScreencomposable component which renders a standalone media gallery for aMessagewith media attachments. #5726 - Add
ChatComponentFactory.MessageListBackgroundmethod for overriding the defaultMessageListbackground. #5750 - Add
backgroundargument to theMessageListcomposable for overriding the default background. #5750
⚠️ Changed
- Deprecate
ThreadMessagesStartin favor ofArrangement.Vertical. #5745