December 15, 2022
StreamChat
🔄 Changed
logOut
anddisconnect
methods are now asynchronous. Its sync versions are deprecated #2386
✅ Added
- Add support for hiding connection status with
isInvisible
#2373 - Add
.withAttachments
inMessageSearchFilterScope
to filter messages with attachments only #2417 - Add
.withoutAttachments
inMessageSearchFilterScope
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