Skip to content
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

Bump streamChatSDK from 6.4.4 to 6.5.0 #104

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps streamChatSDK from 6.4.4 to 6.5.0.
Updates io.getstream:stream-chat-android-client from 6.4.4 to 6.5.0

Release notes

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

v6.5.0

stream-chat-android-offline

✅ Added

  • Store poll info on local data base. #5283

stream-chat-android-state

🐞 Fixed

  • Fixed ChannelState.watchers not being updated when a watcher gets deleted. #5378

⬆️ Improved

  • Keep members updated on QueryChannelsState. 5382

stream-chat-android-ui-common

🐞 Fixed

  • Fixed MessageListController.channel.members not being updated when a member is banned. #5368

⬆️ Improved

  • Hide "Unread Messages" button when there are no messages on the messages list. #5376

stream-chat-android-ui-components

🐞 Fixed

  • Message list is cleared when the channel remove all its messages. #5360
  • Ensure channels list doesn't show deleted messages on the last message preview. #5367
  • Fixed Message.messageTextUpdatedAt fluctuations within FootnoteDecorator when editing a message. #5374

⬆️ Improved

  • MessageOptionsDialogFragment now uses MessageListItemViewHolderFactory to get item view type. #5369
  • Default MentionsViewHolder uses user.id if user.name is empty. #5384

✅ Added

  • Create a new UI for the poll message. #5285
  • Create a new UI to create a poll message. #5361
  • Added system attachment picker to select media without extra permissions. #5380

stream-chat-android-compose

🐞 Fixed

  • Message list is cleared when the channel remove all its messages. #5360
  • Increase max allowed votes base on available options. #5363
  • Poll Attachment show description instead of question twice. #5364
  • Show proper votes count in anonymous polls. #5366
  • Fixed DefaultQuotedMessageTextFormatter not using the correct text style. #5373
  • Fixed Message.messageTextUpdatedAt fluctuations within MessageFooter when editing a message. #5374
  • Expose topBarContent and bottomBarContent in MessageScreen. #5377

⬆️ Improved

  • DefaultMentionSuggestionItemCenterContent component uses user.id if user.name is empty. #5384
  • Added showFileSize parameter to StreamAttachmentFactories.defaultFactories to control file size UI visibility. #5383
  • Made MessagesScreen edge-to-edge friendly. #5386

✅ Added

... (truncated)

Changelog

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

August 30th, 2024 - 6.5.0

stream-chat-android-offline

✅ Added

  • Store poll info on local data base. #5283

stream-chat-android-state

🐞 Fixed

  • Fixed ChannelState.watchers not being updated when a watcher gets deleted. #5378

⬆️ Improved

  • Keep members updated on QueryChannelsState. 5382

stream-chat-android-ui-common

🐞 Fixed

  • Fixed MessageListController.channel.members not being updated when a member is banned. #5368

⬆️ Improved

  • Hide "Unread Messages" button when there are no messages on the messages list. #5376

stream-chat-android-ui-components

🐞 Fixed

  • Message list is cleared when the channel remove all its messages. #5360
  • Ensure channels list doesn't show deleted messages on the last message preview. #5367
  • Fixed Message.messageTextUpdatedAt fluctuations within FootnoteDecorator when editing a message. #5374

⬆️ Improved

  • MessageOptionsDialogFragment now uses MessageListItemViewHolderFactory to get item view type. #5369
  • Default MentionsViewHolder uses user.id if user.name is empty. #5384

✅ Added

  • Create a new UI for the poll message. #5285
  • Create a new UI to create a poll message. #5361

stream-chat-android-compose

🐞 Fixed

  • Message list is cleared when the channel remove all its messages. #5360
  • Increase max allowed votes base on available options. #5363
  • Poll Attachment show description instead of question twice. #5364
  • Show proper votes count in anonymous polls. #5366
  • Fixed DefaultQuotedMessageTextFormatter not using the correct text style. #5373
  • Fixed Message.messageTextUpdatedAt fluctuations within MessageFooter when editing a message. #5374
  • Expose topBarContent and bottomBarContent in MessageScreen. #5377

⬆️ Improved

  • DefaultMentionSuggestionItemCenterContent component uses user.id if user.name is empty. #5384
  • Added showFileSize parameter to StreamAttachmentFactories.defaultFactories to control file size UI visibility. #5383
  • Made MessagesScreen edge-to-edge friendly. #5386

