Skip to content

Releases: sendbird/sendbird-chat-sdk-flutter

v4.5.1 (Jul 24, 2025)

24 Jul 04:45
fbfd3e8
Compare
Choose a tag to compare

Improvements

  • Fixed a bug related to API timeout

v4.5.0 (Jul 23, 2025) (Retracted)

23 Jul 06:56
5e0e7e7
Compare
Choose a tag to compare

Features

  • Added getTotalUnreadMessageCountWithParams({GroupChannelTotalUnreadMessageCountParams? groupChannelParams, FeedChannelTotalUnreadMessageCountParams? feedChannelParams}) and deprecated getTotalUnreadMessageCountWithFeedChannel([GroupChannelTotalUnreadMessageCountParams? params])

Improvements

  • Added logViewed(List<NotificationMessage> messages) and deprecated logImpression(List<NotificationMessage> messages) in FeedChannel
  • Added API timeout for 10 seconds
  • Added reconnection timeout for connectionTimeout in SendbirdChatOptions
  • Updated regarding statistics

v4.4.1 (Jun 27, 2025)

27 Jun 06:58
2637cce
Compare
Choose a tag to compare

Improvements

  • Fixed parsing exception for message with a deleted parent message

v4.4.0 (Jun 20, 2025)

20 Jun 07:11
87c6b5e
Compare
Choose a tag to compare

Features

  • Added markAsUnread() in GroupChannel
  • Added eventUserMarkedRead and eventUserMarkedUnread in CollectionEventSource
  • Added eventDetail in BaseChannelContext
  • Added onUserMarkedRead() and onUserMarkedUnread() events in GroupChannelHandler
  • Added uikitConfigInfo in AppInfo

Improvements

  • Fixed a bug where writing metaData to db in FeedChannel failed
  • Fixed a bug regarding ScheduledStatus in ScheduledInfo

v4.3.2 (May 7, 2025)

07 May 05:02
964a308
Compare
Choose a tag to compare

Improvements

  • Fixed a bug where network error related exceptions were not raised in loadPrevious() and loadNext() in MessageCollection

v4.3.1 (Apr 4, 2025)

04 Apr 02:26
c85ff3b
Compare
Choose a tag to compare

Improvements

  • Fixed duplicate userId bug related to reaction
  • Improved websocket statistics

v4.3.0 (Mar 11, 2025)

11 Mar 08:31
e4e762b
Compare
Choose a tag to compare

Features

  • Added messageDeletionTimestamp in BaseChannel

Improvements

  • Fixed a bug where the timer is not reset related to typing indicator
  • Added device token cache for push notifications

v4.2.31 (Feb 25, 2025)

25 Feb 06:57
6e75992
Compare
Choose a tag to compare

Improvements

  • Fixed a bug where requestId is null if websocket is disconnected while sending a FileMessage

v4.2.30 (Dec 5, 2024)

05 Dec 05:38
5c36a4f
Compare
Choose a tag to compare

Improvements

  • Fixed the reconnection bug when moving to background and then moving to foreground quickly

v4.2.29 (Nov 20, 2024)

20 Nov 02:42
8f09912
Compare
Choose a tag to compare

Features

  • Updated the versions for mime, web_socket_channel and flutter_lints packages

Improvements

  • Added the filtering for replyType in MessageCollection