Skip to content

4.25.0

Compare
Choose a tag to compare
@Stream-SDK-Bot Stream-SDK-Bot released this 16 Dec 16:03
· 802 commits to main since this release

December 15, 2022

StreamChat

πŸ”„ Changed

  • logOut and disconnect methods are now asynchronous. Its sync versions are deprecated #2386

βœ… Added

  • Add support for hiding connection status with isInvisible #2373
  • Add .withAttachments in MessageSearchFilterScope to filter messages with attachments only #2417
  • Add .withoutAttachments in MessageSearchFilterScope to filter messages without any attachments #2417
  • Add retries mechanism to AuthenticationRepository #2414

🐞 Fixed

  • Fix connecting user with non-expiring tokens (ex: development token) #2393
  • Fix crash when calling addDevice() from background thread #2398

StreamChatUI

🐞 Fixed

  • Fix message actions popup in cached thread replies #2415