Releases: sendbird/sendbird-chat-sdk-flutter
Releases · sendbird/sendbird-chat-sdk-flutter
v4.2.0 (Jan 31, 2024)
Features
Local Caching for Android and iOS (Not supported for Web yet)
Local caching enables Sendbird Chat SDK for Flutter to cache and retrieve group channel and message data locally. Its benefits include reducing refresh time and allowing a client app to create a channel list or a chat view that can work online as well as offline.
The local caching feature is enabled by default.
- Added
useCollectionCaching
inSendbirdChatOptions
(The default value istrue
) - Added
getCachedDataSize()
,clearCachedData()
andclearCachedMessages()
inSendbirdChat
- Added
getFailedMessages()
,removeFailedMessages()
andremoveAllFailedMessages()
inMessageCollection
- Added
markAsRead() in
BaseMessageCollection`
Improvements
- Fixed the bugs regarding FeedChannel
- Improved stability
v4.1.2 (Dec 12, 2023)
Features
- Added
createdBefore
andcreatedAfter
inGroupChannelListQuery
andPublicGroupChannelListQuery
- Added
markAsClicked()
inFeedChannel
- Replaced
markAsReadBy()
withmarkAsRead()
inFeedChannel
Improvements
- Fix the bugs regarding FeedChannel
- Fix the bugs regarding ReactionEvent
- Improved stability
v4.1.1 (Nov 8, 2023)
Improvements
- Updated
connectivity_plus
package to5.0.1
v4.1.0 (Nov 3, 2023)
Features
NotificationMessage
- Added
NotificationMessage
withnotificationId
,messageStatus
andnotificationData
- Added
markAsReadBy()
,logImpression()
andlogCustom()
inFeedChannel
- Replaced
BaseMessage? lastMessage
withNotificationMessage? lastMessage
inFeedChannel
- Replaced
List<BaseMessage> messageList
withList<NotificationMessage> messageList
inNotificationCollection
- Modified
onMessagesAdded()
,onMessagesUpdated()
andonMessagesDeleted()
inNotificationCollectionHandler
- Modified
onMessageReceived()
andonChannelChanged()
inFeedChannelHandler
Deprecated Methods
- Removed
onTotalUnreadMessageCountUpdated()
inUserEventHandler
Improvements
- Improved stability
[3.2.19] - Oct 13, 2023
- Fixed the bug regarding WebSocket error handling
v4.0.13 (Sep 27, 2023)
Features
- Added
MessageSearchQuery
- Added
includeMetaArray
,includeReactions
andincludeThreadInfo
inPreviousMessageListQuery
Improvements
- Improved stability
[3.2.18] - Sep 18, 2023
- Fixed the bug regarding uploadSizeLimit
v4.0.12 (Sep 15, 2023)
Improvements
- Fixed the bug regarding parent FileMessage type
- Updated regarding statistics
v4.0.11 (Sep 12, 2023)
Improvements
- Fixed the bug regarding the url encoding of
userId
.
v4.0.10 (Aug 31, 2023)
Improvements
- Fixed the bug regarding the
FeedChannel
caching.