Skip to content

Releases: sendbird/sendbird-ios-framework

v3.1.5

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

v3.1.4

22 Feb 05:55
Compare
Choose a tag to compare
  • Fixed issue with channel sync where channels created in the background did not properly load.
  • Deprecated SBDAuthenticateDelegate and SBDConnectionManager.

v3.1.3

25 Jan 06:01
Compare
Choose a tag to compare
  • Added applyParentMessage: method to update a parent message object in the child messages.
  • Fixed a bug where child messages' parent message wasn’t being updated.
  • Improved stability of session management.

v3.1.2

05 Jan 11:13
Compare
Choose a tag to compare
  • Improved stability.

v3.1.1

09 Dec 07:15
Compare
Choose a tag to compare
  • 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:10
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.238

15 Nov 09:04
Compare
Choose a tag to compare
  • Removed excluded architecture.

v3.0.237

10 Nov 08:26
Compare
Choose a tag to compare
  • Added includeReactions field in SBDMessageRetrievalParams.
  • Fixed messageType not being copied in SBDMessageListParams.
  • Fixed SBDMessageListParams belongsTo:(message), SBDMessageListParams belongsTo:(messageParams).

v3.0.236

26 Oct 12:41
Compare
Choose a tag to compare
  • Added SBDRestrictionInfo which contains information for users who are either muted or banned.
  • Added SBDRestrictedUser for muted or banned users, which contains SBDRestrictionInfo.
  • SBDMutedUserListQuery loadNextPageWithCompletionHandler: and SBDBannedUserListQuery loadNextPageWithCompletionHandler: will give a NSArray<SBDRestrictedUser *>.
  • SBDChannelDelegate channel: userWasMuted: and SBDChannelDelegate channel: userWasBanned: will give a SBDRestrictedUser object.
  • Added restrictionInfo property in SBDMember.

v3.0.235

22 Oct 20:50
Compare
Choose a tag to compare
  • Removed Network.framework
  • Improved stability