Skip to content

Bump streamChat from 6.4.1 to 6.8.0#85

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/streamChat-6.8.0
Open

Bump streamChat from 6.4.1 to 6.8.0#85
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/streamChat-6.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 8, 2025

Bumps streamChat from 6.4.1 to 6.8.0.
Updates io.getstream:stream-chat-android-compose from 6.4.1 to 6.8.0

Release notes

Sourced from io.getstream:stream-chat-android-compose's releases.

v6.8.0

Common changes for all artifacts

⬆️ Improved

  • Internal "Resolve Dependency" process improvements. #5514

✅ Added

  • Add Channel.membership.pinnedAt property notifiying if/when a channel was pinned by the current user. #5513
  • Add Channel.membership.archiveAt property notifiying if/when a channel was archived by the current user. #5513
  • Add support for moderation V2. Add moderation field in Message model to support the new version of moderation. #5493

⚠️ Changed

  • 🚨 Breaking change: ViewModels related with "searching messages" feature provide a List<MessageResult> instead of a List<Message>. #5500

stream-chat-android-client

✅ Added

  • Add ChatClient.pinChannel and ChannelClient.unpinChannel methods to pin/unpin a channel. #5513
  • Add ChatClient.archiveChannel and ChannelClient.unarchiveChannel methods to archive/unarchive a channel. #5513
  • Add ChannelClient.pinChannel and ChannelClient.unpinChannel methods to pin/unpin a channel. #5513
  • Add ChannelClient.archiveChannel and ChannelClient.unarchiveChannel methods to archive/unarchive a channel. #5513
  • Add CreateChannelListener::onCreateChannelRequest(String, String, CreateChannelParams, User) for performing actions before launching a request for creating a channel. #5502
  • Add ChatClient::createChannel(String, String, CreateChannelParams) for creating a channel with custom data for its members. #5502
  • Add ChannelClient::createChannel(CreateChannelParams) for creating a channel with custom data for its members. #5502
  • Add ChatClient::addMembers(String, String, AddMembersParams) for adding members with custom data to a channel. #5502
  • Add ChannelClient::addMembers(AddMembersParams) for adding members with custom data to a channel. #5502

⚠️ Changed

  • Deprecate CreateChannelListener::onCreateChannelRequest(String, String, List<String>, Map<String, Any>, User) in favor of the new CreateChannelListener::onCreateChannelRequest(String, String, CreateChannelParams, User). #5502

stream-chat-android-state

⬆️ Improved

  • The ChannelState is updated with new members after querying member with ChatClient::queryMembers. #5517

stream-chat-android-ui-common

⬆️ Improved

  • Exposed expose audio recording params in DefaultStreamMediaRecorder to allow customization. #5520

stream-chat-android-ui-components

⬆️ Improved

  • Add support for partial media access in MediaAttachmentFragment and FileAttachmentFragment for Android 14+. #5524

✅ Added

  • Add ThreadListView component for showing the list of threads for the user. #5491
  • Hide messages with moderated pictures. #5525

stream-chat-android-compose

🐞 Fixed

  • Fix keyboard not closing when opening the attachments picker from MessagesScreen. #5506
  • The ChatTheme.downloadAttachmentUriGenerator and ChatTheme.downloadRequestInterceptor properties are forwarded within the MediaGalleryPreviewActivity to be used when downloading attachments. #5522

⬆️ Improved

... (truncated)

Changelog

Sourced from io.getstream:stream-chat-android-compose's changelog.

December 18th, 2024 - 6.8.0

Common changes for all artifacts

⬆️ Improved

  • Internal "Resolve Dependency" process improvements. #5514

✅ Added

  • Add Channel.membership.pinnedAt property notifiying if/when a channel was pinned by the current user. #5513
  • Add Channel.membership.archiveAt property notifiying if/when a channel was archived by the current user. #5513
  • Add support for moderation V2. Add moderation field in Message model to support the new version of moderation. #5493

⚠️ Changed

  • 🚨 Breaking change: ViewModels related with "searching messages" feature provide a List<MessageResult> instead of a List<Message>. #5500

stream-chat-android-client

