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.5.0 to 6.5.1 #389

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps streamChatSDK from 6.5.0 to 6.5.1.
Updates io.getstream:stream-chat-android-client from 6.5.0 to 6.5.1

Release notes

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

v6.5.1

Common changes for all artifacts

⚠️ Changed

  • Deprecate NotInFilterObject because it is not supported backend-side anymore. #5393

stream-chat-android-client

⬆️ Improved

  • Attachment.uploadId is only used locally and removed whenever the attachments are uploaded. #5395

✅ Added

Added notificationTextFormatter lambda parameter to NotificationHandlerFactory::createNotificationHandler which is being used to formats the text of the notification. #5409 Added actionsProvider lambda parameter to NotificationHandlerFactory::createNotificationHandler which is being used to provide actions for the notification. #5409

  • Added FileTransformer to allow transforming files before uploading. #5416

stream-chat-android-ui-common

🐞 Fixed

  • UnreadLabel is not added on the case all unread messages are deleted. #5403

stream-chat-android-ui-components

✅ Added

  • Split poll options on the poll attachment to show a fit nubmer of options and a button to open new view with all options.#5406
  • Add view to see poll results. #5405

stream-chat-android-compose

🐞 Fixed

  • Fix condition to show async-voice attachments on MessageList. #5395

✅ Added

  • Add a default theme for MediaPreviewActivity and MediaGalleryPreviewActivity. #5391
  • Added typing indicator on ChannelList. #5399
  • Added support for Audio Recording feature. #5404
  • Added ChatTheme#imageHeadersProvider to allow adding custom headers to image requests. #5414
Changelog

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

September 26th, 2024 - 6.5.1

Common changes for all artifacts

⚠️ Changed

  • Deprecate NotInFilterObject because it is not supported backend-side anymore. #5393

stream-chat-android-client

⬆️ Improved

  • Attachment.uploadId is only used locally and removed whenever the attachments are uploaded. #5395

✅ Added

Added notificationTextFormatter lambda parameter to NotificationHandlerFactory::createNotificationHandler which is being used to formats the text of the notification. #5409 Added actionsProvider lambda parameter to NotificationHandlerFactory::createNotificationHandler which is being used to provide actions for the notification. #5409

  • Added FileTransformer to allow transforming files before uploading. #5416

stream-chat-android-ui-common

🐞 Fixed

  • UnreadLabel is not added on the case all unread messages are deleted. #5403

stream-chat-android-ui-components

✅ Added

  • Split poll options on the poll attachment to show a fit nubmer of options and a button to open new view with all options.#5406
  • Add view to see poll results. #5405

stream-chat-android-compose

🐞 Fixed

  • Fix condition to show async-voice attachments on MessageList. #5395

✅ Added

  • Add a default theme for MediaPreviewActivity and MediaGalleryPreviewActivity. #5391
  • Added typing indicator on ChannelList. #5399
  • Added support for Audio Recording feature. #5404
  • Added ChatTheme#imageHeadersProvider to allow adding custom headers to image requests. #5414
