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.2 to 5.17.3 #154

Merged
merged 1 commit into from
May 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2023

Bumps streamChatSDK from 5.17.2 to 5.17.3.
Updates io.getstream:stream-chat-android-client from 5.17.2 to 5.17.3

Release notes

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

V5.17.3

May 17th, 2023 - 5.17.3

Common changes for all artifacts

🐞 Fixed

  • When a message is sent, updated user is set. #4814
  • Fix reconnection socket behavior. #4820

stream-chat-android-client

✅ Added

  • Added new hideHistory flag into ChatClient.addMembers function. This flag can be used to hide the channel's history from the added member. #4817
  • Added new hideHistory flag into ChannelClient.addMembers function. This flag can be used to hide the channel's history from the added member. #4817
  • Added ChatClient.inviteMembers to invite members to an existing channel. #4816
  • Added ChannelClient.inviteMembers to invite members to an existing channel. #4816

stream-chat-android-ui-common

✅ Added

  • New method on DateFormatter to format date-time. #4810

stream-chat-android-ui-components

✅ Added

  • Added the ability to enable/disable camera recorder and/or take picture attachment feature in MessageComposerView via xml attributes. #4811
    • streamUiMessageComposerTakeImageEnabled
    • streamUiMessageComposerRecordVideoEnabled
  • Added the ability to enable/disable camera recorder and/or take picture attachment feature in MessageInputView via xml attributes. #4811
    • stream_ui_message_input_capture_media_take_photo
    • stream_ui_message_input_capture_media_record_video

stream-chat-android-compose

✅ Added

  • Add ThreadMessagesStart that allows to control if the stack of thread messages starts at the bottom or the top. #4806
  • Add PickerMediaMode that allows control if the camera recorder and/or take picture feature is allowed or not. #4811
Commits

Updates io.getstream:stream-chat-android-compose from 5.17.2 to 5.17.3

Release notes

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

V5.17.3

May 17th, 2023 - 5.17.3

Common changes for all artifacts

🐞 Fixed

  • When a message is sent, updated user is set. #4814
  • Fix reconnection socket behavior. #4820

stream-chat-android-client

✅ Added

  • Added new hideHistory flag into ChatClient.addMembers function. This flag can be used to hide the channel's history from the added member. #4817
  • Added new hideHistory flag into ChannelClient.addMembers function. This flag can be used to hide the channel's history from the added member. #4817
  • Added ChatClient.inviteMembers to invite members to an existing channel. #4816
  • Added ChannelClient.inviteMembers to invite members to an existing channel. #4816

stream-chat-android-ui-common

✅ Added

  • New method on DateFormatter to format date-time. #4810

stream-chat-android-ui-components

✅ Added

  • Added the ability to enable/disable camera recorder and/or take picture attachment feature in MessageComposerView via xml attributes. #4811
    • streamUiMessageComposerTakeImageEnabled
    • streamUiMessageComposerRecordVideoEnabled
  • Added the ability to enable/disable camera recorder and/or take picture attachment feature in MessageInputView via xml attributes. #4811
    • stream_ui_message_input_capture_media_take_photo
    • stream_ui_message_input_capture_media_record_video

stream-chat-android-compose

✅ Added

  • Add ThreadMessagesStart that allows to control if the stack of thread messages starts at the bottom or the top. #4806
  • Add PickerMediaMode that allows control if the camera recorder and/or take picture feature is allowed or not. #4811
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 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.2 to 5.17.3.

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

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

---
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-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 May 17, 2023 19:03
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 17, 2023
@skydoves skydoves merged commit 98c2d40 into main May 18, 2023
@skydoves skydoves deleted the dependabot/gradle/streamChatSDK-5.17.3 branch May 18, 2023 02:03
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