Skip to content

4.21.0

Compare
Choose a tag to compare
@Stream-iOS-Bot Stream-iOS-Bot released this 02 Sep 14:55
· 677 commits to main since this release
ac66f8c

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 of client.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 in notification.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

馃悶 Fixed

  • Fix jumps in Message List #2226
  • Fix image flickers when adding image attachment to a message #2226
  • Fix message list scrolling when popping from navigation stack #2239
  • Fix message timestamp not appearing after hard deleting the last message in the group #2226