Skip to content

4.65.0

Latest
Compare
Choose a tag to compare
@Stream-SDK-Bot Stream-SDK-Bot released this 18 Oct 12:06

October 18, 2024

StreamChat

🐞 Fixed

  • Fix a rare crash caused by missing uniqueness constraints in polls #3454
  • Fix rare crash in WebSocketPingController.connectionStateDidChange #3451
  • Improve reliability and performance of resetting ephemeral values #3439
  • Reduce channel list updates when updating the local state #3450

🔄 Changed

  • Reverts "Fix old channel updates not being added to the channel list automatically" #3465
    • This was causing some issues on the SwiftUI SDK, so we are temporarily reverting this.

StreamChatUI

🐞 Fixed

  • Unread messages divider did not appear in the message list when marking messages as unread #3444
  • Fix UI glitch in thread parent message when sending a message and scrolling #3446

⚡ Performance

  • Improve performance of presenting ChatChannelVC #3448