Releases: sendbird/sendbird-chat-sdk-flutter
Releases · sendbird/sendbird-chat-sdk-flutter
v4.2.3 (Mar 4, 2024)
Improvements
- Fixed the bug where
queryinGroupChannelCollectiondoes not work when reconnected
v4.2.2 (Fed 15, 2024)
Improvements
- Fixed the bug where
votedPollOptionIdsinPollis always empty
v4.2.1 (Fed 5, 2024)
Improvements
- Fixed the bug where
getCachedMetaData()inBaseChannelis not being updated when deleting metadata.
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
useCollectionCachinginSendbirdChatOptions(The default value istrue) - Added
getCachedDataSize(),clearCachedData()andclearCachedMessages()inSendbirdChat - Added
getFailedMessages(),removeFailedMessages()andremoveAllFailedMessages()inMessageCollection - Added
markAsRead() inBaseMessageCollection`
Improvements
- Fixed the bugs regarding FeedChannel
- Improved stability
v4.1.2 (Dec 12, 2023)
Features
- Added
createdBeforeandcreatedAfterinGroupChannelListQueryandPublicGroupChannelListQuery - 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_pluspackage to5.0.1
v4.1.0 (Nov 3, 2023)
Features
NotificationMessage
- Added
NotificationMessagewithnotificationId,messageStatusandnotificationData - Added
markAsReadBy(),logImpression()andlogCustom()inFeedChannel - Replaced
BaseMessage? lastMessagewithNotificationMessage? lastMessageinFeedChannel - Replaced
List<BaseMessage> messageListwithList<NotificationMessage> messageListinNotificationCollection - 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,includeReactionsandincludeThreadInfoinPreviousMessageListQuery
Improvements
- Improved stability
[3.2.18] - Sep 18, 2023
- Fixed the bug regarding uploadSizeLimit