sendbird-chat-ios-spm

[v3] Sendbird Chat SDK for SPM

OTHER License

Stars
2
Committers
9

Bot releases are visible (Hide)

sendbird-chat-ios-spm -

Published by cozzin over 2 years ago

  • Fixed error with infinite calls of SBDMain.connect completion.
  • Fixed issue where cachedMetadata is not serialized (not stored in database).
sendbird-chat-ios-spm -

Published by cozzin over 2 years ago

  • Fixed issue with getCachedMetadata() in message collection.
sendbird-chat-ios-spm -

Published by cozzin over 2 years ago

  • Fixed issue with getCachedMetadata() in local caching
sendbird-chat-ios-spm -

Published by cozzin over 2 years ago

  • Add custom type and super mode filter to getTotalUnreadChannelCount
sendbird-chat-ios-spm -

Published by cozzin over 2 years ago

  • Fix issue with local caching where messages were loading slowly.
sendbird-chat-ios-spm -

Published by lookdeceline over 2 years ago

  • Fixed a bug where ACK_TIMEOUT(800180) errors were incorrectly being sent.
sendbird-chat-ios-spm -

Published by lookdeceline almost 3 years ago

  • Improved stability.
sendbird-chat-ios-spm -

Published by lookdeceline almost 3 years ago

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.
sendbird-chat-ios-spm -

Published by sf-jed-kyung almost 3 years ago

  • 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.
sendbird-chat-ios-spm - v3.0.236

Published by intoxicated almost 3 years ago

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.
Package Rankings
Top 22.09% on Swiftpackageindex.com
Badges
Extracted from project README
Platform Languages CocoaPods Carthage compatible Commercial License
Related Projects