Releases: sendbird/sendbird-chat-sdk-flutter
Releases · sendbird/sendbird-chat-sdk-flutter
v4.5.1 (Jul 24, 2025)
Improvements
- Fixed a bug related to API timeout
v4.5.0 (Jul 23, 2025) (Retracted)
Features
- Added
getTotalUnreadMessageCountWithParams({GroupChannelTotalUnreadMessageCountParams? groupChannelParams, FeedChannelTotalUnreadMessageCountParams? feedChannelParams})
and deprecatedgetTotalUnreadMessageCountWithFeedChannel([GroupChannelTotalUnreadMessageCountParams? params])
Improvements
- Added
logViewed(List<NotificationMessage> messages)
and deprecatedlogImpression(List<NotificationMessage> messages)
inFeedChannel
- Added API timeout for 10 seconds
- Added reconnection timeout for
connectionTimeout
inSendbirdChatOptions
- Updated regarding statistics
v4.4.1 (Jun 27, 2025)
Improvements
- Fixed parsing exception for message with a deleted parent message
v4.4.0 (Jun 20, 2025)
Features
- Added
markAsUnread()
inGroupChannel
- Added
eventUserMarkedRead
andeventUserMarkedUnread
inCollectionEventSource
- Added
eventDetail
inBaseChannelContext
- Added
onUserMarkedRead()
andonUserMarkedUnread()
events inGroupChannelHandler
- Added
uikitConfigInfo
inAppInfo
Improvements
- Fixed a bug where writing
metaData
to db inFeedChannel
failed - Fixed a bug regarding
ScheduledStatus
inScheduledInfo
v4.3.2 (May 7, 2025)
Improvements
- Fixed a bug where network error related exceptions were not raised in
loadPrevious()
andloadNext()
inMessageCollection
v4.3.1 (Apr 4, 2025)
Improvements
- Fixed duplicate userId bug related to reaction
- Improved websocket statistics
v4.3.0 (Mar 11, 2025)
Features
- Added
messageDeletionTimestamp
inBaseChannel
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)
Improvements
- Fixed a bug where
requestId
is null if websocket is disconnected while sending aFileMessage
v4.2.30 (Dec 5, 2024)
Improvements
- Fixed the reconnection bug when moving to background and then moving to foreground quickly
v4.2.29 (Nov 20, 2024)
Features
- Updated the versions for
mime
,web_socket_channel
andflutter_lints
packages
Improvements
- Added the filtering for
replyType
inMessageCollection