Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps streamChatSDK from 6.0.10 to 6.0.11.
Updates io.getstream:stream-chat-android-client from 6.0.10 to 6.0.11

Release notes

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

v6.0.11

Common changes for all artifacts

⬆️ Improved

  • Improved unread count behavior, it relies on read property. #5117

✅ Added

  • Added Channel.currentUserUnreadCount extension property to get the unread count for the current user. #5117

⚠️ Changed

  • Deprecated Channel.unreadCount property, use Channel.currentUserUnreadCount instead. #5117

stream-chat-android-client

🐞 Fixed

  • Fixed crash in StreamMediaPlayer when playing audio after re-login. #5120

⬆️ Improved

  • Protected PN related requests from repeated usage. #5130
    • Prevented ChatClient.getDevices from duplicate requests.
    • Prevented ChatClient.addDevice from duplicate requests.
    • Prevented ChatClient.deleteDevice from duplicate requests.
    • Added debouncing logic into PushTokenUpdateHandler

✅ Added

  • Create new feature to mark a channel as unread. #5103
  • Added a new NotificationMarkUnreadEvent event type. #5103

stream-chat-android-state

⬆️ Improved

  • SyncManager handles "Too many events to sync" error properly. #5126

stream-chat-android-ui-components

✅ Added

  • Added a new menu option to mark a channel as unread. #5103
  • Added a new Unread Separator component. #5122
  • Added AudioRecordPlayerViewStyle to customize the audio record player view. #5119
  • Added support for automatic translations #5123
    • Enabled by ChatUI.autoTranslationEnabled
  • Added MessageListItemStyle.textStyleReadCounter to customize the read counter text style. #5131

stream-chat-android-compose

🐞 Fixed

  • Fixed unread count not being cleared. #5115

✅ Added

  • Added a new menu option to mark a channel as unread. #5129
  • Added a new Unread Separator component. #5122
Changelog

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

December 22th, 2023 - 6.0.11

Common changes for all artifacts

⬆️ Improved

  • Improved unread count behavior, it relies on read property. #5117

✅ Added

  • Added Channel.currentUserUnreadCount extension property to get the unread count for the current user. #5117

⚠️ Changed

  • Deprecated Channel.unreadCount property, use Channel.currentUserUnreadCount instead. #5117

stream-chat-android-client

🐞 Fixed

  • Fixed crash in StreamMediaPlayer when playing audio after re-login. #5120

⬆️ Improved

  • Protected PN related requests from repeated usage. #5130
    • Prevented ChatClient.getDevices from duplicate requests.
    • Prevented ChatClient.addDevice from duplicate requests.
    • Prevented ChatClient.deleteDevice from duplicate requests.
    • Added debouncing logic into PushTokenUpdateHandler

✅ Added

  • Create new feature to mark a channel as unread. #5103
  • Added a new NotificationMarkUnreadEvent event type. #5103

stream-chat-android-state

⬆️ Improved

  • SyncManager handles "Too many events to sync" error properly. #5126

stream-chat-android-ui-components

✅ Added

  • Added a new menu option to mark a channel as unread. #5103
  • Added a new Unread Separator component. #5122
  • Added AudioRecordPlayerViewStyle to customize the audio record player view. #5119
  • Added support for automatic translations #5123
    • Enabled by ChatUI.autoTranslationEnabled
  • Added MessageListItemStyle.textStyleReadCounter to customize the read counter text style. #5131

stream-chat-android-compose

🐞 Fixed

  • Fixed unread count not being cleared. #5115

✅ Added

  • Added a new menu option to mark a channel as unread. #5129
  • Added a new Unread Separator component. #5122
