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.3 #115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2024

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

Release notes

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

v6.5.3

stream-chat-android-client

✅ Added

  • Add ChatClient::markThreadUnread to mark a given thread as unread. #5457
  • Add ChannelClient::markThreadUnread to mark a given thread as unread. #5457

stream-chat-android-ui-components

🐞 Fixed

  • Fix crash in CameraAttachmentFragment related to permissions checks. #5465
  • Fix crash in FileAttachmentFragment related to permissions checks. #5465
  • Fix crash in MediaAttachmentFragment related to permissions checks. #5465
  • Fix crash in AttachmentsPickerSystemFragment related to permissions checks. #5465

v6.5.2

Common changes for all artifacts

⚠️ Changed

  • Deprecate NotInFilterObject because it is not supported backend-side anymore. #5393
  • Deprecate AttachmentsPickerTabFactories.defaultFactoriesWithoutStoragePermissions() in favor of a more configurable method. #5430
  • Deprecate AttachmentsPickerSystemTabFactory(otherFactories) in favor of a more configurable constructor. #5430

❌ Removed

  • Remove NotInFilterObject because it is not supported backend-side anymore. #5394

stream-chat-android-client

🐞 Fixed

  • Sanitize User Agen Header to avoid issues with ilegal characters on the Http Headers. #5440

⬆️ Improved

  • Avoid multiple ChatClient::connectUser invocations by sharing the Call. #5439

✅ Added

  • Add ChatClient::markThreadRead to mark a given thread as read. #5447
  • Add ChannelClient::markThreadRead to mark a given thread as read. #5447

stream-chat-android-state

✅ Added

  • Add GlobalState::unreadThreadsCount property to observe the number of unread threads. #5452

stream-chat-android-ui-common

✅ Added

  • Added ImageAssetTransformer to transform image assets before rendering them on the UI. #5438

stream-chat-android-ui-components

🐞 Fixed

  • Fix max allowed votes base on available options. #5431
  • Fix CAMERA permission request when using the capture photo/video attachment picker from AttachmentsPickerSystemTabFactory. #5430
  • Fixed MessageListView scroll to the bottom behaviour when a new message is added. #5427

✅ Added

  • Added ChatUI.imageAssetTransformer to transform image assets before rendering them on the UI. #5438

... (truncated)

Changelog

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

November 06th, 2024 - 6.5.3

stream-chat-android-client

✅ Added

  • Add ChatClient::markThreadUnread to mark a given thread as unread. #5457
  • Add ChannelClient::markThreadUnread to mark a given thread as unread. #5457

stream-chat-android-ui-components

🐞 Fixed

  • Fix crash in CameraAttachmentFragment related to permissions checks. #5465
  • Fix crash in FileAttachmentFragment related to permissions checks. #5465
  • Fix crash in MediaAttachmentFragment related to permissions checks. #5465
  • Fix crash in AttachmentsPickerSystemFragment related to permissions checks. #5465

October 23th, 2024 - 6.5.2

Common changes for all artifacts

⚠️ Changed

  • Deprecate NotInFilterObject because it is not supported backend-side anymore. #5393
  • Deprecate AttachmentsPickerTabFactories.defaultFactoriesWithoutStoragePermissions() in favor of a more configurable method. #5430
  • Deprecate AttachmentsPickerSystemTabFactory(otherFactories) in favor of a more configurable constructor. #5430

❌ Removed

  • Remove NotInFilterObject because it is not supported backend-side anymore. #5394

stream-chat-android-client

🐞 Fixed

  • Sanitize User Agen Header to avoid issues with ilegal characters on the Http Headers. #5440

⬆️ Improved

  • Avoid multiple ChatClient::connectUser invocations by sharing the Call. #5439

✅ Added

  • Add ChatClient::markThreadRead to mark a given thread as read. #5447
  • Add ChannelClient::markThreadRead to mark a given thread as read. #5447

stream-chat-android-state

✅ Added

  • Add GlobalState::unreadThreadsCount property to observe the number of unread threads. #5452

