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.0 #206

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2023

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

Release notes

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

v6.0.0

August 29th, 2023 - 6.0.0

🚨🚨 v6.0.0 release brings a lot of different enhancements. Please, make sure to check our migration guides! 🚨🚨

If you want to learn more about these changes and our decisions, check out our Android Chat v6 Blog Post.

v6.0.0-beta5

August 25th, 2023 - 6.0.0-beta5

I hope you're interested in our latest major release - v6.0.0-beta5! We're currently in the process of preparing migration guides and updating all of our documentation, but in the meantime, you can look into what we plan to release in v6 of Android Chat.

If you want to learn more about these changes and our decisions, check out our Android Chat v6 Blog Post.

stream-chat-android-ui-components

🐞 Fixed

  • Fixed LinkAttachmentView to open the correct link when the attachment is clicked. #4930

✅ Added

  • Added MessageComposerViewModelBinder for Java parity with Kotlin's MessageComposerViewModel.bindView extension function. #4931

⚠️ Changed

  • Changed MessageListView.setCustomItemAnimator signature to allow passing null to reset the item animator. #4933

v6.0.0-beta4

August 18th, 2023 - 6.0.0-beta4

I hope you're interested in our latest major release - v6.0.0-beta4! We're currently in the process of preparing migration guides and updating all of our documentation, but in the meantime, you can look into what we plan to release in v6 of Android Chat.

If you want to learn more about these changes and our decisions, check out our Android Chat v6 Blog Post.

Common changes for all artifacts

⚠️ Changed

  • Business models are immutable now. #4893

stream-chat-android-client

✅ Added

  • Added R.color.stream_ic_notification to the list of resources that can be overridden. #4921

stream-chat-android-ui-components

🐞 Fixed

  • Fixed send button being hidden with non-empty input when audioRecordingButtonPreferred is enabled. #4925

⬆️ Improved

  • Improved UI customization for Audio Recording feature. #4906
  • Improved trailing buttons customization for MessageComposerView. #4915

✅ Added

... (truncated)

Changelog

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

August 29th, 2023 - 6.0.0

🚨🚨 v6.0.0 release brings a lot of different enhancements. Please, make sure to check our migration guides! 🚨🚨

If you want to learn more about these changes and our decisions, check out our Android Chat v6 Blog Post.

August 25th, 2023 - 6.0.0-beta5

I hope you're interested in our latest major release - v6.0.0-beta5! We're currently in the process of preparing migration guides and updating all of our documentation, but in the meantime, you can look into what we plan to release in v6 of Android Chat.

If you want to learn more about these changes and our decisions, check out our Android Chat v6 Blog Post.

stream-chat-android-ui-components

🐞 Fixed

  • Fixed LinkAttachmentView to open the correct link when the attachment is clicked. #4930

✅ Added

  • Added MessageComposerViewModelBinder for Java parity with Kotlin's MessageComposerViewModel.bindView extension function. #4931

⚠️ Changed

  • Changed MessageListView.setCustomItemAnimator signature to allow passing null to reset the item animator. #4933

August 18th, 2023 - 6.0.0-beta4

I hope you're interested in our latest major release - v6.0.0-beta4! We're currently in the process of preparing migration guides and updating all of our documentation, but in the meantime, you can look into what we plan to release in v6 of Android Chat.

If you want to learn more about these changes and our decisions, check out our Android Chat v6 Blog Post.

Common changes for all artifacts

⚠️ Changed

  • Business models are immutable now. #4893

stream-chat-android-client

✅ Added

  • Added R.color.stream_ic_notification to the list of resources that can be overridden. #4921

stream-chat-android-ui-components

🐞 Fixed

  • Fixed send button being hidden with non-empty input when audioRecordingButtonPreferred is enabled. #4925

⬆️ Improved

  • Improved UI customization for Audio Recording feature. #4906
  • Improved trailing buttons customization for MessageComposerView. #4915

✅ Added

  • Added MessageListView.setCustomItemAnimator to allow customizing the item animator used by the MessageListView. #4922
  • Added ChannelListView.setMoreOptionsIconProvider and ChannelListView.setDeleteOptionIconProvider to allow customizing the options icons used by the ChannelListView. #4927

... (truncated)

Commits

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

Release notes

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

v6.0.0

August 29th, 2023 - 6.0.0

🚨🚨 v6.0.0 release brings a lot of different enhancements. Please, make sure to check our migration guides! 🚨🚨