✅ Added

  • Add PollDialogs component used to show poll dialogs. #5370

... (truncated)

Commits
  • 95a3f81 AUTOMATION: Version Bump and CHANGELOG Update
  • edf3ba9 [PBE-5514] Pick attachment files without the need for permissions (#5380)
  • 70da8ba [5148] Crash on MediaGalleryPreviewActivity (#5387)
  • d7cc860 [5304] enableEdgeToEdge hides EditText/TextField (#5386)
  • 7852d8d [PBE-5799] Keep members updated on QueryChannelsState (#5382)
  • b0dde02 [PBE-0] use user.id for mentions if user.name is empty (#5384)
  • 4242d3b add CHANGELOG
  • f1af9d9 [PBE-5803] allow hiding file size
  • 1dafc60 [PBE-5701] Expose top and bottom bar in MessageScreen (#5377)
  • 34c5bcd Fix race-condition when the endOfOlderMessage/endOfNewerMessage flag was upda...
  • Additional commits viewable in compare view

Updates io.getstream:stream-chat-android-offline from 6.4.4 to 6.5.0

Release notes

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

v6.5.0

stream-chat-android-offline

✅ Added

  • Store poll info on local data base. #5283

stream-chat-android-state

🐞 Fixed

  • Fixed ChannelState.watchers not being updated when a watcher gets deleted. #5378

⬆️ Improved

  • Keep members updated on QueryChannelsState. 5382

stream-chat-android-ui-common

🐞 Fixed

  • Fixed MessageListController.channel.members not being updated when a member is banned. #5368

⬆️ Improved

  • Hide "Unread Messages" button when there are no messages on the messages list. #5376

stream-chat-android-ui-components

🐞 Fixed

  • Message list is cleared when the channel remove all its messages. #5360
  • Ensure channels list doesn't show deleted messages on the last message preview. #5367
  • Fixed Message.messageTextUpdatedAt fluctuations within FootnoteDecorator when editing a message. #5374

⬆️ Improved

  • MessageOptionsDialogFragment now uses MessageListItemViewHolderFactory to get item view type. #5369
  • Default MentionsViewHolder uses user.id if user.name is empty. #5384

✅ Added

  • Create a new UI for the poll message. #5285
  • Create a new UI to create a poll message. #5361
  • Added system attachment picker to select media without extra permissions. #5380

stream-chat-android-compose

🐞 Fixed

  • Message list is cleared when the channel remove all its messages. #5360
  • Increase max allowed votes base on available options. #5363
  • Poll Attachment show description instead of question twice. #5364
  • Show proper votes count in anonymous polls. #5366
  • Fixed DefaultQuotedMessageTextFormatter not using the correct text style. #5373
  • Fixed Message.messageTextUpdatedAt fluctuations within MessageFooter when editing a message. #5374
  • Expose topBarContent and bottomBarContent in MessageScreen. #5377

⬆️ Improved

  • DefaultMentionSuggestionItemCenterContent component uses user.id if user.name is empty. #5384
  • Added showFileSize parameter to StreamAttachmentFactories.defaultFactories to control file size UI visibility. #5383
  • Made MessagesScreen edge-to-edge friendly. #5386

✅ Added

... (truncated)

Changelog

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

August 30th, 2024 - 6.5.0

stream-chat-android-offline

✅ Added

  • Store poll info on local data base. #5283

stream-chat-android-state

🐞 Fixed

  • Fixed ChannelState.watchers not being updated when a watcher gets deleted. #5378

⬆️ Improved

  • Keep members updated on QueryChannelsState. 5382

stream-chat-android-ui-common

🐞 Fixed

  • Fixed MessageListController.channel.members not being updated when a member is banned. #5368

⬆️ Improved

  • Hide "Unread Messages" button when there are no messages on the messages list. #5376

stream-chat-android-ui-components

🐞 Fixed

  • Message list is cleared when the channel remove all its messages. #5360
  • Ensure channels list doesn't show deleted messages on the last message preview. #5367
  • Fixed Message.messageTextUpdatedAt fluctuations within FootnoteDecorator when editing a message. #5374

⬆️ Improved

  • MessageOptionsDialogFragment now uses MessageListItemViewHolderFactory to get item view type. #5369
  • Default MentionsViewHolder uses user.id if user.name is empty. #5384

✅ Added

  • Create a new UI for the poll message. #5285
  • Create a new UI to create a poll message. #5361

stream-chat-android-compose

🐞 Fixed

  • Message list is cleared when the channel remove all its messages. #5360
  • Increase max allowed votes base on available options. #5363
  • Poll Attachment show description instead of question twice. #5364
  • Show proper votes count in anonymous polls. #5366
  • Fixed DefaultQuotedMessageTextFormatter not using the correct text style. #5373
  • Fixed Message.messageTextUpdatedAt fluctuations within MessageFooter when editing a message. #5374
  • Expose topBarContent and bottomBarContent in MessageScreen. #5377

⬆️ Improved

  • DefaultMentionSuggestionItemCenterContent component uses user.id if user.name is empty. #5384
  • Added showFileSize parameter to StreamAttachmentFactories.defaultFactories to control file size UI visibility. #5383
  • Made MessagesScreen edge-to-edge friendly. #5386

✅ Added

  • Add PollDialogs component used to show poll dialogs. #5370

... (truncated)

Commits
  • 95a3f81 AUTOMATION: Version Bump and CHANGELOG Update
  • edf3ba9 [PBE-5514] Pick attachment files without the need for permissions (#5380)
  • 70da8ba [5148] Crash on MediaGalleryPreviewActivity (#5387)
  • d7cc860 [5304] enableEdgeToEdge hides EditText/TextField (#5386)
  • 7852d8d [PBE-5799] Keep members updated on QueryChannelsState (#5382)
  • b0dde02 [PBE-0] use user.id for mentions if user.name is empty (#5384)
  • 4242d3b add CHANGELOG
  • f1af9d9 [PBE-5803] allow hiding file size
  • 1dafc60 [PBE-5701] Expose top and bottom bar in MessageScreen (#5377)
  • 34c5bcd Fix race-condition when the endOfOlderMessage/endOfNewerMessage flag was upda...
  • Additional commits viewable in compare view

Updates io.getstream:stream-chat-android-compose from 6.4.4 to 6.5.0

Release notes

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

v6.5.0

stream-chat-android-offline

✅ Added

  • Store poll info on local data base. #5283

stream-chat-android-state

🐞 Fixed

  • Fixed ChannelState.watchers not being updated when a watcher gets deleted. #5378

⬆️ Improved

  • Keep members updated on QueryChannelsState. 5382

stream-chat-android-ui-common

🐞 Fixed

  • Fixed MessageListController.channel.members not being updated when a member is banned. #5368

⬆️ Improved

  • Hide "Unread Messages" button when there are no messages on the messages list. #5376

stream-chat-android-ui-components

🐞 Fixed

  • Message list is cleared when the channel remove all its messages. #5360
  • Ensure channels list doesn't show deleted messages on the last message preview. #5367
  • Fixed Message.messageTextUpdatedAt fluctuations within FootnoteDecorator when editing a message. #5374

⬆️ Improved

  • MessageOptionsDialogFragment now uses MessageListItemViewHolderFactory to get item view type. #5369
  • Default MentionsViewHolder uses user.id if user.name is empty. #5384

✅ Added

  • Create a new UI for the poll message. #5285
  • Create a new UI to create a poll message. #5361
  • Added system attachment picker to select media without extra permissions. #5380

stream-chat-android-compose

🐞 Fixed

  • Message list is cleared when the channel remove all its messages. #5360
  • Increase max allowed votes base on available options. #5363
  • Poll Attachment show description instead of question twice. #5364
  • Show proper votes count in anonymous polls. #5366
  • Fixed DefaultQuotedMessageTextFormatter not using the correct text style. #5373
  • Fixed Message.messageTextUpdatedAt fluctuations within MessageFooter when editing a message. #5374
  • Expose topBarContent and bottomBarContent in MessageScreen. #5377

⬆️ Improved

  • DefaultMentionSuggestionItemCenterContent component uses user.id if user.name is empty. #5384
  • Added showFileSize parameter to StreamAttachmentFactories.defaultFactories to control file size UI visibility. #5383
  • Made MessagesScreen edge-to-edge friendly. #5386

✅ Added

... (truncated)

Changelog

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

August 30th, 2024 - 6.5.0

stream-chat-android-offline

✅ Added

  • Store poll info on local data base. #5283

stream-chat-android-state

🐞 Fixed

  • Fixed ChannelState.watchers not being updated when a watcher gets deleted. #5378

⬆️ Improved

  • Keep members updated on QueryChannelsState. 5382

stream-chat-android-ui-common

🐞 Fixed

  • Fixed MessageListController.channel.members not being updated when a member is banned. #5368

⬆️ Improved

  • Hide "Unread Messages" button when there are no messages on the messages list. #5376

stream-chat-android-ui-components

🐞 Fixed

  • Message list is cleared when the channel remove all its messages. #5360
  • Ensure channels list doesn't show deleted messages on the last message preview. #5367
  • Fixed Message.messageTextUpdatedAt fluctuations within FootnoteDecorator when editing a message. #5374

⬆️ Improved

  • MessageOptionsDialogFragment now uses MessageListItemViewHolderFactory to get item view type. #5369
  • Default MentionsViewHolder uses user.id if user.name is empty. #5384

✅ Added

  • Create a new UI for the poll message. #5285
  • Create a new UI to create a poll message. #5361

stream-chat-android-compose

🐞 Fixed

  • Message list is cleared when the channel remove all its messages. #5360
  • Increase max allowed votes base on available options. #5363
  • Poll Attachment show description instead of question twice. #5364
  • Show proper votes count in anonymous polls. #5366
  • Fixed DefaultQuotedMessageTextFormatter not using the correct text style. #5373
  • Fixed Message.messageTextUpdatedAt fluctuations within MessageFooter when editing a message. #5374
  • Expose topBarContent and bottomBarContent in MessageScreen. #5377

⬆️ Improved

  • DefaultMentionSuggestionItemCenterContent component uses user.id if user.name is empty. #5384
  • Added showFileSize parameter to StreamAttachmentFactories.defaultFactories to control file size UI visibility. #5383
  • Made MessagesScreen edge-to-edge friendly. #5386

✅ Added

  • Add PollDialogs component used to show poll dialogs. #5370

... (truncated)

Commits
  • 95a3f81 AUTOMATION: Version Bump and CHANGELOG Update
  • edf3ba9 [PBE-5514] Pick attachment files without the need for permissions (#5380)
  • 70da8ba [5148] Crash on MediaGalleryPreviewActivity (#5387)
  • d7cc860 [5304] enableEdgeToEdge hides EditText/TextField (#5386)
  • 7852d8d [PBE-5799] Keep members updated on QueryChannelsState (#5382)
  • b0dde02 [PBE-0] use user.id for mentions if user.name is empty (#5384)
  • 4242d3b add CHANGELOG
  • f1af9d9 [PBE-5803] allow hiding file size
  • 1dafc60 [PBE-5701] Expose top and bottom bar in MessageScreen (#5377)
  • 34c5bcd Fix race-condition when the endOfOlderMessage/endOfNewerMessage flag was upda...
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `streamChatSDK` from 6.4.4 to 6.5.0.

Updates `io.getstream:stream-chat-android-client` from 6.4.4 to 6.5.0
- [Release notes](https://github.com/getstream/stream-chat-android/releases)
- [Changelog](https://github.com/GetStream/stream-chat-android/blob/main/CHANGELOG.md)
- [Commits](GetStream/stream-chat-android@v6.4.4...v6.5.0)

Updates `io.getstream:stream-chat-android-offline` from 6.4.4 to 6.5.0
- [Release notes](https://github.com/getstream/stream-chat-android/releases)
- [Changelog](https://github.com/GetStream/stream-chat-android/blob/main/CHANGELOG.md)
- [Commits](GetStream/stream-chat-android@v6.4.4...v6.5.0)

Updates `io.getstream:stream-chat-android-compose` from 6.4.4 to 6.5.0
- [Release notes](https://github.com/getstream/stream-chat-android/releases)
- [Changelog](https://github.com/GetStream/stream-chat-android/blob/main/CHANGELOG.md)
- [Commits](GetStream/stream-chat-android@v6.4.4...v6.5.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] <[email protected]>
@dependabot dependabot bot requested a review from skydoves as a code owner September 2, 2024 10:17
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 2, 2024
@skydoves skydoves merged commit 665963a into main Nov 18, 2024
1 check passed
@skydoves skydoves deleted the dependabot/gradle/streamChatSDK-6.5.0 branch November 18, 2024 16:12
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.

1 participant