stream-chat-android-ui-common

✅ Added

  • Added ImageAssetTransformer to transform image assets before rendering them on the UI. #5438

stream-chat-android-ui-components

🐞 Fixed

  • Fix max allowed votes base on available options. #5431
  • Fix CAMERA permission request when using the capture photo/video attachment picker from AttachmentsPickerSystemTabFactory. #5430
  • Fixed MessageListView scroll to the bottom behaviour when a new message is added. #5427

✅ Added

  • Added ChatUI.imageAssetTransformer to transform image assets before rendering them on the UI. #5438

... (truncated)

Commits
  • 8393551 AUTOMATION: Version Bump and CHANGELOG Update
  • 256a1d7 Add span on mention tags
  • 3ee9dbc Use mentionClick listener within our ViewHolders
  • ae4050c Create new listener to be used when a mention is clicked
  • a04aa55 Extract TextViewLinkHnalder from ui common module
  • 714fdf5 Create UserSpan
  • 88e0878 Refactor Linkify
  • 370a6c0 Refactor default data separator handle to add data when messages are from dif...
  • 6846c1f [PBE-3749] Add ChatClient::markThreadUnread to CHANGELOG.md.
  • 8865c1d [PBE-3749] Add ChatClient::markThreadUnread.
  • Additional commits viewable in compare view

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

Release notes

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

v6.5.3

stream-chat-android-client

✅ Added

  • Add ChatClient::markThreadUnread to mark a given thread as unread. #5457
  • Add ChannelClient::markThreadUnread to mark a given thread as unread. #5457

stream-chat-android-ui-components

🐞 Fixed

  • Fix crash in CameraAttachmentFragment related to permissions checks. #5465
  • Fix crash in FileAttachmentFragment related to permissions checks. #5465
  • Fix crash in MediaAttachmentFragment related to permissions checks. #5465
  • Fix crash in AttachmentsPickerSystemFragment related to permissions checks. #5465

v6.5.2

Common changes for all artifacts

⚠️ Changed

  • Deprecate NotInFilterObject because it is not supported backend-side anymore. #5393
  • Deprecate AttachmentsPickerTabFactories.defaultFactoriesWithoutStoragePermissions() in favor of a more configurable method. #5430
  • Deprecate AttachmentsPickerSystemTabFactory(otherFactories) in favor of a more configurable constructor. #5430

❌ Removed

  • Remove NotInFilterObject because it is not supported backend-side anymore. #5394

stream-chat-android-client

🐞 Fixed

  • Sanitize User Agen Header to avoid issues with ilegal characters on the Http Headers. #5440

⬆️ Improved

  • Avoid multiple ChatClient::connectUser invocations by sharing the Call. #5439

✅ Added

  • Add ChatClient::markThreadRead to mark a given thread as read. #5447
  • Add ChannelClient::markThreadRead to mark a given thread as read. #5447

stream-chat-android-state

✅ Added

  • Add GlobalState::unreadThreadsCount property to observe the number of unread threads. #5452

stream-chat-android-ui-common

✅ Added

  • Added ImageAssetTransformer to transform image assets before rendering them on the UI. #5438

stream-chat-android-ui-components

🐞 Fixed

  • Fix max allowed votes base on available options. #5431
  • Fix CAMERA permission request when using the capture photo/video attachment picker from AttachmentsPickerSystemTabFactory. #5430
  • Fixed MessageListView scroll to the bottom behaviour when a new message is added. #5427

✅ Added

  • Added ChatUI.imageAssetTransformer to transform image assets before rendering them on the UI. #5438

... (truncated)

Changelog

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

November 06th, 2024 - 6.5.3

stream-chat-android-client

✅ Added

  • Add ChatClient::markThreadUnread to mark a given thread as unread. #5457
  • Add ChannelClient::markThreadUnread to mark a given thread as unread. #5457

stream-chat-android-ui-components

