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 5.17.10 to 6.0.9 #237

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2023

Bumps streamChatSDK from 5.17.10 to 6.0.9.
Updates io.getstream:stream-chat-android-client from 5.17.10 to 6.0.9

Release notes

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

v6.0.9

stream-chat-android-client

🐞 Fixed

  • Fixed audio recording not being uploaded #5066
  • All sent messages are initialized with a non-null createdLocallyAt property. #5086
  • Fix GZIP compression not working 5068

⬆️ Improved

✅ Added

  • Added SocketListener.deliverOnMainthread. This allows you to disabled the default delivery on Main thread in case you are already handling it asynchronously in your code. SocketListener with deliverOnMainthread set to false will deliver the events a bit faster because there is no overhead of thread switching.

stream-chat-android-offline

✅ Added

  • Support for skip_slow_mode in the ChannelCapabilities. This allows the server to completely disable slow mode in messaging for specific users.

stream-chat-android-state

🐞 Fixed

  • Fix unread count, muted channel list and banned user list being incorrect in some cases 5084

⬆️ Improved

  • Fix issue on the pagination process when querying a channel by filling the messages list gap. #5086

stream-chat-android-ui-components

🐞 Fixed

  • Fix channel title position when typing. #5073

✅ Added

  • Added MessageComposerViewModel.bindViewDefaults which preserves the default view bindings. #5060
  • Added UI customizations for message composer. #5064
    • MessageComposerViewStyle.commandSuggestionsTitleIconDrawableTintColor
    • MessageComposerViewStyle.mentionSuggestionItemIconDrawableTintColor
    • MessageComposerViewStyle.attachmentsButtonIconTintList
    • MessageComposerViewStyle.commandsButtonIconTintList
    • MessageComposerViewStyle.sendMessageButtonIconTintList
    • MessageComposerViewStyle.audioRecordingButtonIconTintList

⚠️ Changed

  • Made MessageReplyView publicly available. #5058
  • Deprecated MessageListItemStyle.textStyleMessageDeleted. Use MessageListItemStyle.textStyleMessageDeletedMine and MessageListItemStyle.textStyleMessageDeletedTheirs instead. #5050
  • Deprecated MessageListItemStyle.messageDeletedBackground. Use MessageListItemStyle.messageDeletedBackgroundMine and MessageListItemStyle.messageDeletedBackgroundTheirs instead. #5050
  • Deprecated MessageListItemStyle.buttonIconDrawableTintColor. Use one of the params listed below instead. #5064
    • MessageComposerViewStyle.commandSuggestionsTitleIconDrawableTintColor

... (truncated)

Changelog

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

November 24th, 2023 - 6.0.9

stream-chat-android-client

🐞 Fixed

  • Fixed audio recording not being uploaded #5066
  • All sent messages are initialized with a non-null createdLocallyAt property. #5086
  • Fix GZIP compression not working 5068

⬆️ Improved

✅ Added

  • Added SocketListener.deliverOnMainthread. This allows you to disabled the default delivery on Main thread in case you are already handling it asynchronously in your code. SocketListener with deliverOnMainthread set to false will deliver the events a bit faster because there is no overhead of thread switching.

stream-chat-android-offline

✅ Added

  • Support for skip_slow_mode in the ChannelCapabilities. This allows the server to completely disable slow mode in messaging for specific users.

stream-chat-android-state

🐞 Fixed

  • Fix unread count, muted channel list and banned user list being incorrect in some cases 5084

⬆️ Improved

  • Fix issue on the pagination process when querying a channel by filling the messages list gap. #5086

stream-chat-android-ui-components

🐞 Fixed

  • Fix channel title position when typing. #5073

✅ Added

  • Added MessageComposerViewModel.bindViewDefaults which preserves the default view bindings. #5060
  • Added UI customizations for message composer. #5064
    • MessageComposerViewStyle.commandSuggestionsTitleIconDrawableTintColor
    • MessageComposerViewStyle.mentionSuggestionItemIconDrawableTintColor
    • MessageComposerViewStyle.attachmentsButtonIconTintList
    • MessageComposerViewStyle.commandsButtonIconTintList
    • MessageComposerViewStyle.sendMessageButtonIconTintList
    • MessageComposerViewStyle.audioRecordingButtonIconTintList

⚠️ Changed

  • Made MessageReplyView publicly available. #5058
  • Deprecated MessageListItemStyle.textStyleMessageDeleted. Use MessageListItemStyle.textStyleMessageDeletedMine and MessageListItemStyle.textStyleMessageDeletedTheirs instead. #5050
  • Deprecated MessageListItemStyle.messageDeletedBackground. Use MessageListItemStyle.messageDeletedBackgroundMine and MessageListItemStyle.messageDeletedBackgroundTheirs instead. #5050
  • Deprecated MessageListItemStyle.buttonIconDrawableTintColor. Use one of the params listed below instead. #5064
    • MessageComposerViewStyle.commandSuggestionsTitleIconDrawableTintColor

... (truncated)

Commits

Updates io.getstream:stream-chat-android-compose from 5.17.10 to 6.0.9

Release notes

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

v6.0.9

stream-chat-android-client

🐞 Fixed

  • Fixed audio recording not being uploaded #5066
  • All sent messages are initialized with a non-null createdLocallyAt property. #5086
  • Fix GZIP compression not working 5068

⬆️ Improved

✅ Added

  • Added SocketListener.deliverOnMainthread. This allows you to disabled the default delivery on Main thread in case you are already handling it asynchronously in your code. SocketListener with deliverOnMainthread set to false will deliver the events a bit faster because there is no overhead of thread switching.