✅ Added

  • Add ChatClient.pinChannel and ChannelClient.unpinChannel methods to pin/unpin a channel. #5513
  • Add ChatClient.archiveChannel and ChannelClient.unarchiveChannel methods to archive/unarchive a channel. #5513
  • Add ChannelClient.pinChannel and ChannelClient.unpinChannel methods to pin/unpin a channel. #5513
  • Add ChannelClient.archiveChannel and ChannelClient.unarchiveChannel methods to archive/unarchive a channel. #5513
  • Add CreateChannelListener::onCreateChannelRequest(String, String, CreateChannelParams, User) for performing actions before launching a request for creating a channel. #5502
  • Add ChatClient::createChannel(String, String, CreateChannelParams) for creating a channel with custom data for its members. #5502
  • Add ChannelClient::createChannel(CreateChannelParams) for creating a channel with custom data for its members. #5502
  • Add ChatClient::addMembers(String, String, AddMembersParams) for adding members with custom data to a channel. #5502
  • Add ChannelClient::addMembers(AddMembersParams) for adding members with custom data to a channel. #5502

⚠️ Changed

  • Deprecate CreateChannelListener::onCreateChannelRequest(String, String, List<String>, Map<String, Any>, User) in favor of the new CreateChannelListener::onCreateChannelRequest(String, String, CreateChannelParams, User). #5502

stream-chat-android-state

⬆️ Improved

  • The ChannelState is updated with new members after querying member with ChatClient::queryMembers. #5517

stream-chat-android-ui-common

⬆️ Improved

  • Exposed expose audio recording params in DefaultStreamMediaRecorder to allow customization. #5520

stream-chat-android-ui-components

⬆️ Improved

  • Add support for partial media access in MediaAttachmentFragment and FileAttachmentFragment for Android 14+. #5524

✅ Added

  • Add ThreadListView component for showing the list of threads for the user. #5491
  • Hide messages with moderated pictures. #5525

stream-chat-android-compose

🐞 Fixed

  • Fix keyboard not closing when opening the attachments picker from MessagesScreen. #5506
  • The ChatTheme.downloadAttachmentUriGenerator and ChatTheme.downloadRequestInterceptor properties are forwarded within the MediaGalleryPreviewActivity to be used when downloading attachments. #5522

⬆️ Improved

... (truncated)