🐞 Fixed

  • Fix crash in CameraAttachmentFragment related to permissions checks. #5465
  • Fix crash in FileAttachmentFragment related to permissions checks. #5465
  • Fix crash in MediaAttachmentFragment related to permissions checks. #5465
  • Fix crash in AttachmentsPickerSystemFragment related to permissions checks. #5465

October 23th, 2024 - 6.5.2

Common changes for all artifacts

⚠️ Changed

  • Deprecate NotInFilterObject because it is not supported backend-side anymore. #5393
  • Deprecate AttachmentsPickerTabFactories.defaultFactoriesWithoutStoragePermissions() in favor of a more configurable method. #5430
  • Deprecate AttachmentsPickerSystemTabFactory(otherFactories) in favor of a more configurable constructor. #5430

❌ Removed

  • Remove NotInFilterObject because it is not supported backend-side anymore. #5394

stream-chat-android-client

🐞 Fixed

  • Sanitize User Agen Header to avoid issues with ilegal characters on the Http Headers. #5440

⬆️ Improved

  • Avoid multiple ChatClient::connectUser invocations by sharing the Call. #5439

✅ Added

  • Add ChatClient::markThreadRead to mark a given thread as read. #5447
  • Add ChannelClient::markThreadRead to mark a given thread as read. #5447

stream-chat-android-state

✅ Added

  • Add GlobalState::unreadThreadsCount property to observe the number of unread threads. #5452

stream-chat-android-ui-common

✅ Added

  • Added ImageAssetTransformer to transform image assets before rendering them on the UI. #5438

stream-chat-android-ui-components

🐞 Fixed

  • Fix max allowed votes base on available options. #5431
  • Fix CAMERA permission request when using the capture photo/video attachment picker from AttachmentsPickerSystemTabFactory. #5430
  • Fixed MessageListView scroll to the bottom behaviour when a new message is added. #5427

✅ Added

  • Added ChatUI.imageAssetTransformer to transform image assets before rendering them on the UI. #5438

... (truncated)

Commits
  • 8393551 AUTOMATION: Version Bump and CHANGELOG Update
  • 256a1d7 Add span on mention tags
  • 3ee9dbc Use mentionClick listener within our ViewHolders
  • ae4050c Create new listener to be used when a mention is clicked
  • a04aa55 Extract TextViewLinkHnalder from ui common module
  • 714fdf5 Create UserSpan
  • 88e0878 Refactor Linkify
  • 370a6c0 Refactor default data separator handle to add data when messages are from dif...
  • 6846c1f [PBE-3749] Add ChatClient::markThreadUnread to CHANGELOG.md.
  • 8865c1d [PBE-3749] Add ChatClient::markThreadUnread.
  • Additional commits viewable in compare view

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

Release notes

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

v6.5.3

stream-chat-android-client

✅ Added

  • Add ChatClient::markThreadUnread to mark a given thread as unread. #5457
  • Add ChannelClient::markThreadUnread to mark a given thread as unread. #5457

stream-chat-android-ui-components

🐞 Fixed

  • Fix crash in CameraAttachmentFragment related to permissions checks. #5465
  • Fix crash in FileAttachmentFragment related to permissions checks. #5465
  • Fix crash in MediaAttachmentFragment related to permissions checks. #5465
  • Fix crash in AttachmentsPickerSystemFragment related to permissions checks. #5465

v6.5.2

Common changes for all artifacts

⚠️ Changed

  • Deprecate NotInFilterObject because it is not supported backend-side anymore. #5393
  • Deprecate AttachmentsPickerTabFactories.defaultFactoriesWithoutStoragePermissions() in favor of a more configurable method. #5430
  • Deprecate AttachmentsPickerSystemTabFactory(otherFactories) in favor of a more configurable constructor. #5430

❌ Removed

  • Remove NotInFilterObject because it is not supported backend-side anymore. #5394

stream-chat-android-client

🐞 Fixed

  • Sanitize User Agen Header to avoid issues with ilegal characters on the Http Headers. #5440

⬆️ Improved

  • Avoid multiple ChatClient::connectUser invocations by sharing the Call. #5439

