Skip to content

v6.5.2

Compare
Choose a tag to compare
@stream-public-bot stream-public-bot released this 23 Oct 14:58
· 116 commits to release since this release

Common changes for all artifacts

⚠️ Changed

  • Deprecate NotInFilterObject because it is not supported backend-side anymore. #5393
  • Deprecate AttachmentsPickerTabFactories.defaultFactoriesWithoutStoragePermissions() in favor of a more configurable method. #5430
  • Deprecate AttachmentsPickerSystemTabFactory(otherFactories) in favor of a more configurable constructor. #5430

❌ Removed

  • Remove NotInFilterObject because it is not supported backend-side anymore. #5394

stream-chat-android-client

🐞 Fixed

  • Sanitize User Agen Header to avoid issues with ilegal characters on the Http Headers. #5440

⬆️ Improved

  • Avoid multiple ChatClient::connectUser invocations by sharing the Call. #5439

✅ Added

  • Add ChatClient::markThreadRead to mark a given thread as read. #5447
  • Add ChannelClient::markThreadRead to mark a given thread as read. #5447

stream-chat-android-state

✅ Added

  • Add GlobalState::unreadThreadsCount property to observe the number of unread threads. #5452

stream-chat-android-ui-common

✅ Added

  • Added ImageAssetTransformer to transform image assets before rendering them on the UI. #5438

stream-chat-android-ui-components

🐞 Fixed

  • Fix max allowed votes base on available options. #5431
  • Fix CAMERA permission request when using the capture photo/video attachment picker from AttachmentsPickerSystemTabFactory. #5430
  • Fixed MessageListView scroll to the bottom behaviour when a new message is added. #5427

✅ Added

  • Added ChatUI.imageAssetTransformer to transform image assets before rendering them on the UI. #5438

stream-chat-android-compose

🐞 Fixed

  • Fix CAMERA permission request when using the capture photo/video attachment picker from AttachmentsPickerSystemTabFactory. #5430
  • Fixed MessageList scroll to the bottom behaviour when a new message is added. #5427

✅ Added

  • Added ChannelListViewModel.refresh method to refresh the channel list. #5425
  • Add PinnedMessageList component for showing the list of pinned messages in a channel. #5420
  • Add formatMessageTitle method to MessagePreviewFormatter, to allow message preview title formatting customization. #5420
  • Add AttachmentsPickerTabFactories.defaultFactoriesWithoutStoragePermissions to customize which attachment pickers are allowed. #5430
  • Add AttachmentsPickerSystemTabFactory(filesAllowed, mediaAllowed, captureImageAllowed, captureVideoAllowed, pollAllowed) to to customize which attachment pickers are allowed. #5430
  • Added ChatTheme.imageAssetTransformer to transform image assets before rendering them on the UI. #5438
  • Added option to suggest new options on a poll. #5424
  • Added UI for Answers. #5432

⚠️ Changed

  • Exposed DefaultMessageComposerRecordingContent and DefaultAudioRecordButton components. #5433