Skip to content

Releases: sendbird/sendbird-chat-ios-spm

v3.1.10

28 Mar 05:29
Compare
Choose a tag to compare
  • Fixed error with infinite calls of SBDMain.connect completion.
  • Fixed issue where cachedMetadata is not serialized (not stored in database).

v3.1.9

18 Mar 13:24
Compare
Choose a tag to compare
  • Fixed issue with getCachedMetadata() in message collection.

v3.1.8

17 Mar 08:39
Compare
Choose a tag to compare
  • Fixed issue with getCachedMetadata() in local caching

v3.1.7

08 Mar 09:27
Compare
Choose a tag to compare
  • Add custom type and super mode filter to getTotalUnreadChannelCount

v3.1.6

02 Mar 07:47
Compare
Choose a tag to compare
  • Fix issue with local caching where messages were loading slowly.

v3.1.5

24 Feb 23:58
Compare
Choose a tag to compare
  • Fixed a bug where ACK_TIMEOUT(800180) errors were incorrectly being sent.

v3.1.2

10 Jan 00:58
Compare
Choose a tag to compare
  • Improved stability.

v3.1.1

09 Dec 07:40
Compare
Choose a tag to compare

v3.1.1 (Dec 9, 2021)

  • Fixed a bug that the reply message isn't received when the network is reconnected.
  • Fixed a bug that some messages are disappeared.
  • Improved stability.

v3.1.0

23 Nov 07:25
Compare
Choose a tag to compare
  • Local caching support. See Local Caching for details.
    • Added SBDMessageContext class.
    • Added SBDCollectionEventSource enum.
    • Added SBDMessageCollectionDelegate protocol.
    • Added SBDMessageCollection class.
    • Added SBDChannelContext class.
    • Added SBDGroupChannelCollection class.
    • Added SBDGroupChannelCollectionDelegate protocol.
    • Added SBDMessageCollectionInitPolicy enum.
  • Added Reply to Channel feature.
    • Added enum SBDReplyType for loading messages with respect to message's reply messages.
    • Added replyType property in SBDMessageListParams, SBDMessageChangeLogsParams and SBDPreviousMessageListQuery.
    • Deprecated includeReplies in SBDMessageListParams, SBDMessageChangeLogsParams and SBDPreviousMessageListQuery.
    • Added parentMessage property in SBDBaseMessage
    • Deprecated includeParentMessageText in SBDMessageListParams, SBDMessageChangeLogsParams, SBDMessageRetrievalParams and SBDPreviousMessageListQuery.
    • Deprecated parentMessageText in SBDBaseMessage.
    • Added isReplyToChannel in SBDBaseMessage
    • Added isReplyToChannel property in SBDBaseMessageParams .
    • Added belongsToMessageParams: method in SBDMessageListParams.

v3.0.236

03 Nov 05:44
Compare
Choose a tag to compare

New

  • Added SBDRestrictionInfo which contains information for users who are either muted or banned.
  • Added SBDRestrictedUser for muted or banned users, which contains SBDRestrictionInfo.
  • Added restrictionInfo property in SBDMember.

Changes

  • SBDMutedUserListQuery loadNextPageWithCompletionHandler: and SBDBannedUserListQuery loadNextPageWithCompletionHandler: will give a NSArray<SBDRestrictedUser *>.
  • SBDChannelDelegate channel: userWasMuted: and SBDChannelDelegate channel: userWasBanned: will give a SBDRestrictedUser object.