✅ Added

  • Add ChatClient::markThreadRead to mark a given thread as read. #5447
  • Add ChannelClient::markThreadRead to mark a given thread as read. #5447

stream-chat-android-state

✅ Added

  • Add GlobalState::unreadThreadsCount property to observe the number of unread threads. #5452

stream-chat-android-ui-common

✅ Added

  • Added ImageAssetTransformer to transform image assets before rendering them on the UI. #5438

stream-chat-android-ui-components

🐞 Fixed

  • Fix max allowed votes base on available options. #5431
  • Fix CAMERA permission request when using the capture photo/video attachment picker from AttachmentsPickerSystemTabFactory. #5430
  • Fixed MessageListView scroll to the bottom behaviour when a new message is added. #5427

✅ Added

  • Added ChatUI.imageAssetTransformer to transform image assets before rendering them on the UI. #5438

... (truncated)

Changelog

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

November 06th, 2024 - 6.5.3

stream-chat-android-client

✅ Added

  • Add ChatClient::markThreadUnread to mark a given thread as unread. #5457
  • Add ChannelClient::markThreadUnread to mark a given thread as unread. #5457

stream-chat-android-ui-components

🐞 Fixed

  • Fix crash in CameraAttachmentFragment related to permissions checks. #5465
  • Fix crash in FileAttachmentFragment related to permissions checks. #5465
  • Fix crash in MediaAttachmentFragment related to permissions checks. #5465
  • Fix crash in AttachmentsPickerSystemFragment related to permissions checks. #5465

October 23th, 2024 - 6.5.2

Common changes for all artifacts

⚠️ Changed

  • Deprecate NotInFilterObject because it is not supported backend-side anymore. #5393
  • Deprecate AttachmentsPickerTabFactories.defaultFactoriesWithoutStoragePermissions() in favor of a more configurable method. #5430
  • Deprecate AttachmentsPickerSystemTabFactory(otherFactories) in favor of a more configurable constructor. #5430

❌ Removed

  • Remove NotInFilterObject because it is not supported backend-side anymore. #5394

stream-chat-android-client

🐞 Fixed

  • Sanitize User Agen Header to avoid issues with ilegal characters on the Http Headers. #5440

⬆️ Improved

  • Avoid multiple ChatClient::connectUser invocations by sharing the Call. #5439

✅ Added

  • Add ChatClient::markThreadRead to mark a given thread as read. #5447
  • Add ChannelClient::markThreadRead to mark a given thread as read. #5447

stream-chat-android-state

✅ Added

  • Add GlobalState::unreadThreadsCount property to observe the number of unread threads. #5452

stream-chat-android-ui-common

✅ Added

  • Added ImageAssetTransformer to transform image assets before rendering them on the UI. #5438

stream-chat-android-ui-components

🐞 Fixed

  • Fix max allowed votes base on available options. #5431
  • Fix CAMERA permission request when using the capture photo/video attachment picker from AttachmentsPickerSystemTabFactory. #5430
  • Fixed MessageListView scroll to the bottom behaviour when a new message is added. #5427

✅ Added

  • Added ChatUI.imageAssetTransformer to transform image assets before rendering them on the UI. #5438

... (truncated)

Commits
  • 8393551 AUTOMATION: Version Bump and CHANGELOG Update
  • 256a1d7 Add span on mention tags
  • 3ee9dbc Use mentionClick listener within our ViewHolders
  • ae4050c Create new listener to be used when a mention is clicked
  • a04aa55 Extract TextViewLinkHnalder from ui common module
  • 714fdf5 Create UserSpan
  • 88e0878 Refactor Linkify
  • 370a6c0 Refactor default data separator handle to add data when messages are from dif...
  • 6846c1f [PBE-3749] Add ChatClient::markThreadUnread to CHANGELOG.md.
  • 8865c1d [PBE-3749] Add ChatClient::markThreadUnread.
  • 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.3.

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

Updates `io.getstream:stream-chat-android-offline` from 6.5.0 to 6.5.3
- [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.3)

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

---
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 November 19, 2024 10:46
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 19, 2024
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