Commits
  • 4d207f0 AUTOMATION: Version Bump and CHANGELOG Update
  • 6d52dc0 [AND-178] Block messages with moderated images (#5525)
  • 4f53f7b Fix channel list blinking UI when resuming from a paused state (#5521)
  • 7ca1e67 [AND-160] Make mentions color customisable (Compose) (#5528)
  • eac94b7 AUTOMATION: Clean Detekt Baseline Files (#5526)
  • 9aa2e94 [AND-161] Improve storage permission handling in attachment factories (XML) (...
  • c9d88ab [AND-176] Intercept Attachment Download Process within internal activities (#...
  • 48a74ab [AND-158] expose audio recording params (#5520)
  • 0502b46 [AND-3] Threads V2 - XML (#5491)
  • 40bcc0f [AND-172] Await Depednecy Resolve process until ChatClient is properly initia...
  • Additional commits viewable in compare view

Updates io.getstream:stream-chat-android-offline from 6.4.1 to 6.8.0

Release notes

Sourced from io.getstream:stream-chat-android-offline's releases.

v6.8.0

Common changes for all artifacts

⬆️ Improved

  • Internal "Resolve Dependency" process improvements. #5514

✅ Added

  • Add Channel.membership.pinnedAt property notifiying if/when a channel was pinned by the current user. #5513
  • Add Channel.membership.archiveAt property notifiying if/when a channel was archived by the current user. #5513
  • Add support for moderation V2. Add moderation field in Message model to support the new version of moderation. #5493

⚠️ Changed

  • 🚨 Breaking change: ViewModels related with "searching messages" feature provide a List<MessageResult> instead of a List<Message>. #5500

stream-chat-android-client

✅ Added

  • Add ChatClient.pinChannel and ChannelClient.unpinChannel methods to pin/unpin a channel. #5513
  • Add ChatClient.archiveChannel and ChannelClient.unarchiveChannel methods to archive/unarchive a channel. #5513
  • Add ChannelClient.pinChannel and ChannelClient.unpinChannel methods to pin/unpin a channel. #5513
  • Add ChannelClient.archiveChannel and ChannelClient.unarchiveChannel methods to archive/unarchive a channel. #5513
  • Add CreateChannelListener::onCreateChannelRequest(String, String, CreateChannelParams, User) for performing actions before launching a request for creating a channel. #5502
  • Add ChatClient::createChannel(String, String, CreateChannelParams) for creating a channel with custom data for its members. #5502
  • Add ChannelClient::createChannel(CreateChannelParams) for creating a channel with custom data for its members. #5502
  • Add ChatClient::addMembers(String, String, AddMembersParams) for adding members with custom data to a channel. #5502
  • Add ChannelClient::addMembers(AddMembersParams) for adding members with custom data to a channel. #5502

⚠️ Changed

  • Deprecate CreateChannelListener::onCreateChannelRequest(String, String, List<String>, Map<String, Any>, User) in favor of the new CreateChannelListener::onCreateChannelRequest(String, String, CreateChannelParams, User). #5502

stream-chat-android-state

⬆️ Improved

  • The ChannelState is updated with new members after querying member with ChatClient::queryMembers. #5517

stream-chat-android-ui-common

⬆️ Improved

  • Exposed expose audio recording params in DefaultStreamMediaRecorder to allow customization. #5520

stream-chat-android-ui-components

⬆️ Improved

  • Add support for partial media access in MediaAttachmentFragment and FileAttachmentFragment for Android 14+. #5524

✅ Added

  • Add ThreadListView component for showing the list of threads for the user. #5491
  • Hide messages with moderated pictures. #5525

stream-chat-android-compose

🐞 Fixed

  • Fix keyboard not closing when opening the attachments picker from MessagesScreen. #5506
  • The ChatTheme.downloadAttachmentUriGenerator and ChatTheme.downloadRequestInterceptor properties are forwarded within the MediaGalleryPreviewActivity to be used when downloading attachments. #5522

⬆️ Improved

... (truncated)

Changelog

Sourced from io.getstream:stream-chat-android-offline's changelog.

December 18th, 2024 - 6.8.0

Common changes for all artifacts

⬆️ Improved

  • Internal "Resolve Dependency" process improvements. #5514

✅ Added

  • Add Channel.membership.pinnedAt property notifiying if/when a channel was pinned by the current user. #5513
  • Add Channel.membership.archiveAt property notifiying if/when a channel was archived by the current user. #5513
  • Add support for moderation V2. Add moderation field in Message model to support the new version of moderation. #5493

⚠️ Changed

  • 🚨 Breaking change: ViewModels related with "searching messages" feature provide a List<MessageResult> instead of a List<Message>. #5500

stream-chat-android-client

✅ Added

  • Add ChatClient.pinChannel and ChannelClient.unpinChannel methods to pin/unpin a channel. #5513
  • Add ChatClient.archiveChannel and ChannelClient.unarchiveChannel methods to archive/unarchive a channel. #5513
  • Add ChannelClient.pinChannel and ChannelClient.unpinChannel methods to pin/unpin a channel. #5513
  • Add ChannelClient.archiveChannel and ChannelClient.unarchiveChannel methods to archive/unarchive a channel. #5513
  • Add CreateChannelListener::onCreateChannelRequest(String, String, CreateChannelParams, User) for performing actions before launching a request for creating a channel. #5502
  • Add ChatClient::createChannel(String, String, CreateChannelParams) for creating a channel with custom data for its members. #5502
  • Add ChannelClient::createChannel(CreateChannelParams) for creating a channel with custom data for its members. #5502
  • Add ChatClient::addMembers(String, String, AddMembersParams) for adding members with custom data to a channel. #5502
  • Add ChannelClient::addMembers(AddMembersParams) for adding members with custom data to a channel. #5502

⚠️ Changed

  • Deprecate CreateChannelListener::onCreateChannelRequest(String, String, List<String>, Map<String, Any>, User) in favor of the new CreateChannelListener::onCreateChannelRequest(String, String, CreateChannelParams, User). #5502

stream-chat-android-state

⬆️ Improved

  • The ChannelState is updated with new members after querying member with ChatClient::queryMembers. #5517

stream-chat-android-ui-common

⬆️ Improved

  • Exposed expose audio recording params in DefaultStreamMediaRecorder to allow customization. #5520

stream-chat-android-ui-components

⬆️ Improved

  • Add support for partial media access in MediaAttachmentFragment and FileAttachmentFragment for Android 14+. #5524

✅ Added

  • Add ThreadListView component for showing the list of threads for the user. #5491
  • Hide messages with moderated pictures. #5525

stream-chat-android-compose

🐞 Fixed

  • Fix keyboard not closing when opening the attachments picker from MessagesScreen. #5506
  • The ChatTheme.downloadAttachmentUriGenerator and ChatTheme.downloadRequestInterceptor properties are forwarded within the MediaGalleryPreviewActivity to be used when downloading attachments. #5522

⬆️ Improved

... (truncated)

Commits
  • 4d207f0 AUTOMATION: Version Bump and CHANGELOG Update
  • 6d52dc0 [AND-178] Block messages with moderated images (#5525)
  • 4f53f7b Fix channel list blinking UI when resuming from a paused state (#5521)
  • 7ca1e67 [AND-160] Make mentions color customisable (Compose) (#5528)
  • eac94b7 AUTOMATION: Clean Detekt Baseline Files (#5526)
  • 9aa2e94 [AND-161] Improve storage permission handling in attachment factories (XML) (...
  • c9d88ab [AND-176] Intercept Attachment Download Process within internal activities (#...
  • 48a74ab [AND-158] expose audio recording params (#5520)
  • 0502b46 [AND-3] Threads V2 - XML (#5491)
  • 40bcc0f [AND-172] Await Depednecy Resolve process until ChatClient is properly initia...
  • Additional commits viewable in compare view

Updates io.getstream:stream-chat-android-state from 6.4.1 to 6.8.0

Release notes

Sourced from io.getstream:stream-chat-android-state's releases.

v6.8.0

Common changes for all artifacts

⬆️ Improved

  • Internal "Resolve Dependency" process improvements. #5514

✅ Added

  • Add Channel.membership.pinnedAt property notifiying if/when a channel was pinned by the current user. #5513
  • Add Channel.membership.archiveAt property notifiying if/when a channel was archived by the current user. #5513
  • Add support for moderation V2. Add moderation field in Message model to support the new version of moderation. #5493

⚠️ Changed

  • 🚨 Breaking change: ViewModels related with "searching messages" feature provide a List<MessageResult> instead of a List<Message>. #5500

stream-chat-android-client

✅ Added

  • Add ChatClient.pinChannel and ChannelClient.unpinChannel methods to pin/unpin a channel. #5513
  • Add ChatClient.archiveChannel and ChannelClient.unarchiveChannel methods to archive/unarchive a channel. #5513
  • Add ChannelClient.pinChannel and ChannelClient.unpinChannel methods to pin/unpin a channel. #5513
  • Add ChannelClient.archiveChannel and ChannelClient.unarchiveChannel methods to archive/unarchive a channel. #5513
  • Add CreateChannelListener::onCreateChannelRequest(String, String, CreateChannelParams, User) for performing actions before launching a request for creating a channel. #5502
  • Add ChatClient::createChannel(String, String, CreateChannelParams) for creating a channel with custom data for its members. #5502
  • Add ChannelClient::createChannel(CreateChannelParams) for creating a channel with custom data for its members. #5502
  • Add ChatClient::addMembers(String, String, AddMembersParams) for adding members with custom data to a channel. #5502
  • Add ChannelClient::addMembers(AddMembersParams) for adding members with custom data to a channel. #5502

⚠️ Changed

  • Deprecate CreateChannelListener::onCreateChannelRequest(String, String, List<String>, Map<String, Any>, User) in favor of the new CreateChannelListener::onCreateChannelRequest(String, String, CreateChannelParams, User). #5502

stream-chat-android-state

⬆️ Improved

  • The ChannelState is updated with new members after querying member with ChatClient::queryMembers. #5517

stream-chat-android-ui-common

⬆️ Improved

  • Exposed expose audio recording params in DefaultStreamMediaRecorder to allow customization. #5520

stream-chat-android-ui-components

⬆️ Improved

  • Add support for partial media access in MediaAttachmentFragment and FileAttachmentFragment for Android 14+. #5524

✅ Added

  • Add ThreadListView component for showing the list of threads for the user. #5491
  • Hide messages with moderated pictures. #5525

stream-chat-android-compose

🐞 Fixed

  • Fix keyboard not closing when opening the attachments picker from MessagesScreen. #5506
  • The ChatTheme.downloadAttachmentUriGenerator and ChatTheme.downloadRequestInterceptor properties are forwarded within the MediaGalleryPreviewActivity to be used when downloading attachments. #5522

⬆️ Improved

... (truncated)

Changelog

Sourced from io.getstream:stream-chat-android-state's changelog.

December 18th, 2024 - 6.8.0

Common changes for all artifacts

⬆️ Improved

  • Internal "Resolve Dependency" process improvements. #5514

✅ Added

  • Add Channel.membership.pinnedAt property notifiying if/when a channel was pinned by the current user. #5513
  • Add Channel.membership.archiveAt property notifiying if/when a channel was archived by the current user. #5513
  • Add support for moderation V2. Add moderation field in Message model to support the new version of moderation. #5493

⚠️ Changed

  • 🚨 Breaking change: ViewModels related with "searching messages" feature provide a List<MessageResult> instead of a List<Message>. #5500

stream-chat-android-client

✅ Added

  • Add ChatClient.pinChannel and ChannelClient.unpinChannel methods to pin/unpin a channel. #5513
  • Add ChatClient.archiveChannel and ChannelClient.unarchiveChannel methods to archive/unarchive a channel. #5513
  • Add ChannelClient.pinChannel and ChannelClient.unpinChannel methods to pin/unpin a channel. #5513
  • Add ChannelClient.archiveChannel and ChannelClient.unarchiveChannel methods to archive/unarchive a channel. #5513
  • Add CreateChannelListener::onCreateChannelRequest(String, String, CreateChannelParams, User) for performing actions before launching a request for creating a channel. #5502
  • Add ChatClient::createChannel(String, String, CreateChannelParams) for creating a channel with custom data for its members. #5502
  • Add ChannelClient::createChannel(CreateChannelParams) for creating a channel with custom data for its members. #5502
  • Add ChatClient::addMembers(String, String, AddMembersParams) for adding members with custom data to a channel. #5502
  • Add ChannelClient::addMembers(AddMembersParams) for adding members with custom data to a channel. #5502

⚠️ Changed

  • Deprecate CreateChannelListener::onCreateChannelRequest(String, String, List<String>, Map<String, Any>, User) in favor of the new CreateChannelListener::onCreateChannelRequest(String, String, CreateChannelParams, User). #5502

stream-chat-android-state

⬆️ Improved

  • The ChannelState is updated with new members after querying member with ChatClient::queryMembers. #5517

stream-chat-android-ui-common

⬆️ Improved

  • Exposed expose audio recording params in DefaultStreamMediaRecorder to allow customization. #5520

stream-chat-android-ui-components

⬆️ Improved

  • Add support for partial media access in MediaAttachmentFragment and FileAttachmentFragment for Android 14+. #5524

✅ Added

  • Add ThreadListView component for showing the list of threads for the user. #5491
  • Hide messages with moderated pictures. #5525

stream-chat-android-compose

🐞 Fixed

  • Fix keyboard not closing when opening the attachments picker from MessagesScreen. #5506
  • The ChatTheme.downloadAttachmentUriGenerator and ChatTheme.downloadRequestInterceptor properties are forwarded within the MediaGalleryPreviewActivity to be used when downloading attachments. #5522

⬆️ Improved

... (truncated)

Commits
  • 4d207f0 AUTOMATION: Version Bump and CHANGELOG Update
  • 6d52dc0 [AND-178] Block messages with moderated images (#5525)
  • 4f53f7b Fix channel list blinking UI when resuming from a paused state (#5521)
  • 7ca1e67 [AND-160] Make mentions color customisable (Compose) (#5528)
  • eac94b7 AUTOMATION: Clean Detekt Baseline Files (#5526)
  • 9aa2e94 [AND-161] Improve storage permission handling in attachment factories (XML) (...
  • c9d88ab [AND-176] Intercept Attachment Download Process within internal activities (#...
  • 48a74ab [AND-158] expose audio recording params (#5520)
  • 0502b46 [AND-3] Threads V2 - XML (#5491)
  • 40bcc0f [AND-172] Await Depednecy Resolve process until ChatClient is properly initia...
  • Additional commits viewable in compare view

Updates io.getstream:stream-chat-android-ui-utils from 6.4.1 to 6.8.0

Release notes

Sourced from io.getstream:stream-chat-android-ui-utils's releases.

v6.8.0

Common changes for all artifacts

⬆️ Improved

  • Internal "Resolve Dependency" process improvements. #5514

✅ Added

  • Add Channel.membership.pinnedAt property notifiying if/when a channel was pinned by the current user. #5513
  • Add Channel.membership.archiveAt property notifiying if/when a channel was archived by the current user. #5513
  • Add support for moderation V2. Add moderation field in Message model to support the new version of moderation. #5493

⚠️ Changed

  • 🚨 Breaking change: ViewModels related with "searching messages" feature provide a List<MessageResult> instead of a List<Message>. #5500

stream-chat-android-client

✅ Added

  • Add ChatClient.pinChannel and ChannelClient.unpinChannel methods to pin/unpin a channel. #5513
  • Add ChatClient.archiveChannel and ChannelClient.unarchiveChannel methods to archive/unarchive a channel. #5513
  • Add ChannelClient.pinChannel and ChannelClient.unpinChannel methods to pin/unpin a channel. #5513
  • Add ChannelClient.archiveChannel and ChannelClient.unarchiveChannel methods to archive/unarchive a channel. #5513
  • Add CreateChannelListener::onCreateChannelRequest(String, String, CreateChannelParams, User) for performing actions before launching a request for creating a channel. #5502
  • Add ChatClient::createChannel(String, String, CreateChannelParams) for creating a channel with custom data for its members. #5502
  • Add ChannelClient::createChannel(CreateChannelParams) for creating a channel with custom data for its members. #5502
  • Add ChatClient::addMembers(String, String, AddMembersParams) for adding members with custom data to a channel. #5502
  • Add ChannelClient::addMembers(AddMembersParams) for adding members with custom data to a channel. #5502

⚠️ Changed

  • Deprecate CreateChannelListener::onCreateChannelRequest(String, String, List<String>, Map<String, Any>, User) in favor of the new CreateChannelListener::onCreateChannelRequest(String, String, CreateChannelParams, User). #5502

stream-chat-android-state

⬆️ Improved

  • The ChannelState is updated with new members after querying member with ChatClient::queryMembers. #5517

stream-chat-android-ui-common

⬆️ Improved

  • Exposed expose audio recording params in DefaultStreamMediaRecorder to allow customization. #5520

stream-chat-android-ui-components

⬆️ Improved

  • Add support for partial media access in MediaAttachmentFragment and FileAttachmentFragment for Android 14+. #5524

✅ Added

  • Add ThreadListView component for showing the list of threads for the user. #5491
  • Hide messages with moderated pictures. #5525

stream-chat-android-compose

🐞 Fixed

  • Fix keyboard not closing when opening the attachments picker from MessagesScreen. #5506
  • The ChatTheme.downloadAttachmentUriGenerator and ChatTheme.downloadRequestInterceptor properties are forwarded within the MediaGalleryPreviewActivity to be used when downloading attachments. #5522

⬆️ Improved

... (truncated)

Changelog

Sourced from io.getstream:stream-chat-android-ui-utils's changelog.

December 18th, 2024 - 6.8.0

Common changes for all artifacts

⬆️ Improved

  • Internal "Resolve Dependency" process improvements. #5514

✅ Added

  • Add Channel.membership.pinnedAt property notifiying if/when a channel was pinned by the current user. #5513
  • Add Channel.membership.archiveAt property notifiying if/when a channel was archived by the current user. #5513
  • Add support for moderation V2. Add moderation field in Message model to support the new version of moderation. #5493

⚠️ Changed

  • 🚨 Breaking change: ViewModels related with "searching messages" feature provide a List<MessageResult> instead of a List<Message>. #5500

stream-chat-android-client

✅ Added

  • Add ChatClient.pinChannel and ChannelClient.unpinChannel methods to pin/unpin a channel. #5513
  • Add ChatClient.archiveChannel and ChannelClient.unarchiveChannel methods to archive/unarchive a channel. #5513
  • Add ChannelClient.pinChannel and ChannelClient.unpinChannel methods to pin/unpin a channel. #5513
  • Add ChannelClient.archiveChannel and ChannelClient.unarchiveChannel methods to archive/unarchive a channel. #5513
  • Add CreateChannelListener::onCreateChannelRequest(String, String, CreateChannelParams, User) for performing actions before launching a request for creating a channel. #5502
  • Add ChatClient::createChannel(String, String, CreateChannelParams) for creating a channel with custom data for its members. #5502
  • Add ChannelClient::createChannel(CreateChannelParams) for creating a channel with custom data for its members. #5502
  • Add ChatClient::addMembers(String, String, AddMembersParams) for adding members with custom data to a channel. #5502
  • Add ChannelClient::addMembers(AddMembersParams) for adding members with custom data to a channel. #5502

⚠️ Changed

  • Deprecate CreateChannelListener::onCreateChannelRequest(String, String, List<String>, Map<String, Any>, User) in favor of the new CreateChannelListener::onCreateChannelRequest(String, String, CreateChannelParams, User). #5502

stream-chat-android-state

⬆️ Improved

  • The ChannelState is updated with new members after querying member with ChatClient::queryMembers. #5517

stream-chat-android-ui-common

⬆️ Improved

  • Exposed expose audio recording params in DefaultStreamMediaRecorder to allow customization. #5520

stream-chat-android-ui-components

⬆️ Improved

  • Add support for partial media access in MediaAttachmentFragment and FileAttachmentFragment for Android 14+. #5524

✅ Added

  • Add ThreadListView component for showing the list of threads for the user. #5491
  • Hide messages with moderated pictures. #5525

stream-chat-android-compose

🐞 Fixed

  • Fix keyboard not closing when opening the attachments picker from MessagesScreen. #5506
  • The ChatTheme.downloadAttachmentUriGenerator and ChatTheme.downloadRequestInterceptor properties are forwarded within the MediaGalleryPreviewActivity to be used when downloading attachments. #5522

⬆️ Improved

... (truncated)

Commits
  • 4d207f0 AUTOMATION: Version Bump and CHANGELOG Update
  • 6d52dc0 [AND-178] Block messages with moderated images (#5525)
  • 4f53f7b Fix channel list blinking UI when resuming from a paused state (#5521)
  • 7ca1e67 [AND-160] Make mentions color customisable (Compose) (#5528)
  • eac94b7 AUTOMATION: Clean Detekt Baseline Files (#5526)
  • 9aa2e94 [AND-161] Improve storage permission handling in attachment factories (XML) (...
  • c9d88ab [AND-176] Intercept Attachment Download Process within internal activities (#...
  • 48a74ab [AND-158] expose audio recording params (#5520)
  • 0502b46 [AND-3] Threads V2 - XML (#5491)
  • 40bcc0f [AND-172] Await Depednecy Resolve process until ChatClient is properly initia...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `streamChat` from 6.4.1 to 6.8.0.

Updates `io.getstream:stream-chat-android-compose` from 6.4.1 to 6.8.0
- [Release notes](https://github.com/getstream/stream-chat-android/releases)
- [Changelog](https://github.com/GetStream/stream-chat-android/blob/develop/CHANGELOG.md)
- [Commits](GetStream/stream-chat-android@v6.4.1...v6.8.0)

Updates `io.getstream:stream-chat-android-offline` from 6.4.1 to 6.8.0
- [Release notes](https://github.com/getstream/stream-chat-android/releases)
- [Changelog](https://github.com/GetStream/stream-chat-android/blob/develop/CHANGELOG.md)
- [Commits](GetStream/stream-chat-android@v6.4.1...v6.8.0)

Updates `io.getstream:stream-chat-android-state` from 6.4.1 to 6.8.0
- [Release notes](https://github.com/getstream/stream-chat-android/releases)
- [Changelog](https://github.com/GetStream/stream-chat-android/blob/develop/CHANGELOG.md)
- [Commits](GetStream/stream-chat-android@v6.4.1...v6.8.0)

Updates `io.getstream:stream-chat-android-ui-utils` from 6.4.1 to 6.8.0
- [Release notes](https://github.com/getstream/stream-chat-android/releases)
- [Changelog](https://github.com/GetStream/stream-chat-android/blob/develop/CHANGELOG.md)
- [Commits](GetStream/stream-chat-android@v6.4.1...v6.8.0)

---
updated-dependencies:
- dependency-name: io.getstream:stream-chat-android-compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.getstream:stream-chat-android-offline
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.getstream:stream-chat-android-state
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.getstream:stream-chat-android-ui-utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from skydoves as a code owner January 8, 2025 07:00
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants