September 01, 2022
🚨 Known Issue: There is a crash on iOS <15 when inserting messages in an empty list, please update to 4.21.1
StreamChat
🔄 Changed
- From now on, if you want to logout the user from the app, especially when switching users, you should call the
client.logout()
method instead ofclient.disconnect()
. Read more here #2241
🐞 Fixed
- Fix hidden channels showing past history #2216
- Fix token not being refreshed because of parsing error #2248
- Fix deadlock caused by ListDatabaseObserver.startObserving() changes #2252
- Fix parsing
member
field innotification.removed_from_channel
event #2259 - Fix broken pagination when quoting or pinning old messages #2258
StreamChatUI
🔄 Changed
- New Message List Diffing Implementation #2226
_messageListDiffingEnabled
flag has been removed #2226