Skip to content

Releases: sendbird/sendbird-chat-sdk-flutter

v4.2.3 (Mar 4, 2024)

04 Mar 01:30
8dd2e61

Choose a tag to compare

Improvements

  • Fixed the bug where query in GroupChannelCollection does not work when reconnected

v4.2.2 (Fed 15, 2024)

15 Feb 06:03
4d44a44

Choose a tag to compare

Improvements

  • Fixed the bug where votedPollOptionIds in Poll is always empty

v4.2.1 (Fed 5, 2024)

05 Feb 06:34
fdfe7fa

Choose a tag to compare

Improvements

  • Fixed the bug where getCachedMetaData() in BaseChannel is not being updated when deleting metadata.

v4.2.0 (Jan 31, 2024)

31 Jan 05:57
12a47ea

Choose a tag to compare

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 in SendbirdChatOptions (The default value is true)
  • Added getCachedDataSize(), clearCachedData() and clearCachedMessages() in SendbirdChat
  • Added getFailedMessages(), removeFailedMessages() and removeAllFailedMessages() in MessageCollection
  • Added markAsRead() in BaseMessageCollection`

Improvements

  • Fixed the bugs regarding FeedChannel
  • Improved stability

v4.1.2 (Dec 12, 2023)

12 Dec 02:40
3a2149a

Choose a tag to compare

Features

  • Added createdBefore and createdAfter in GroupChannelListQuery and PublicGroupChannelListQuery
  • Added markAsClicked() in FeedChannel
  • Replaced markAsReadBy() with markAsRead() in FeedChannel

Improvements

  • Fix the bugs regarding FeedChannel
  • Fix the bugs regarding ReactionEvent
  • Improved stability

v4.1.1 (Nov 8, 2023)

08 Nov 01:01
534fc28

Choose a tag to compare

Improvements

  • Updated connectivity_plus package to 5.0.1

v4.1.0 (Nov 3, 2023)

03 Nov 01:21
080a549

Choose a tag to compare

Features

NotificationMessage

  • Added NotificationMessage with notificationId, messageStatus and notificationData
  • Added markAsReadBy(), logImpression() and logCustom() in FeedChannel
  • Replaced BaseMessage? lastMessage with NotificationMessage? lastMessage in FeedChannel
  • Replaced List<BaseMessage> messageList with List<NotificationMessage> messageList in NotificationCollection
  • Modified onMessagesAdded(), onMessagesUpdated() and onMessagesDeleted() in NotificationCollectionHandler
  • Modified onMessageReceived() and onChannelChanged() in FeedChannelHandler

Deprecated Methods

  • Removed onTotalUnreadMessageCountUpdated() in UserEventHandler

Improvements

  • Improved stability

[3.2.19] - Oct 13, 2023

13 Oct 06:08
838cc25

Choose a tag to compare

  • Fixed the bug regarding WebSocket error handling

v4.0.13 (Sep 27, 2023)

27 Sep 07:14
965905b

Choose a tag to compare

Features

  • Added MessageSearchQuery
  • Added includeMetaArray, includeReactions and includeThreadInfo in PreviousMessageListQuery

Improvements

  • Improved stability

[3.2.18] - Sep 18, 2023

20 Sep 02:27
730e4c1

Choose a tag to compare

  • Fixed the bug regarding uploadSizeLimit