Skip to content

Releases: sendbird/sendbird-chat-sdk-flutter

v4.0.12 (Sep 15, 2023)

15 Sep 01:30
c343e84

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

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

Choose a tag to compare

Improvements

  • Fixed the bug regarding the FeedChannel caching.

v4.0.9 (Aug 30, 2023)

30 Aug 05:25
5738884

Choose a tag to compare

Improvements

  • Fixed the bug regarding the hasNext in BaseMessageCollection.
  • Fixed the bug when the reverse is true in MessageListParams regarding BaseMessageCollection.
  • Improved stability.

v4.0.8 (Aug 22, 2023)

22 Aug 06:25
0b3d77d

Choose a tag to compare

Features

  • Replaced Map<String, String> templateVariables with Map<String, dynamic> templateVariables in NotificationData.
  • Added tags in NotificationData.

Improvements

  • Improved stability.

v4.0.7 (Aug 18, 2023)

18 Aug 02:54
f022b55

Choose a tag to compare

Features

  • Added notificationData in BaseMessage.

Improvements

  • Fixed the bug regarding unreadMessageCount in FeedChannel.

v4.0.6 (Aug 16, 2023)

16 Aug 02:54
9c76d58

Choose a tag to compare

Features

Notification

  • Added isTemplateLabelEnabled, isCategoryFilterEnabled and notificationCategories in FeedChannel.
  • Added authenticateFeed(), refreshNotificationCollections() in SendbirdChat.

Improvements

  • Improved stability.

v4.0.5 (Jul 14, 2023)

14 Jul 01:25
7de974d

Choose a tag to compare

Features

  • Added SendbirdStatistics for internal use.

Improvements

  • Improved stability.

v4.0.4 (Jul 3, 2023)

03 Jul 02:59

Choose a tag to compare

Improvements

  • Fixed the bug regarding resendFileMessage().
  • Fixed the bug regarding connectivity events.

v4.0.3 (Jun 30, 2023)

30 Jun 01:34

Choose a tag to compare

Features

FeedChannel

  • Added FeedChannelListQuery
  • Added FeedChannel.
  • Added feed in ChannelType.
  • Added getMyFeedChannelChangeLogs() with FeedChannelChangeLogsParams in SendbirdChat.
  • Added getTotalUnreadMessageCountWithFeedChannel() in SendbirdChat.
  • Added FeedChannelHandler.
  • Added onTotalUnreadMessageCountChanged() in UserEventHandler and UnreadMessageCount.

Collection for notifications

  • Added NotificationCollection, NotificationCollectionHandler and NotificationContext.
  • Added BaseMessageCollection, BaseMessageCollectionHandler and BaseMessageContext.
  • Added FeedChannelContext, BaseChannelContext.

ChatNotification for GroupChannel

  • Added isChatNotification in GroupChannel.
  • Added includeChatNotification in GroupChannelListQuery and GroupChannelChangeLogsParams.

Setting and Template for Notification

  • Added getGlobalNotificationChannelSetting() and GlobalNotificationChannelSetting in SendbirdChat.
  • Added getNotificationTemplateListByToken() with NotificationTemplateListParams and NotificationTemplateList in SendbirdChat.
  • Added getNotificationTemplate() and NotificationTemplate in SendbirdChat.

NotificationInfo

  • Added NotificationInfo.
  • Added notificationInfo in AppInfo.

Improvements

  • Improved stability.