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.0.12 to 6.0.13 #262

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 2024

Bumps streamChatSDK from 6.0.12 to 6.0.13.
Updates io.getstream:stream-chat-android-client from 6.0.12 to 6.0.13

Release notes

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

v6.0.13

stream-chat-android-client

🐞 Fixed

  • Ensure PushNotification Permissions are only requested on the case NotificationConfig.requestPermissionOnAppLaunch lambda returns true.#5158

⚠️ Changed

  • Exposed Decorator and related classes for the better MessageListView customization. #5144

stream-chat-android-state

βœ… Added

stream-chat-android-ui-common

🐞 Fixed

  • Fixed unread count not being cleared while user is inside a channel. #5146

βœ… Added

  • Added StartOfTheChannelItemState, a new MessageListItemState that represent the start of the channel inside a message list. #5145

⚠️ Changed

  • Changed AttachmentConstants.MAX_ATTACHMENTS_COUNT to align with the API limits. #5159

stream-chat-android-ui-components

🐞 Fixed

  • Fixed blinking of the message list. #5150

βœ… Added

  • Added StartOfTheChannelItem, a new MessageListItem that represent the start of the channel inside a message list. #5145

stream-chat-android-compose

βœ… Added

  • Added startOfTheChannelItemState composable function to MessageContainer to be able to render the start of the channel. #5145
Changelog

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

January 24th, 2024 - 6.0.13

stream-chat-android-client

🐞 Fixed

  • Ensure PushNotification Permissions are only requested on the case NotificationConfig.requestPermissionOnAppLaunch lambda returns true.#5158

⚠️ Changed

  • Exposed Decorator and related classes for the better MessageListView customization. #5144

stream-chat-android-state

βœ… Added

stream-chat-android-ui-common

🐞 Fixed

  • Fixed unread count not being cleared while user is inside a channel. #5146

βœ… Added

  • Added StartOfTheChannelItemState, a new MessageListItemState that represent the start of the channel inside a message list. #5145

⚠️ Changed

  • Changed AttachmentConstants.MAX_ATTACHMENTS_COUNT to align with the API limits. #5159

stream-chat-android-ui-components

🐞 Fixed

  • Fixed blinking of the message list. #5150

βœ… Added

  • Added StartOfTheChannelItem, a new MessageListItem that represent the start of the channel inside a message list. #5145

stream-chat-android-compose

βœ… Added

  • Added startOfTheChannelItemState composable function to MessageContainer to be able to render the start of the channel. #5145
Commits
  • 3a352ef AUTOMATION: Version Bump and CHANGELOG Update
  • 7dd1716 [i242] add CHANGELOG
  • 0c1dffd [i242] align max attachment count with API limits
  • dbfdfb9 Update CHANGELOG.md
  • e11c7c8 Only require PN Permission if it is not handled by our customers
  • e2c9696 [i239] fix failing UT
  • 33d927e [i239] add skipPush to ChannelClient
  • 81da926 [i239] Support skipPush flag in add/remove members
  • d81d88a Update CHANGELOG.md
  • ccbaf16 Open ChatClient.getMessageUsingCache() extension method
  • Additional commits viewable in compare view

Updates io.getstream:stream-chat-android-offline from 6.0.12 to 6.0.13

Release notes

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

v6.0.13

stream-chat-android-client

🐞 Fixed

  • Ensure PushNotification Permissions are only requested on the case NotificationConfig.requestPermissionOnAppLaunch lambda returns true.#5158

⚠️ Changed

  • Exposed Decorator and related classes for the better MessageListView customization. #5144

stream-chat-android-state

βœ… Added

stream-chat-android-ui-common

🐞 Fixed

  • Fixed unread count not being cleared while user is inside a channel. #5146

βœ… Added

  • Added StartOfTheChannelItemState, a new MessageListItemState that represent the start of the channel inside a message list. #5145

⚠️ Changed

  • Changed AttachmentConstants.MAX_ATTACHMENTS_COUNT to align with the API limits. #5159

stream-chat-android-ui-components

🐞 Fixed

  • Fixed blinking of the message list. #5150

βœ… Added

  • Added StartOfTheChannelItem, a new MessageListItem that represent the start of the channel inside a message list. #5145

stream-chat-android-compose

βœ… Added

  • Added startOfTheChannelItemState composable function to MessageContainer to be able to render the start of the channel. #5145
Changelog

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

January 24th, 2024 - 6.0.13

stream-chat-android-client

🐞 Fixed

  • Ensure PushNotification Permissions are only requested on the case NotificationConfig.requestPermissionOnAppLaunch lambda returns true.#5158

⚠️ Changed

  • Exposed Decorator and related classes for the better MessageListView customization. #5144

stream-chat-android-state

βœ… Added

stream-chat-android-ui-common

🐞 Fixed

  • Fixed unread count not being cleared while user is inside a channel. #5146

βœ… Added

  • Added StartOfTheChannelItemState, a new MessageListItemState that represent the start of the channel inside a message list. #5145