If you want to learn more about these changes and our decisions, check out our Android Chat v6 Blog Post.

v6.0.0-beta5

August 25th, 2023 - 6.0.0-beta5

I hope you're interested in our latest major release - v6.0.0-beta5! We're currently in the process of preparing migration guides and updating all of our documentation, but in the meantime, you can look into what we plan to release in v6 of Android Chat.

If you want to learn more about these changes and our decisions, check out our Android Chat v6 Blog Post.

stream-chat-android-ui-components

🐞 Fixed

  • Fixed LinkAttachmentView to open the correct link when the attachment is clicked. #4930

✅ Added

  • Added MessageComposerViewModelBinder for Java parity with Kotlin's MessageComposerViewModel.bindView extension function. #4931

⚠️ Changed

  • Changed MessageListView.setCustomItemAnimator signature to allow passing null to reset the item animator. #4933

v6.0.0-beta4

August 18th, 2023 - 6.0.0-beta4

I hope you're interested in our latest major release - v6.0.0-beta4! We're currently in the process of preparing migration guides and updating all of our documentation, but in the meantime, you can look into what we plan to release in v6 of Android Chat.

If you want to learn more about these changes and our decisions, check out our Android Chat v6 Blog Post.

Common changes for all artifacts

⚠️ Changed

  • Business models are immutable now. #4893

stream-chat-android-client

✅ Added

  • Added R.color.stream_ic_notification to the list of resources that can be overridden. #4921

stream-chat-android-ui-components

🐞 Fixed

  • Fixed send button being hidden with non-empty input when audioRecordingButtonPreferred is enabled. #4925

⬆️ Improved

  • Improved UI customization for Audio Recording feature. #4906
  • Improved trailing buttons customization for MessageComposerView. #4915

✅ Added

... (truncated)

Changelog

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

August 29th, 2023 - 6.0.0

🚨🚨 v6.0.0 release brings a lot of different enhancements. Please, make sure to check our migration guides! 🚨🚨

If you want to learn more about these changes and our decisions, check out our Android Chat v6 Blog Post.

August 25th, 2023 - 6.0.0-beta5

I hope you're interested in our latest major release - v6.0.0-beta5! We're currently in the process of preparing migration guides and updating all of our documentation, but in the meantime, you can look into what we plan to release in v6 of Android Chat.

If you want to learn more about these changes and our decisions, check out our Android Chat v6 Blog Post.

stream-chat-android-ui-components

🐞 Fixed

  • Fixed LinkAttachmentView to open the correct link when the attachment is clicked. #4930

✅ Added

  • Added MessageComposerViewModelBinder for Java parity with Kotlin's MessageComposerViewModel.bindView extension function. #4931

⚠️ Changed

  • Changed MessageListView.setCustomItemAnimator signature to allow passing null to reset the item animator. #4933

August 18th, 2023 - 6.0.0-beta4

I hope you're interested in our latest major release - v6.0.0-beta4! We're currently in the process of preparing migration guides and updating all of our documentation, but in the meantime, you can look into what we plan to release in v6 of Android Chat.

If you want to learn more about these changes and our decisions, check out our Android Chat v6 Blog Post.

Common changes for all artifacts

⚠️ Changed

  • Business models are immutable now. #4893

stream-chat-android-client

✅ Added

  • Added R.color.stream_ic_notification to the list of resources that can be overridden. #4921

stream-chat-android-ui-components

🐞 Fixed

  • Fixed send button being hidden with non-empty input when audioRecordingButtonPreferred is enabled. #4925

⬆️ Improved

  • Improved UI customization for Audio Recording feature. #4906
  • Improved trailing buttons customization for MessageComposerView. #4915

✅ Added

  • Added MessageListView.setCustomItemAnimator to allow customizing the item animator used by the MessageListView. #4922
  • Added ChannelListView.setMoreOptionsIconProvider and ChannelListView.setDeleteOptionIconProvider to allow customizing the options icons used by the ChannelListView. #4927

... (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.0.

Updates `io.getstream:stream-chat-android-client` from 5.17.10 to 6.0.0
- [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.0)

Updates `io.getstream:stream-chat-android-compose` from 5.17.10 to 6.0.0
- [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.0)

---
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 August 30, 2023 18:52
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 30, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 6, 2023

Superseded by #208.

@dependabot dependabot bot closed this Sep 6, 2023
@dependabot dependabot bot deleted the dependabot/gradle/streamChatSDK-6.0.0 branch September 6, 2023 18:23
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