Skip to content

Bump streamChatSDK from 6.5.1 to 6.11.0 #437

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps streamChatSDK from 6.5.1 to 6.11.0.
Updates io.getstream:stream-chat-android-client from 6.5.1 to 6.11.0

Release notes

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

v6.11.0

stream-chat-android-core

✅ Added

  • Expose UserId alias that Represents a user id. #5616

stream-chat-android-ui-common

✅ Added

  • Added DateFormatter::formatRelativeDate method to format a relative date. #5587

stream-chat-android-ui-components

🐞 Fixed

  • Fix poll attachment picker not hidden if disabled in the dashboard. #5562

⬆️ Improved

  • DateDividerViewHolder now uses DateFormatter::formatRelativeDate to format the date. #5587

stream-chat-android-compose

🐞 Fixed

  • Fix poll attachment picker not hidden if disabled in the dashboard. #5562

⬆️ Improved

  • Add a debounce to the queryChannels process to avoid multiple requests while typing for search channels. #5615
  • DefaultMessageDateSeparatorContent now uses DateFormatter::formatRelativeDate to format the date. #5587
  • Create snapshot tests for channels stateless components. #5570
  • Introduce ChatComponentFactory for easier channel components customization. Initially supporting channel stateless components. #5571
  • Deprecate MessageContentFactory in favor of ChatComponentFactory. #5571
  • Create snapshot tests for messages stateless components. #5578
  • Create snapshot tests for thread list components. #5610
  • Create snapshot tests for pinned message list components. #5611
  • Create snapshot tests for attachment picker options. #5617
  • Create message stateless component factories and refactor to have a single component factory object. #5593
  • Create message list header component factories. #5599
  • Create message footer status indicator stateless component factories. #5598
  • Create message composer stateless component factories. #5579
  • Create factories for the avatar stateless components. #5596
  • Create thread list component factories. #5602
  • Create pinned message list component factories. #5603
  • Create search input stateless component factories. #5604
  • Create attachments picker send button component factory. #5607
  • Introduce display configurations for user presence. #5601

✅ Added

  • Add customizable verticalArrangement to MessagesScreen, MessageList and Messages. #5618

⚠️ Changed

  • 🚨 Breaking change: Change @Composable public fun MessageContainer function to @Composable public fun LazyItemScope.MessageContainer. #5593

v6.10.0

Common changes for all artifacts

⬆️ Improved

... (truncated)

Changelog

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

February 07th, 2025 - 6.11.0

stream-chat-android-core

✅ Added

  • Expose UserId alias that Represents a user id. #5616

stream-chat-android-ui-common

✅ Added

  • Added DateFormatter::formatRelativeDate method to format a relative date. #5587

stream-chat-android-ui-components

🐞 Fixed

  • Fix poll attachment picker not hidden if disabled in the dashboard. #5562

⬆️ Improved

  • DateDividerViewHolder now uses DateFormatter::formatRelativeDate to format the date. #5587

stream-chat-android-compose

🐞 Fixed

  • Fix poll attachment picker not hidden if disabled in the dashboard. #5562

⬆️ Improved

  • Add a debounce to the queryChannels process to avoid multiple requests while typing for search channels. #5615
  • DefaultMessageDateSeparatorContent now uses DateFormatter::formatRelativeDate to format the date. #5587
  • Create snapshot tests for channels stateless components. #5570
  • Introduce ChatComponentFactory for easier channel components customization. Initially supporting channel stateless components. #5571
  • Deprecate MessageContentFactory in favor of ChatComponentFactory. #5571
  • Create snapshot tests for messages stateless components. #5578
  • Create snapshot tests for thread list components. #5610
  • Create snapshot tests for pinned message list components. #5611
  • Create snapshot tests for attachment picker options. #5617
  • Create message stateless component factories and refactor to have a single component factory object. #5593
  • Create message list header component factories. #5599
  • Create message footer status indicator stateless component factories. #5598
  • Create message composer stateless component factories. #5579
  • Create factories for the avatar stateless components. #5596
  • Create thread list component factories. #5602
  • Create pinned message list component factories. #5603
  • Create search input stateless component factories. #5604
  • Create attachments picker send button component factory. #5607
  • Introduce display configurations for user presence. #5601

