github GetStream/stream-chat-swift 4.69.0

latest release: 4.70.0
29 days ago

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

Don't miss a new stream-chat-swift release

NewReleases is sending notifications on new releases.