Skip to content

v6.4.0

Compare
Choose a tag to compare
@stream-public-bot stream-public-bot released this 24 May 11:20
· 59 commits to release since this release

stream-chat-android-client

🐞 Fixed

  • Fix crash when parsing users from query user endpoint. #5257
  • Fix ChatClient.sendMessage() method to be able to send multiple message in parallel. #5266

✅ Added

  • Added ChatClient.getNewerReplies to fetch newer replies for a message in a thread. #5256

stream-chat-android-state

✅ Added

  • Added an option to fetch thread from older to newer messages. #5258

stream-chat-android-ui-common

✅ Added

  • Created VideoHeadersProvider interface to provide headers for video requests. #5265

⚠️ Changed

  • The ImageHeadersProvider.getImageRequestHeaders() method use the url as a parameter. #5265

stream-chat-android-ui-components

✅ Added

  • Added an option to fetch thread from older to newer messages. #5258

stream-chat-android-compose

🐞 Fixed

  • Fixed infinite progress bar on channel list screen. #5259
  • Fixed thread replies are being scrolled to bottom. #5261

✅ Added

  • Added an option to fetch thread from older to newer messages. #5258