Releases: sendbird/sendbird-chat-sdk-ios
Releases · sendbird/sendbird-chat-sdk-ios
v4.14.2
Improvements
- Improved stability
v4.14.1
Improvements
- Added
Form
,FormField
andFormFieldAnswer
model classes. - Added
submitForm(form:completionHandler:)
public interface. - Added
forms
andsuggestedReplies
properties inBaseMessage
.
v4.14.0
Improvements
- Added
Feedback
andFeedback.Status
model classes - Added public interfaces methods in
BaseMessage
- Added
submitFeedback(rating:comment:completionHandler:)
- Added
updateFeedback(rating:comment:completionHandler:)
- Added
deleteFeedback(completionHandler:)
- Added
- Fixed a bug where the
messageCollection(_:context:channel:addedMessages:)
is not invoked after reconnecting if theMessageCollection
object was created for an empty group channel
v4.13.2
Improvements
- Fixed group channel's metadata being overwritten by group channel changelog when using local caching without turning on the app attribute
enable_changelog_metadata
- Updated SendbirdChatSDK licenses
- improve Stability
v4.13.1
Improvements
- Fixed a bug where the order of the messages from the
messageCollection(_:context:channel:addedMessages:)
delegate was not sequential
v4.13.0
Improvements
- Added
logCustom()
inFeedChannel
to log custom stat - Added
NotificationMessageStatus
to represent whether the message was read or not - Changed to not change channel's
isDirty
property when app switches from background to foreground - Removed rate limit from markAsRead
- Improved logic to call the API in unnecessary situations in the
getChannel
while using local caching - Improved stability
v4.12.3
- Improved stability
v4.12.2
- Added methods on
GroupChannel
getDeliveryStatus(includeAllMembers:)
getDeliveryStatusAsObjects(includeAllMembers:)
getReadStatusAsObjects(includeAllMembers:)
- Added
DeliveryStatus
,ReadStatus
- Fixed Syntax error in SQL statement
- Added
extendedMessagePayload
property toBaseMessage
- Improved stability
v4.12.1
Improvements
- Fixed a bug where the callback of
__getUIKitConfiguration()
can be called twice. - Stability improvements.
v4.12.0
Improvements
Added submitForm(formKey:answer:completionHandler)
at BaseMessage
- Added review information on UserMessage
- Added
messageReviewInfo
property inUserMessage
class - Added
MessageReviewInfo
andOriginalMessageInfo
classes - Added
MessageReviewStatus
enum
- Added
- Added
SendbirdChat.sendUserMessage
which sends a user message to a specific channel without needing to have a instance of the channel. - Fix an issue where
unreadChannelFilter
was not properly working onGroupChannelCollection