stream-chat-android-offline

✅ Added

  • Support for skip_slow_mode in the ChannelCapabilities. This allows the server to completely disable slow mode in messaging for specific users.

stream-chat-android-state

🐞 Fixed

  • Fix unread count, muted channel list and banned user list being incorrect in some cases 5084

⬆️ Improved

  • Fix issue on the pagination process when querying a channel by filling the messages list gap. #5086

stream-chat-android-ui-components

🐞 Fixed

  • Fix channel title position when typing. #5073

✅ Added

  • Added MessageComposerViewModel.bindViewDefaults which preserves the default view bindings. #5060
  • Added UI customizations for message composer. #5064
    • MessageComposerViewStyle.commandSuggestionsTitleIconDrawableTintColor
    • MessageComposerViewStyle.mentionSuggestionItemIconDrawableTintColor
    • MessageComposerViewStyle.attachmentsButtonIconTintList
    • MessageComposerViewStyle.commandsButtonIconTintList
    • MessageComposerViewStyle.sendMessageButtonIconTintList
    • MessageComposerViewStyle.audioRecordingButtonIconTintList

⚠️ Changed

  • Made MessageReplyView publicly available. #5058
  • Deprecated MessageListItemStyle.textStyleMessageDeleted. Use MessageListItemStyle.textStyleMessageDeletedMine and MessageListItemStyle.textStyleMessageDeletedTheirs instead. #5050
  • Deprecated MessageListItemStyle.messageDeletedBackground. Use MessageListItemStyle.messageDeletedBackgroundMine and MessageListItemStyle.messageDeletedBackgroundTheirs instead. #5050
  • Deprecated MessageListItemStyle.buttonIconDrawableTintColor. Use one of the params listed below instead. #5064
    • MessageComposerViewStyle.commandSuggestionsTitleIconDrawableTintColor

... (truncated)

Changelog

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

November 24th, 2023 - 6.0.9

stream-chat-android-client

🐞 Fixed

  • Fixed audio recording not being uploaded #5066
  • All sent messages are initialized with a non-null createdLocallyAt property. #5086
  • Fix GZIP compression not working 5068

⬆️ Improved

✅ Added

  • Added SocketListener.deliverOnMainthread. This allows you to disabled the default delivery on Main thread in case you are already handling it asynchronously in your code. SocketListener with deliverOnMainthread set to false will deliver the events a bit faster because there is no overhead of thread switching.

stream-chat-android-offline

✅ Added

  • Support for skip_slow_mode in the ChannelCapabilities. This allows the server to completely disable slow mode in messaging for specific users.

stream-chat-android-state

🐞 Fixed

  • Fix unread count, muted channel list and banned user list being incorrect in some cases 5084

⬆️ Improved

  • Fix issue on the pagination process when querying a channel by filling the messages list gap. #5086

stream-chat-android-ui-components

🐞 Fixed

  • Fix channel title position when typing. #5073

✅ Added

  • Added MessageComposerViewModel.bindViewDefaults which preserves the default view bindings. #5060
  • Added UI customizations for message composer. #5064
    • MessageComposerViewStyle.commandSuggestionsTitleIconDrawableTintColor
    • MessageComposerViewStyle.mentionSuggestionItemIconDrawableTintColor
    • MessageComposerViewStyle.attachmentsButtonIconTintList
    • MessageComposerViewStyle.commandsButtonIconTintList
    • MessageComposerViewStyle.sendMessageButtonIconTintList
    • MessageComposerViewStyle.audioRecordingButtonIconTintList

⚠️ Changed

  • Made MessageReplyView publicly available. #5058
  • Deprecated MessageListItemStyle.textStyleMessageDeleted. Use MessageListItemStyle.textStyleMessageDeletedMine and MessageListItemStyle.textStyleMessageDeletedTheirs instead. #5050
  • Deprecated MessageListItemStyle.messageDeletedBackground. Use MessageListItemStyle.messageDeletedBackgroundMine and MessageListItemStyle.messageDeletedBackgroundTheirs instead. #5050
  • Deprecated MessageListItemStyle.buttonIconDrawableTintColor. Use one of the params listed below instead. #5064
    • MessageComposerViewStyle.commandSuggestionsTitleIconDrawableTintColor

... (truncated)

Commits

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 5.17.10 to 6.0.9.

Updates `io.getstream:stream-chat-android-client` from 5.17.10 to 6.0.9
- [Release notes](https://github.com/getstream/stream-chat-android/releases)
- [Changelog](https://github.com/GetStream/stream-chat-android/blob/main/CHANGELOG.md)
- [Commits](https://github.com/getstream/stream-chat-android/commits/v6.0.9)

Updates `io.getstream:stream-chat-android-compose` from 5.17.10 to 6.0.9
- [Release notes](https://github.com/getstream/stream-chat-android/releases)
- [Changelog](https://github.com/GetStream/stream-chat-android/blob/main/CHANGELOG.md)
- [Commits](https://github.com/getstream/stream-chat-android/commits/v6.0.9)

---
updated-dependencies:
- dependency-name: io.getstream:stream-chat-android-client
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: io.getstream:stream-chat-android-compose
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from skydoves as a code owner November 24, 2023 19:00
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 24, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2023

Superseded by #244.

@dependabot dependabot bot closed this Dec 11, 2023
@dependabot dependabot bot deleted the dependabot/gradle/streamChatSDK-6.0.9 branch December 11, 2023 18:41
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