Skip to content

Releases: sendbird/sendbird-chat-sdk-flutter

v4.2.0 (Jan 31, 2024)

31 Jan 05:57
12a47ea
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fixed the bug regarding WebSocket error handling

v4.0.13 (Sep 27, 2023)

27 Sep 07:14
965905b
Compare
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
Compare
Choose a tag to compare
  • Fixed the bug regarding uploadSizeLimit

v4.0.12 (Sep 15, 2023)

15 Sep 01:30
c343e84
Compare
Choose a tag to compare

Improvements

  • Fixed the bug regarding parent FileMessage type
  • Updated regarding statistics

v4.0.11 (Sep 12, 2023)

12 Sep 05:48
b7f55ba
Compare
Choose a tag to compare

Improvements

  • Fixed the bug regarding the url encoding of userId.

v4.0.10 (Aug 31, 2023)

31 Aug 01:30
1deb963
Compare
Choose a tag to compare

Improvements

  • Fixed the bug regarding the FeedChannel caching.