✅ Added

  • Add customizable verticalArrangement to MessagesScreen, MessageList and Messages. #5618

⚠️ Changed

  • 🚨 Breaking change: Change @Composable public fun MessageContainer function to @Composable public fun LazyItemScope.MessageContainer. #5593

January 23th, 2025 - 6.10.0

Common changes for all artifacts

⬆️ Improved

... (truncated)

Commits
  • 6a97b01 AUTOMATION: Version Bump and CHANGELOG Update
  • 9195931 [AND-295] Allow customisation of vertical arrangement in MessageList (#5618)
  • cc2a80f [AND-275] Expose a new method to return a representation of relative date (#5...
  • d6cac17 Add missed CHANGELOG entry (#5621)
  • fd196b1 Enable gradle build cache (#5619)
  • ca5b931 [AND-308] Avoid multiple calls to fetch channels when typing new characters o...
  • 5a3e2e0 [skip ci] Update SDK sizes
  • fc0744a [AND-289] Introduce configurations for displaying user presence (#5601)
  • 55f26c6 [AND-287] Add component factory for AttachmentsPicker send button. (#5607)
  • 956f4de [AND-0] Add AttachmentPickerOptions snapshot tests. (#5617)
  • Additional commits viewable in compare view

Updates io.getstream:stream-chat-android-offline from 6.5.1 to 6.11.0

Release notes

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

v6.11.0

stream-chat-android-core

✅ Added

  • Expose UserId alias that Represents a user id. #5616

stream-chat-android-ui-common

✅ Added

  • Added DateFormatter::formatRelativeDate method to format a relative date. #5587

stream-chat-android-ui-components

🐞 Fixed

  • Fix poll attachment picker not hidden if disabled in the dashboard. #5562

⬆️ Improved

  • DateDividerViewHolder now uses DateFormatter::formatRelativeDate to format the date. #5587

stream-chat-android-compose

🐞 Fixed

  • Fix poll attachment picker not hidden if disabled in the dashboard. #5562

⬆️ Improved

  • Add a debounce to the queryChannels process to avoid multiple requests while typing for search channels. #5615
  • DefaultMessageDateSeparatorContent now uses DateFormatter::formatRelativeDate to format the date. #5587
  • Create snapshot tests for channels stateless components. #5570
  • Introduce ChatComponentFactory for easier channel components customization. Initially supporting channel stateless components. #5571
  • Deprecate MessageContentFactory in favor of ChatComponentFactory. #5571
  • Create snapshot tests for messages stateless components. #5578
  • Create snapshot tests for thread list components. #5610
  • Create snapshot tests for pinned message list components. #5611
  • Create snapshot tests for attachment picker options. #5617
  • Create message stateless component factories and refactor to have a single component factory object. #5593
  • Create message list header component factories. #5599
  • Create message footer status indicator stateless component factories. #5598
  • Create message composer stateless component factories. #5579
  • Create factories for the avatar stateless components. #5596
  • Create thread list component factories. #5602
  • Create pinned message list component factories. #5603
  • Create search input stateless component factories. #5604
  • Create attachments picker send button component factory. #5607
  • Introduce display configurations for user presence. #5601

✅ Added

  • Add customizable verticalArrangement to MessagesScreen, MessageList and Messages. #5618

⚠️ Changed

  • 🚨 Breaking change: Change @Composable public fun MessageContainer function to @Composable public fun LazyItemScope.MessageContainer. #5593

v6.10.0

Common changes for all artifacts

⬆️ Improved

... (truncated)

Changelog

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

February 07th, 2025 - 6.11.0

stream-chat-android-core

✅ Added

  • Expose UserId alias that Represents a user id. #5616

stream-chat-android-ui-common

✅ Added

  • Added DateFormatter::formatRelativeDate method to format a relative date. #5587

stream-chat-android-ui-components

🐞 Fixed

  • Fix poll attachment picker not hidden if disabled in the dashboard. #5562

⬆️ Improved

  • DateDividerViewHolder now uses DateFormatter::formatRelativeDate to format the date. #5587

stream-chat-android-compose

🐞 Fixed

  • Fix poll attachment picker not hidden if disabled in the dashboard. #5562

⬆️ Improved

  • Add a debounce to the queryChannels process to avoid multiple requests while typing for search channels. #5615
  • DefaultMessageDateSeparatorContent now uses DateFormatter::formatRelativeDate to format the date. #5587
  • Create snapshot tests for channels stateless components. #5570
  • Introduce ChatComponentFactory for easier channel components customization. Initially supporting channel stateless components. #5571
  • Deprecate MessageContentFactory in favor of ChatComponentFactory. #5571
  • Create snapshot tests for messages stateless components. #5578
  • Create snapshot tests for thread list components. #5610
  • Create snapshot tests for pinned message list components. #5611
  • Create snapshot tests for attachment picker options. #5617
  • Create message stateless component factories and refactor to have a single component factory object. #5593
  • Create message list header component factories. #5599
  • Create message footer status indicator stateless component factories. #5598
  • Create message composer stateless component factories. #5579
  • Create factories for the avatar stateless components. #5596
  • Create thread list component factories. #5602
  • Create pinned message list component factories. #5603
  • Create search input stateless component factories. #5604
  • Create attachments picker send button component factory. #5607
  • Introduce display configurations for user presence. #5601

✅ Added

  • Add customizable verticalArrangement to MessagesScreen, MessageList and Messages. #5618

⚠️ Changed

  • 🚨 Breaking change: Change @Composable public fun MessageContainer function to @Composable public fun LazyItemScope.MessageContainer. #5593

January 23th, 2025 - 6.10.0

Common changes for all artifacts

⬆️ Improved

... (truncated)

Commits
  • 6a97b01 AUTOMATION: Version Bump and CHANGELOG Update
  • 9195931 [AND-295] Allow customisation of vertical arrangement in MessageList (#5618)
  • cc2a80f [AND-275] Expose a new method to return a representation of relative date (#5...
  • d6cac17 Add missed CHANGELOG entry (#5621)
  • fd196b1 Enable gradle build cache (#5619)
  • ca5b931 [AND-308] Avoid multiple calls to fetch channels when typing new characters o...
  • 5a3e2e0 [skip ci] Update SDK sizes
  • fc0744a [AND-289] Introduce configurations for displaying user presence (#5601)
  • 55f26c6 [AND-287] Add component factory for AttachmentsPicker send button. (#5607)
  • 956f4de [AND-0] Add AttachmentPickerOptions snapshot tests. (#5617)
  • Additional commits viewable in compare view

Updates io.getstream:stream-chat-android-compose from 6.5.1 to 6.11.0

Release notes

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

v6.11.0

stream-chat-android-core

✅ Added

  • Expose UserId alias that Represents a user id. #5616

stream-chat-android-ui-common

✅ Added

  • Added DateFormatter::formatRelativeDate method to format a relative date. #5587

stream-chat-android-ui-components

🐞 Fixed

  • Fix poll attachment picker not hidden if disabled in the dashboard. #5562

⬆️ Improved

  • DateDividerViewHolder now uses DateFormatter::formatRelativeDate to format the date. #5587

stream-chat-android-compose

🐞 Fixed

  • Fix poll attachment picker not hidden if disabled in the dashboard. #5562

⬆️ Improved

  • Add a debounce to the queryChannels process to avoid multiple requests while typing for search channels. #5615
  • DefaultMessageDateSeparatorContent now uses DateFormatter::formatRelativeDate to format the date. #5587
  • Create snapshot tests for channels stateless components. #5570
  • Introduce ChatComponentFactory for easier channel components customization. Initially supporting channel stateless components. #5571
  • Deprecate MessageContentFactory in favor of ChatComponentFactory. #5571
  • Create snapshot tests for messages stateless components. #5578
  • Create snapshot tests for thread list components. #5610
  • Create snapshot tests for pinned message list components. #5611
  • Create snapshot tests for attachment picker options. #5617
  • Create message stateless component factories and refactor to have a single component factory object. #5593
  • Create message list header component factories. #5599
  • Create message footer status indicator stateless component factories. #5598
  • Create message composer stateless component factories. #5579
  • Create factories for the avatar stateless components. #5596
  • Create thread list component factories. #5602
  • Create pinned message list component factories. #5603
  • Create search input stateless component factories. #5604
  • Create attachments picker send button component factory. #5607
  • Introduce display configurations for user presence. #5601

✅ Added

  • Add customizable verticalArrangement to MessagesScreen, MessageList and Messages. #5618

⚠️ Changed

  • 🚨 Breaking change: Change @Composable public fun MessageContainer function to @Composable public fun LazyItemScope.MessageContainer. #5593

v6.10.0

Common changes for all artifacts

⬆️ Improved

... (truncated)

Changelog

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

February 07th, 2025 - 6.11.0

stream-chat-android-core

✅ Added

  • Expose UserId alias that Represents a user id. #5616

stream-chat-android-ui-common

✅ Added

  • Added DateFormatter::formatRelativeDate method to format a relative date. #5587

stream-chat-android-ui-components

🐞 Fixed

  • Fix poll attachment picker not hidden if disabled in the dashboard. #5562

⬆️ Improved

  • DateDividerViewHolder now uses DateFormatter::formatRelativeDate to format the date. #5587

stream-chat-android-compose

🐞 Fixed

  • Fix poll attachment picker not hidden if disabled in the dashboard. #5562

⬆️ Improved

  • Add a debounce to the queryChannels process to avoid multiple requests while typing for search channels. #5615
  • DefaultMessageDateSeparatorContent now uses DateFormatter::formatRelativeDate to format the date. #5587
  • Create snapshot tests for channels stateless components. #5570
  • Introduce ChatComponentFactory for easier channel components customization. Initially supporting channel stateless components. #5571
  • Deprecate MessageContentFactory in favor of ChatComponentFactory. #5571
  • Create snapshot tests for messages stateless components. #5578
  • Create snapshot tests for thread list components. #5610
  • Create snapshot tests for pinned message list components. #5611
  • Create snapshot tests for attachment picker options. #5617
  • Create message stateless component factories and refactor to have a single component factory object. #5593
  • Create message list header component factories. #5599
  • Create message footer status indicator stateless component factories. #5598
  • Create message composer stateless component factories. #5579
  • Create factories for the avatar stateless components. #5596
  • Create thread list component factories. #5602
  • Create pinned message list component factories. #5603
  • Create search input stateless component factories. #5604
  • Create attachments picker send button component factory. #5607
  • Introduce display configurations for user presence. #5601

✅ Added

  • Add customizable verticalArrangement to MessagesScreen, MessageList and Messages. #5618

⚠️ Changed

  • 🚨 Breaking change: Change @Composable public fun MessageContainer function to @Composable public fun LazyItemScope.MessageContainer. #5593

January 23th, 2025 - 6.10.0

Common changes for all artifacts

⬆️ Improved

... (truncated)

Commits
  • 6a97b01 AUTOMATION: Version Bump and CHANGELOG Update
  • 9195931 [AND-295] Allow customisation of vertical arrangement in MessageList (#5618)
  • cc2a80f [AND-275] Expose a new method to return a representation of relative date (#5...
  • d6cac17 Add missed CHANGELOG entry (#5621)
  • fd196b1 Enable gradle build cache (#5619)
  • ca5b931 [AND-308] Avoid multiple calls to fetch channels when typing new characters o...
  • 5a3e2e0 [skip ci] Update SDK sizes
  • fc0744a [AND-289] Introduce configurations for displaying user presence (#5601)
  • 55f26c6 [AND-287] Add component factory for AttachmentsPicker send button. (#5607)
  • 956f4de [AND-0] Add AttachmentPickerOptions snapshot tests. (#5617)
  • 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 `streamChatSDK` from 6.5.1 to 6.11.0.

Updates `io.getstream:stream-chat-android-client` from 6.5.1 to 6.11.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.5.1...v6.11.0)

Updates `io.getstream:stream-chat-android-offline` from 6.5.1 to 6.11.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.5.1...v6.11.0)

Updates `io.getstream:stream-chat-android-compose` from 6.5.1 to 6.11.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.5.1...v6.11.0)

---
updated-dependencies:
- dependency-name: io.getstream:stream-chat-android-client
  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-compose
  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 February 10, 2025 18:52
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 10, 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