⚠️ Changed

  • Changed AttachmentConstants.MAX_ATTACHMENTS_COUNT to align with the API limits. #5159

stream-chat-android-ui-components

🐞 Fixed

  • Fixed blinking of the message list. #5150

βœ… Added

  • Added StartOfTheChannelItem, a new MessageListItem that represent the start of the channel inside a message list. #5145

stream-chat-android-compose

βœ… Added

  • Added startOfTheChannelItemState composable function to MessageContainer to be able to render the start of the channel. #5145
Commits
  • 3a352ef AUTOMATION: Version Bump and CHANGELOG Update
  • 7dd1716 [i242] add CHANGELOG
  • 0c1dffd [i242] align max attachment count with API limits
  • dbfdfb9 Update CHANGELOG.md
  • e11c7c8 Only require PN Permission if it is not handled by our customers
  • e2c9696 [i239] fix failing UT
  • 33d927e [i239] add skipPush to ChannelClient
  • 81da926 [i239] Support skipPush flag in add/remove members
  • d81d88a Update CHANGELOG.md
  • ccbaf16 Open ChatClient.getMessageUsingCache() extension method
  • Additional commits viewable in compare view

Updates io.getstream:stream-chat-android-compose from 6.0.12 to 6.0.13

Release notes

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

v6.0.13

stream-chat-android-client

🐞 Fixed

  • Ensure PushNotification Permissions are only requested on the case NotificationConfig.requestPermissionOnAppLaunch lambda returns true.#5158

⚠️ Changed

  • Exposed Decorator and related classes for the better MessageListView customization. #5144

stream-chat-android-state

βœ… Added

stream-chat-android-ui-common

🐞 Fixed

  • Fixed unread count not being cleared while user is inside a channel. #5146

βœ… Added

  • Added StartOfTheChannelItemState, a new MessageListItemState that represent the start of the channel inside a message list. #5145

⚠️ Changed

  • Changed AttachmentConstants.MAX_ATTACHMENTS_COUNT to align with the API limits. #5159

stream-chat-android-ui-components

🐞 Fixed

  • Fixed blinking of the message list. #5150

βœ… Added

  • Added StartOfTheChannelItem, a new MessageListItem that represent the start of the channel inside a message list. #5145

stream-chat-android-compose

βœ… Added

  • Added startOfTheChannelItemState composable function to MessageContainer to be able to render the start of the channel. #5145
Changelog

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

January 24th, 2024 - 6.0.13

stream-chat-android-client

🐞 Fixed

  • Ensure PushNotification Permissions are only requested on the case NotificationConfig.requestPermissionOnAppLaunch lambda returns true.#5158

⚠️ Changed

  • Exposed Decorator and related classes for the better MessageListView customization. #5144

stream-chat-android-state

βœ… Added

stream-chat-android-ui-common

🐞 Fixed

  • Fixed unread count not being cleared while user is inside a channel. #5146

βœ… Added

  • Added StartOfTheChannelItemState, a new MessageListItemState that represent the start of the channel inside a message list. #5145

⚠️ Changed

  • Changed AttachmentConstants.MAX_ATTACHMENTS_COUNT to align with the API limits. #5159

stream-chat-android-ui-components

🐞 Fixed

  • Fixed blinking of the message list. #5150

βœ… Added

  • Added StartOfTheChannelItem, a new MessageListItem that represent the start of the channel inside a message list. #5145

stream-chat-android-compose

βœ… Added

  • Added startOfTheChannelItemState composable function to MessageContainer to be able to render the start of the channel. #5145
Commits
  • 3a352ef AUTOMATION: Version Bump and CHANGELOG Update
  • 7dd1716 [i242] add CHANGELOG
  • 0c1dffd [i242] align max attachment count with API limits
  • dbfdfb9 Update CHANGELOG.md
  • e11c7c8 Only require PN Permission if it is not handled by our customers
  • e2c9696 [i239] fix failing UT
  • 33d927e [i239] add skipPush to ChannelClient
  • 81da926 [i239] Support skipPush flag in add/remove members
  • d81d88a Update CHANGELOG.md
  • ccbaf16 Open ChatClient.getMessageUsingCache() extension method
  • 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.12 to 6.0.13.

Updates `io.getstream:stream-chat-android-client` from 6.0.12 to 6.0.13
- [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.12...v6.0.13)

Updates `io.getstream:stream-chat-android-offline` from 6.0.12 to 6.0.13
- [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.12...v6.0.13)

Updates `io.getstream:stream-chat-android-compose` from 6.0.12 to 6.0.13
- [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.12...v6.0.13)

---
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 January 25, 2024 18:16
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 25, 2024
@skydoves skydoves merged commit 5d8790e into main Jan 26, 2024
2 checks passed
@skydoves skydoves deleted the dependabot/gradle/streamChatSDK-6.0.13 branch January 26, 2024 01:04
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.

None yet

1 participant