Commits
  • b1b878a AUTOMATION: Version Bump and CHANGELOG Update
  • 845cbc4 Add User-Agent with the App Data
  • be31537 Update CHANGELOG.md
  • d0a14bc Use FileTransformer before the file is upload
  • 515847f Create FileTransformer
  • 71c7dfd [PBE-6026] Expose text formater and actions provider on PN Factory (#5409)
  • 0794b28 [PBE-4800] fix found voice recording issues (#5412)
  • 3e4b227 Add workaround to filter reactions don't belong to the current message (#5413)
  • 7a9e810 Update CHANGELOG.md
  • 8a7e907 Expose a property on ChatThem to use a custom ImageHadersProvider with Coil
  • Additional commits viewable in compare view

Updates io.getstream:stream-chat-android-offline from 6.5.0 to 6.5.1

Release notes

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

v6.5.1

Common changes for all artifacts

⚠️ Changed

  • Deprecate NotInFilterObject because it is not supported backend-side anymore. #5393

stream-chat-android-client

⬆️ Improved

  • Attachment.uploadId is only used locally and removed whenever the attachments are uploaded. #5395

✅ Added

Added notificationTextFormatter lambda parameter to NotificationHandlerFactory::createNotificationHandler which is being used to formats the text of the notification. #5409 Added actionsProvider lambda parameter to NotificationHandlerFactory::createNotificationHandler which is being used to provide actions for the notification. #5409

  • Added FileTransformer to allow transforming files before uploading. #5416

stream-chat-android-ui-common

🐞 Fixed

  • UnreadLabel is not added on the case all unread messages are deleted. #5403

stream-chat-android-ui-components

✅ Added

  • Split poll options on the poll attachment to show a fit nubmer of options and a button to open new view with all options.#5406
  • Add view to see poll results. #5405

stream-chat-android-compose

🐞 Fixed

  • Fix condition to show async-voice attachments on MessageList. #5395

✅ Added

  • Add a default theme for MediaPreviewActivity and MediaGalleryPreviewActivity. #5391
  • Added typing indicator on ChannelList. #5399
  • Added support for Audio Recording feature. #5404
  • Added ChatTheme#imageHeadersProvider to allow adding custom headers to image requests. #5414
Changelog

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

September 26th, 2024 - 6.5.1

Common changes for all artifacts

⚠️ Changed

  • Deprecate NotInFilterObject because it is not supported backend-side anymore. #5393

stream-chat-android-client

⬆️ Improved

  • Attachment.uploadId is only used locally and removed whenever the attachments are uploaded. #5395

✅ Added

Added notificationTextFormatter lambda parameter to NotificationHandlerFactory::createNotificationHandler which is being used to formats the text of the notification. #5409 Added actionsProvider lambda parameter to NotificationHandlerFactory::createNotificationHandler which is being used to provide actions for the notification. #5409

  • Added FileTransformer to allow transforming files before uploading. #5416

stream-chat-android-ui-common

🐞 Fixed

  • UnreadLabel is not added on the case all unread messages are deleted. #5403

stream-chat-android-ui-components

✅ Added

  • Split poll options on the poll attachment to show a fit nubmer of options and a button to open new view with all options.#5406
  • Add view to see poll results. #5405

stream-chat-android-compose

🐞 Fixed

  • Fix condition to show async-voice attachments on MessageList. #5395

✅ Added

  • Add a default theme for MediaPreviewActivity and MediaGalleryPreviewActivity. #5391
  • Added typing indicator on ChannelList. #5399
  • Added support for Audio Recording feature. #5404
  • Added ChatTheme#imageHeadersProvider to allow adding custom headers to image requests. #5414
Commits
  • b1b878a AUTOMATION: Version Bump and CHANGELOG Update
  • 845cbc4 Add User-Agent with the App Data
  • be31537 Update CHANGELOG.md
  • d0a14bc Use FileTransformer before the file is upload
  • 515847f Create FileTransformer
  • 71c7dfd [PBE-6026] Expose text formater and actions provider on PN Factory (#5409)
  • 0794b28 [PBE-4800] fix found voice recording issues (#5412)
  • 3e4b227 Add workaround to filter reactions don't belong to the current message (#5413)
  • 7a9e810 Update CHANGELOG.md
  • 8a7e907 Expose a property on ChatThem to use a custom ImageHadersProvider with Coil
  • Additional commits viewable in compare view

Updates io.getstream:stream-chat-android-compose from 6.5.0 to 6.5.1

Release notes

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

v6.5.1

Common changes for all artifacts

⚠️ Changed

  • Deprecate NotInFilterObject because it is not supported backend-side anymore. #5393

stream-chat-android-client

⬆️ Improved

  • Attachment.uploadId is only used locally and removed whenever the attachments are uploaded. #5395

✅ Added

Added notificationTextFormatter lambda parameter to NotificationHandlerFactory::createNotificationHandler which is being used to formats the text of the notification. #5409 Added actionsProvider lambda parameter to NotificationHandlerFactory::createNotificationHandler which is being used to provide actions for the notification. #5409

  • Added FileTransformer to allow transforming files before uploading. #5416

stream-chat-android-ui-common

🐞 Fixed

  • UnreadLabel is not added on the case all unread messages are deleted. #5403

stream-chat-android-ui-components

✅ Added

  • Split poll options on the poll attachment to show a fit nubmer of options and a button to open new view with all options.#5406
  • Add view to see poll results. #5405

stream-chat-android-compose

🐞 Fixed

  • Fix condition to show async-voice attachments on MessageList. #5395

✅ Added

  • Add a default theme for MediaPreviewActivity and MediaGalleryPreviewActivity. #5391
  • Added typing indicator on ChannelList. #5399
  • Added support for Audio Recording feature. #5404
  • Added ChatTheme#imageHeadersProvider to allow adding custom headers to image requests. #5414
Changelog

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

September 26th, 2024 - 6.5.1

Common changes for all artifacts

⚠️ Changed

  • Deprecate NotInFilterObject because it is not supported backend-side anymore. #5393

stream-chat-android-client

⬆️ Improved

  • Attachment.uploadId is only used locally and removed whenever the attachments are uploaded. #5395

✅ Added

Added notificationTextFormatter lambda parameter to NotificationHandlerFactory::createNotificationHandler which is being used to formats the text of the notification. #5409 Added actionsProvider lambda parameter to NotificationHandlerFactory::createNotificationHandler which is being used to provide actions for the notification. #5409

  • Added FileTransformer to allow transforming files before uploading. #5416

stream-chat-android-ui-common

🐞 Fixed

  • UnreadLabel is not added on the case all unread messages are deleted. #5403

stream-chat-android-ui-components

✅ Added

  • Split poll options on the poll attachment to show a fit nubmer of options and a button to open new view with all options.#5406
  • Add view to see poll results. #5405

stream-chat-android-compose

🐞 Fixed

  • Fix condition to show async-voice attachments on MessageList. #5395

✅ Added

  • Add a default theme for MediaPreviewActivity and MediaGalleryPreviewActivity. #5391
  • Added typing indicator on ChannelList. #5399
  • Added support for Audio Recording feature. #5404
  • Added ChatTheme#imageHeadersProvider to allow adding custom headers to image requests. #5414
Commits
  • b1b878a AUTOMATION: Version Bump and CHANGELOG Update
  • 845cbc4 Add User-Agent with the App Data
  • be31537 Update CHANGELOG.md
  • d0a14bc Use FileTransformer before the file is upload
  • 515847f Create FileTransformer
  • 71c7dfd [PBE-6026] Expose text formater and actions provider on PN Factory (#5409)
  • 0794b28 [PBE-4800] fix found voice recording issues (#5412)
  • 3e4b227 Add workaround to filter reactions don't belong to the current message (#5413)
  • 7a9e810 Update CHANGELOG.md
  • 8a7e907 Expose a property on ChatThem to use a custom ImageHadersProvider with Coil
  • 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.5.0 to 6.5.1.

Updates `io.getstream:stream-chat-android-client` from 6.5.0 to 6.5.1
- [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.5.0...v6.5.1)

Updates `io.getstream:stream-chat-android-offline` from 6.5.0 to 6.5.1
- [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.5.0...v6.5.1)

Updates `io.getstream:stream-chat-android-compose` from 6.5.0 to 6.5.1
- [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.5.0...v6.5.1)

---
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 October 7, 2024 19:07
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
@skydoves skydoves merged commit 3f7dcb3 into main Oct 8, 2024
2 checks passed
@skydoves skydoves deleted the dependabot/gradle/streamChatSDK-6.5.1 branch October 8, 2024 11:20
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