Skip to content

4.67.0

Latest
Compare
Choose a tag to compare
@testableapple testableapple released this 25 Nov 17:29

November 25, 2024

StreamChat

✅ Added

  • Add support for channel member extra data #3487
  • Add ChatChannelMemberController.partialUpdate(extraData:unsetProperties:) #3487
  • Add ChatChannelController.addMembers(_ members: [MemberInfo]) #3487
  • Add CurrentUserController.updateMemberData() #3487
  • Exposes ChatChannelMember.memberExtraData property #3487
  • Add bounce moderation v2 support #3492

🐞 Fixed

  • Fix connection not resuming after guest user goes to background #3483
  • Fix empty channel list if the channel list filter contains OR statement with only custom filtering keys #3482
  • Fix not returning models with empty properties when the underlying database model was deleted #3497
  • Fix an issue where deleting current user in the local database cleared member data in channels #3497
  • Fix rare crashes when accessing the current user object #3500

⚡ Performance

  • Avoid creating CurrentChatUserController for reading user privacy settings which is more expensive than just reading the data from the local database #3502