Skip to content

4.69.0

Latest
Compare
Choose a tag to compare
@Stream-SDK-Bot Stream-SDK-Bot released this 18 Dec 14:08

December 18, 2024

StreamChat

✅ Added

  • Archiving channels for the current user #3524
    • Add Chat.archive(scope:) and Chat.unarchive(scope:)
    • Add ChatChannelController.archive(scope:completion:) and ChatChannelController.unarchive(scope:completion:)
    • Add FilterKey.archive for filtering channel lists
    • Add ChatChannel.membership.archivedAt
    • Add ChatChannel.isArchived
  • Pinning channels for the current user #3518
    • Add Chat.pin(scope:) and Chat.unpin(scope:)
    • Add ChatChannelController.pin(scope:completion:) and ChatChannelController.unpin(scope:completion:)
    • Add FilterKey.pinned for filtering channel lists
    • Add ChannelListSortingKey.pinnedAt
    • Add ChatChannel.membership.pinnedAt
    • Add ChatChannel.isPinned
  • Add channel list filtering key: FilterKey.members #3536
  • Add member list filtering keys: FilterKey.channelRole and FilterKey.email #3535
  • Add member list sorting key: ChannelMemberListSortingKey.channelRole #3535

🐞 Fixed

  • End background task before starting a new one #3528