Commits
  • 0b26a3b AUTOMATION: Version Bump and CHANGELOG Update
  • c252300 [i230] add CHANGELOG
  • 34f6272 [i230] Support read count UI customizations
  • 093c55f [i224] add CHANGELOG
  • e9a7f0d [i224] Protect deleteDevice from repeated usage
  • b2478bc [i231] add CHANGELOG
  • 85413e4 [i231] Old messages are read by newly added member
  • 2934337 AUTOMATION: Clean Detekt Baseline Files
  • 34a74bb [i228] Support auto-translation feature in XML (#5123)
  • 4c6f87a Update CHANGELOG.md
  • Additional commits viewable in compare view

Updates io.getstream:stream-chat-android-offline from 6.0.10 to 6.0.11

Release notes

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

v6.0.11

Common changes for all artifacts

⬆️ Improved

  • Improved unread count behavior, it relies on read property. #5117

✅ Added

  • Added Channel.currentUserUnreadCount extension property to get the unread count for the current user. #5117

⚠️ Changed

  • Deprecated Channel.unreadCount property, use Channel.currentUserUnreadCount instead. #5117

stream-chat-android-client

🐞 Fixed

  • Fixed crash in StreamMediaPlayer when playing audio after re-login. #5120

⬆️ Improved

  • Protected PN related requests from repeated usage. #5130
    • Prevented ChatClient.getDevices from duplicate requests.
    • Prevented ChatClient.addDevice from duplicate requests.
    • Prevented ChatClient.deleteDevice from duplicate requests.
    • Added debouncing logic into PushTokenUpdateHandler

✅ Added

  • Create new feature to mark a channel as unread. #5103
  • Added a new NotificationMarkUnreadEvent event type. #5103

stream-chat-android-state

⬆️ Improved

  • SyncManager handles "Too many events to sync" error properly. #5126

stream-chat-android-ui-components

✅ Added

  • Added a new menu option to mark a channel as unread. #5103
  • Added a new Unread Separator component. #5122
  • Added AudioRecordPlayerViewStyle to customize the audio record player view. #5119
  • Added support for automatic translations #5123
    • Enabled by ChatUI.autoTranslationEnabled
  • Added MessageListItemStyle.textStyleReadCounter to customize the read counter text style. #5131

stream-chat-android-compose

🐞 Fixed

  • Fixed unread count not being cleared. #5115

✅ Added

  • Added a new menu option to mark a channel as unread. #5129
  • Added a new Unread Separator component. #5122
Changelog

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

December 22th, 2023 - 6.0.11

Common changes for all artifacts

⬆️ Improved

  • Improved unread count behavior, it relies on read property. #5117

✅ Added

  • Added Channel.currentUserUnreadCount extension property to get the unread count for the current user. #5117

⚠️ Changed

  • Deprecated Channel.unreadCount property, use Channel.currentUserUnreadCount instead. #5117

stream-chat-android-client

🐞 Fixed

  • Fixed crash in StreamMediaPlayer when playing audio after re-login. #5120

⬆️ Improved

  • Protected PN related requests from repeated usage. #5130
    • Prevented ChatClient.getDevices from duplicate requests.
    • Prevented ChatClient.addDevice from duplicate requests.
    • Prevented ChatClient.deleteDevice from duplicate requests.
    • Added debouncing logic into PushTokenUpdateHandler

✅ Added

  • Create new feature to mark a channel as unread. #5103
  • Added a new NotificationMarkUnreadEvent event type. #5103

stream-chat-android-state

⬆️ Improved

  • SyncManager handles "Too many events to sync" error properly. #5126

stream-chat-android-ui-components

✅ Added

  • Added a new menu option to mark a channel as unread. #5103
  • Added a new Unread Separator component. #5122
  • Added AudioRecordPlayerViewStyle to customize the audio record player view. #5119
  • Added support for automatic translations #5123
    • Enabled by ChatUI.autoTranslationEnabled
  • Added MessageListItemStyle.textStyleReadCounter to customize the read counter text style. #5131

stream-chat-android-compose

🐞 Fixed

  • Fixed unread count not being cleared. #5115

✅ Added

  • Added a new menu option to mark a channel as unread. #5129
  • Added a new Unread Separator component. #5122
Commits
  • 0b26a3b AUTOMATION: Version Bump and CHANGELOG Update
  • c252300 [i230] add CHANGELOG
  • 34f6272 [i230] Support read count UI customizations
  • 093c55f [i224] add CHANGELOG
  • e9a7f0d [i224] Protect deleteDevice from repeated usage
  • b2478bc [i231] add CHANGELOG
  • 85413e4 [i231] Old messages are read by newly added member
  • 2934337 AUTOMATION: Clean Detekt Baseline Files
  • 34a74bb [i228] Support auto-translation feature in XML (#5123)
  • 4c6f87a Update CHANGELOG.md
  • Additional commits viewable in compare view

Updates io.getstream:stream-chat-android-compose from 6.0.10 to 6.0.11

Release notes

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

v6.0.11

Common changes for all artifacts

⬆️ Improved

  • Improved unread count behavior, it relies on read property. #5117

✅ Added

  • Added Channel.currentUserUnreadCount extension property to get the unread count for the current user. #5117

⚠️ Changed

  • Deprecated Channel.unreadCount property, use Channel.currentUserUnreadCount instead. #5117

stream-chat-android-client

🐞 Fixed

  • Fixed crash in StreamMediaPlayer when playing audio after re-login. #5120

⬆️ Improved

  • Protected PN related requests from repeated usage. #5130
    • Prevented ChatClient.getDevices from duplicate requests.
    • Prevented ChatClient.addDevice from duplicate requests.
    • Prevented ChatClient.deleteDevice from duplicate requests.
    • Added debouncing logic into PushTokenUpdateHandler

✅ Added

  • Create new feature to mark a channel as unread. #5103
  • Added a new NotificationMarkUnreadEvent event type. #5103

stream-chat-android-state

⬆️ Improved

  • SyncManager handles "Too many events to sync" error properly. #5126

stream-chat-android-ui-components

✅ Added

  • Added a new menu option to mark a channel as unread. #5103
  • Added a new Unread Separator component. #5122
  • Added AudioRecordPlayerViewStyle to customize the audio record player view. #5119
  • Added support for automatic translations #5123
    • Enabled by ChatUI.autoTranslationEnabled
  • Added MessageListItemStyle.textStyleReadCounter to customize the read counter text style. #5131

stream-chat-android-compose

🐞 Fixed

  • Fixed unread count not being cleared. #5115

✅ Added

  • Added a new menu option to mark a channel as unread. #5129
  • Added a new Unread Separator component. #5122
Changelog

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

December 22th, 2023 - 6.0.11

Common changes for all artifacts

⬆️ Improved

  • Improved unread count behavior, it relies on read property. #5117

✅ Added

  • Added Channel.currentUserUnreadCount extension property to get the unread count for the current user. #5117

⚠️ Changed

  • Deprecated Channel.unreadCount property, use Channel.currentUserUnreadCount instead. #5117

stream-chat-android-client

🐞 Fixed

  • Fixed crash in StreamMediaPlayer when playing audio after re-login. #5120

⬆️ Improved

  • Protected PN related requests from repeated usage. #5130
    • Prevented ChatClient.getDevices from duplicate requests.
    • Prevented ChatClient.addDevice from duplicate requests.
    • Prevented ChatClient.deleteDevice from duplicate requests.
    • Added debouncing logic into PushTokenUpdateHandler

✅ Added

  • Create new feature to mark a channel as unread. #5103
  • Added a new NotificationMarkUnreadEvent event type. #5103

stream-chat-android-state

⬆️ Improved

  • SyncManager handles "Too many events to sync" error properly. #5126

stream-chat-android-ui-components

✅ Added

  • Added a new menu option to mark a channel as unread. #5103
  • Added a new Unread Separator component. #5122
  • Added AudioRecordPlayerViewStyle to customize the audio record player view. #5119
  • Added support for automatic translations #5123
    • Enabled by ChatUI.autoTranslationEnabled
  • Added MessageListItemStyle.textStyleReadCounter to customize the read counter text style. #5131

stream-chat-android-compose

🐞 Fixed

  • Fixed unread count not being cleared. #5115

✅ Added

  • Added a new menu option to mark a channel as unread. #5129
  • Added a new Unread Separator component. #5122
Commits
  • 0b26a3b AUTOMATION: Version Bump and CHANGELOG Update
  • c252300 [i230] add CHANGELOG
  • 34f6272 [i230] Support read count UI customizations
  • 093c55f [i224] add CHANGELOG
  • e9a7f0d [i224] Protect deleteDevice from repeated usage
  • b2478bc [i231] add CHANGELOG
  • 85413e4 [i231] Old messages are read by newly added member
  • 2934337 AUTOMATION: Clean Detekt Baseline Files
  • 34a74bb [i228] Support auto-translation feature in XML (#5123)
  • 4c6f87a Update CHANGELOG.md
  • 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.0.10 to 6.0.11.

Updates `io.getstream:stream-chat-android-client` from 6.0.10 to 6.0.11
- [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.0.10...v6.0.11)

Updates `io.getstream:stream-chat-android-offline` from 6.0.10 to 6.0.11
- [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.0.10...v6.0.11)

Updates `io.getstream:stream-chat-android-compose` from 6.0.10 to 6.0.11
- [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.0.10...v6.0.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from skydoves as a code owner December 25, 2023 01:31
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 25, 2023
@skydoves skydoves merged commit d571497 into main Dec 27, 2023
@skydoves skydoves deleted the dependabot/gradle/streamChatSDK-6.0.11 branch December 27, 2023 06:36
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.

2 participants