Releases: sendbird/sendbird-chat-sdk-flutter
Releases · sendbird/sendbird-chat-sdk-flutter
v4.6.0-dev.1 (Sep 16, 2025)
Features
isar
package has been updated withisar_community v3.3.0-dev.2
to support android 16kb page size- To support this,
minSdkVersion
on Android must be 23 or higher
v4.5.2 (Sep 15, 2025)
Improvements
- Fixed a bug where the failed
FileMessage
does not load on iOS when restarting the app - Fixed a bug regarding offline login
- Updated regarding statistics
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