Skip to content

Comments

Bump streamChatSDK from 6.0.12 to 6.0.13#166

Merged
skydoves merged 1 commit intomainfrom
dependabot/gradle/streamChatSDK-6.0.13
Feb 10, 2024
Merged

Bump streamChatSDK from 6.0.12 to 6.0.13#166
skydoves merged 1 commit intomainfrom
dependabot/gradle/streamChatSDK-6.0.13

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 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] <[email protected]>
@dependabot dependabot bot requested a review from skydoves as a code owner February 9, 2024 01:11
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 9, 2024
@skydoves skydoves merged commit 6efd917 into main Feb 10, 2024
@skydoves skydoves deleted the dependabot/gradle/streamChatSDK-6.0.13 branch February 10, 2024 08:14
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