Skip to content

4.37.0

Compare
Choose a tag to compare
@Stream-SDK-Bot Stream-SDK-Bot released this 18 Sep 19:16
· 647 commits to main since this release

September 18, 2023

StreamChat

βœ… Added

  • Allow injecting a custom URLSessionConfiguration in ChatClientConfig #2756
  • Methods for deleting file and image in ChatChannelController #2776

🐞 Fixed

  • Fix core data warnings when logging with different user #2759
  • Fix connecting user from background thread #2762
  • Make the Logger thread-safe to avoid crashes #2775
  • Improve addDevice() and removeDevice() with optimistic updates #2778
  • Fix critical issue causing a query channel call for every new message #2781
  • Added threshold for queued messages before being sent #2780
  • Fix memory leak caused by Timer.addTimeout() #2777

StreamChatUI

βœ… Added

  • Add customization support for ChannelListLoadingView #2772
  • Add support for disabling animation when jumping to message #2770

🐞 Fixed

  • Fix tapping on the status bar scrolling to the bottom instead of the top #2763
  • Fix empty channel header view for new DM Channels #2764
  • Fix showing copy message action when text is empty #2765
  • Fix link preview title covering text when image is not loaded #2773
  • Fix UI Glitch in ChannelListLoadingView with dummy data #2772
  • Fix composer input jumping when shrink button is tapped #2774

πŸ”„ Changed

  • Make record button in composer, visible depending on the channel's capabilities. #2758
  • RenameComponents.chatChannelListLoadingView -> Components.channelListLoadingView #2772