skydoves / chatgpt-android

📲 ChatGPT Android demonstrates a Chatbot application using OpenAI's chat API on Android with Stream Chat SDK for Compose.
Apache License 2.0
3.74k stars 439 forks source link

Bump streamChatSDK from 6.5.0 to 6.5.1 #389

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

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 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)