Skip to content

Releases: sendbird/sendbird-chat-sdk-flutter

[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.

v4.0.9 (Aug 30, 2023)

30 Aug 05:25
5738884
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Features

Notification

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

Improvements

  • Improved stability.