whatsApp-clone-compose icon indicating copy to clipboard operation
whatsApp-clone-compose copied to clipboard

Bump streamChatSDK from 6.1.1 to 6.2.2

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps streamChatSDK from 6.1.1 to 6.2.2. Updates io.getstream:stream-chat-android-client from 6.1.1 to 6.2.2

Release notes

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

v6.2.2

stream-chat-android-core

✅ Added

  • Added Member.notificationsMuted property support. #5217

stream-chat-android-ui-components

🐞 Fixed

  • Fixed the crash happening while editing a message with a recording attachment. #5220
  • Fixed intermittent crash when opening a channel. #5219

stream-chat-android-compose

🐞 Fixed

  • Fixed MessageListViewModel.selectExtendedReactions not calling the proper function in MessageListController. #5218

✅ Added

  • Added MessageTextFormatter to format the message text. #5214
    • Can be overridden by ChatTheme.messageTextFormatter
  • Added QuotedMessageTextFormatter to format the quoted message text. #5214
    • Can be overridden by ChatTheme.quotedMessageTextFormatter
  • Added itemModifier parameter into both MessageList and Messages components to allow customizing the message item. #5209

v6.2.1

stream-chat-android-ui-components

⬆️ Improved

  • Added flag-message capability support. #5211

stream-chat-android-compose

✅ Added

  • Added flag-message capability support. #5211

v6.2.0

Common changes for all artifacts

✅ Added

  • Message entity has a new messageTextUpdatedAt property to represent the last time the message text was updated. #5200
  • FileUploadConfig entity has a new sizeLimitInBytes: property to represent the size limit for attachments. #5205

stream-chat-android-ui-common

⚠️ Changed

  • Attachment size limit is not configured client-side anymore, you should configure it on the dashboard. #5205

❌ Removed

  • Removed MessagesViewModelFactory.maxAttachmentSize property. #5205

stream-chat-android-ui-components

✅ Added

  • Edited message will show info about when they were edited. #5200

❌ Removed

  • Removed MessagesViewModelFactory.maxAttachmentSize property. #5205

... (truncated)

Changelog

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

March 22th, 2024 - 6.2.2

stream-chat-android-core

✅ Added

  • Added Member.notificationsMuted property support. #5217

stream-chat-android-ui-components

🐞 Fixed

  • Fixed the crash happening while editing a message with a recording attachment. #5220
  • Fixed intermittent crash when opening a channel. #5219

stream-chat-android-compose

🐞 Fixed

  • Fixed MessageListViewModel.selectExtendedReactions not calling the proper function in MessageListController. #5218

✅ Added

  • Added MessageTextFormatter to format the message text. #5214
    • Can be overridden by ChatTheme.messageTextFormatter
  • Added QuotedMessageTextFormatter to format the quoted message text. #5214
    • Can be overridden by ChatTheme.quotedMessageTextFormatter
  • Added itemModifier parameter into both MessageList and Messages components to allow customizing the message item. #5209

March 20th, 2024 - 6.2.1

stream-chat-android-ui-components

⬆️ Improved

  • Added flag-message capability support. #5211

stream-chat-android-compose

✅ Added

  • Added flag-message capability support. #5211

March 15th, 2024 - 6.2.0

Common changes for all artifacts

✅ Added

  • Message entity has a new messageTextUpdatedAt property to represent the last time the message text was updated. #5200
  • FileUploadConfig entity has a new sizeLimitInBytes: property to represent the size limit for attachments. #5205

stream-chat-android-ui-common

⚠️ Changed

  • Attachment size limit is not configured client-side anymore, you should configure it on the dashboard. #5205

❌ Removed

  • Removed MessagesViewModelFactory.maxAttachmentSize property. #5205

stream-chat-android-ui-components

✅ Added

  • Edited message will show info about when they were edited. #5200

❌ Removed

  • Removed MessagesViewModelFactory.maxAttachmentSize property. #5205

... (truncated)

Commits
  • dda2776 AUTOMATION: Version Bump and CHANGELOG Update
  • 316eb0e [i265] Support Member.notificationsMuted property (#5217)
  • e38635b [i262] Expose message list item modifier (#5209)
  • 61dc648 [i264] Support message text formatting (#5214)
  • cead6ae (crash) fix message list crash (#5219)
  • 4865944 [i267] fix crash on editing message with recording (#5220)
  • 247fda1 (docs) describe the LLC lifecycle + samples of usage (#5216)
  • 577f2aa [i266] SelectExtendedReactions does not work (#5218)
  • 0646350 AUTOMATION: Changelog update
  • ea51bc1 AUTOMATION: Version Bump and CHANGELOG Update
  • Additional commits viewable in compare view

Updates io.getstream:stream-chat-android-offline from 6.1.1 to 6.2.2

Release notes

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

v6.2.2

stream-chat-android-core

✅ Added

  • Added Member.notificationsMuted property support. #5217

stream-chat-android-ui-components

🐞 Fixed

  • Fixed the crash happening while editing a message with a recording attachment. #5220
  • Fixed intermittent crash when opening a channel. #5219

stream-chat-android-compose

🐞 Fixed

  • Fixed MessageListViewModel.selectExtendedReactions not calling the proper function in MessageListController. #5218

✅ Added

  • Added MessageTextFormatter to format the message text. #5214
    • Can be overridden by ChatTheme.messageTextFormatter
  • Added QuotedMessageTextFormatter to format the quoted message text. #5214
    • Can be overridden by ChatTheme.quotedMessageTextFormatter
  • Added itemModifier parameter into both MessageList and Messages components to allow customizing the message item. #5209

v6.2.1

stream-chat-android-ui-components

⬆️ Improved

  • Added flag-message capability support. #5211

stream-chat-android-compose

✅ Added

  • Added flag-message capability support. #5211

v6.2.0

Common changes for all artifacts

✅ Added

  • Message entity has a new messageTextUpdatedAt property to represent the last time the message text was updated. #5200
  • FileUploadConfig entity has a new sizeLimitInBytes: property to represent the size limit for attachments. #5205

stream-chat-android-ui-common

⚠️ Changed

  • Attachment size limit is not configured client-side anymore, you should configure it on the dashboard. #5205

❌ Removed

  • Removed MessagesViewModelFactory.maxAttachmentSize property. #5205

stream-chat-android-ui-components

✅ Added

  • Edited message will show info about when they were edited. #5200

❌ Removed

  • Removed MessagesViewModelFactory.maxAttachmentSize property. #5205

... (truncated)

Changelog

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

March 22th, 2024 - 6.2.2

stream-chat-android-core

✅ Added

  • Added Member.notificationsMuted property support. #5217

stream-chat-android-ui-components

🐞 Fixed

  • Fixed the crash happening while editing a message with a recording attachment. #5220
  • Fixed intermittent crash when opening a channel. #5219

stream-chat-android-compose

🐞 Fixed

  • Fixed MessageListViewModel.selectExtendedReactions not calling the proper function in MessageListController. #5218

✅ Added

  • Added MessageTextFormatter to format the message text. #5214
    • Can be overridden by ChatTheme.messageTextFormatter
  • Added QuotedMessageTextFormatter to format the quoted message text. #5214
    • Can be overridden by ChatTheme.quotedMessageTextFormatter
  • Added itemModifier parameter into both MessageList and Messages components to allow customizing the message item. #5209

March 20th, 2024 - 6.2.1

stream-chat-android-ui-components

⬆️ Improved

  • Added flag-message capability support. #5211

stream-chat-android-compose

✅ Added

  • Added flag-message capability support. #5211

March 15th, 2024 - 6.2.0

Common changes for all artifacts

✅ Added

  • Message entity has a new messageTextUpdatedAt property to represent the last time the message text was updated. #5200
  • FileUploadConfig entity has a new sizeLimitInBytes: property to represent the size limit for attachments. #5205

stream-chat-android-ui-common

⚠️ Changed

  • Attachment size limit is not configured client-side anymore, you should configure it on the dashboard. #5205

❌ Removed

  • Removed MessagesViewModelFactory.maxAttachmentSize property. #5205

stream-chat-android-ui-components

✅ Added

  • Edited message will show info about when they were edited. #5200

❌ Removed

  • Removed MessagesViewModelFactory.maxAttachmentSize property. #5205

... (truncated)

Commits
  • dda2776 AUTOMATION: Version Bump and CHANGELOG Update
  • 316eb0e [i265] Support Member.notificationsMuted property (#5217)
  • e38635b [i262] Expose message list item modifier (#5209)
  • 61dc648 [i264] Support message text formatting (#5214)
  • cead6ae (crash) fix message list crash (#5219)
  • 4865944 [i267] fix crash on editing message with recording (#5220)
  • 247fda1 (docs) describe the LLC lifecycle + samples of usage (#5216)
  • 577f2aa [i266] SelectExtendedReactions does not work (#5218)
  • 0646350 AUTOMATION: Changelog update
  • ea51bc1 AUTOMATION: Version Bump and CHANGELOG Update
  • Additional commits viewable in compare view

Updates io.getstream:stream-chat-android-compose from 6.1.1 to 6.2.2

Release notes

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

v6.2.2

stream-chat-android-core

✅ Added

  • Added Member.notificationsMuted property support. #5217

stream-chat-android-ui-components

🐞 Fixed

  • Fixed the crash happening while editing a message with a recording attachment. #5220
  • Fixed intermittent crash when opening a channel. #5219

stream-chat-android-compose

🐞 Fixed

  • Fixed MessageListViewModel.selectExtendedReactions not calling the proper function in MessageListController. #5218

✅ Added

  • Added MessageTextFormatter to format the message text. #5214
    • Can be overridden by ChatTheme.messageTextFormatter
  • Added QuotedMessageTextFormatter to format the quoted message text. #5214
    • Can be overridden by ChatTheme.quotedMessageTextFormatter
  • Added itemModifier parameter into both MessageList and Messages components to allow customizing the message item. #5209

v6.2.1

stream-chat-android-ui-components

⬆️ Improved

  • Added flag-message capability support. #5211

stream-chat-android-compose

✅ Added

  • Added flag-message capability support. #5211

v6.2.0

Common changes for all artifacts

✅ Added

  • Message entity has a new messageTextUpdatedAt property to represent the last time the message text was updated. #5200
  • FileUploadConfig entity has a new sizeLimitInBytes: property to represent the size limit for attachments. #5205

stream-chat-android-ui-common

⚠️ Changed

  • Attachment size limit is not configured client-side anymore, you should configure it on the dashboard. #5205

❌ Removed

  • Removed MessagesViewModelFactory.maxAttachmentSize property. #5205

stream-chat-android-ui-components

✅ Added

  • Edited message will show info about when they were edited. #5200

❌ Removed

  • Removed MessagesViewModelFactory.maxAttachmentSize property. #5205

... (truncated)

Changelog

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

March 22th, 2024 - 6.2.2

stream-chat-android-core

✅ Added

  • Added Member.notificationsMuted property support. #5217

stream-chat-android-ui-components

🐞 Fixed

  • Fixed the crash happening while editing a message with a recording attachment. #5220
  • Fixed intermittent crash when opening a channel. #5219

stream-chat-android-compose

🐞 Fixed

  • Fixed MessageListViewModel.selectExtendedReactions not calling the proper function in MessageListController. #5218

✅ Added

  • Added MessageTextFormatter to format the message text. #5214
    • Can be overridden by ChatTheme.messageTextFormatter
  • Added QuotedMessageTextFormatter to format the quoted message text. #5214
    • Can be overridden by ChatTheme.quotedMessageTextFormatter
  • Added itemModifier parameter into both MessageList and Messages components to allow customizing the message item. #5209

March 20th, 2024 - 6.2.1

stream-chat-android-ui-components

⬆️ Improved

  • Added flag-message capability support. #5211

stream-chat-android-compose

✅ Added

  • Added flag-message capability support. #5211

March 15th, 2024 - 6.2.0

Common changes for all artifacts

✅ Added

  • Message entity has a new messageTextUpdatedAt property to represent the last time the message text was updated. #5200
  • FileUploadConfig entity has a new sizeLimitInBytes: property to represent the size limit for attachments. #5205

stream-chat-android-ui-common

⚠️ Changed

  • Attachment size limit is not configured client-side anymore, you should configure it on the dashboard. #5205

❌ Removed

  • Removed MessagesViewModelFactory.maxAttachmentSize property. #5205

stream-chat-android-ui-components

✅ Added

  • Edited message will show info about when they were edited. #5200

❌ Removed

  • Removed MessagesViewModelFactory.maxAttachmentSize property. #5205

... (truncated)

Commits
  • dda2776 AUTOMATION: Version Bump and CHANGELOG Update
  • 316eb0e [i265] Support Member.notificationsMuted property (#5217)
  • e38635b [i262] Expose message list item modifier (#5209)
  • 61dc648 [i264] Support message text formatting (#5214)
  • cead6ae (crash) fix message list crash (#5219)
  • 4865944 [i267] fix crash on editing message with recording (#5220)
  • 247fda1 (docs) describe the LLC lifecycle + samples of usage (#5216)
  • 577f2aa [i266] SelectExtendedReactions does not work (#5218)
  • 0646350 AUTOMATION: Changelog update
  • ea51bc1 AUTOMATION: Version Bump and CHANGELOG Update
  • 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)

dependabot[bot] avatar Mar 23 '24 01:03 dependabot[bot]