Releases: sendbird/sendbird-chat-sdk-flutter
Releases · sendbird/sendbird-chat-sdk-flutter
v4.7.0 (Oct 29, 2025)
Features
- Added
onConnectionDelayed(int retryAfter)inConnectionHandler- Automatically attempts to connect to the server in
retryAfterseconds - Called when the server cannot handle the connection immediately when
SendbirdChat.connect()is called - Called when the server is overloaded
- Automatically attempts to connect to the server in
Improvements
- Improved local caching
v4.6.0 (Oct 15, 2025)
Features
- Support 16KB page sizes for Android (
minSdkVersionon Android must be 23 or higher)
Improvements
- Fixed a bug where the failed
FileMessagedoes not load on iOS when restarting the app
v4.6.0-dev.2 (Oct 1, 2025)
Features
isarpackage has been updated withisar_community v3.3.0-dev.3to support android 16kb page size- To support this,
minSdkVersionon Android must be 23 or higher
v4.6.0-dev.1 (Sep 16, 2025)
Features
isarpackage has been updated withisar_community v3.3.0-dev.2to support android 16kb page size- To support this,
minSdkVersionon Android must be 23 or higher
v4.5.2 (Sep 15, 2025)
Improvements
- Fixed a bug where the failed
FileMessagedoes 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
connectionTimeoutinSendbirdChatOptions - 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
eventUserMarkedReadandeventUserMarkedUnreadinCollectionEventSource - Added
eventDetailinBaseChannelContext - Added
onUserMarkedRead()andonUserMarkedUnread()events inGroupChannelHandler - Added
uikitConfigInfoinAppInfo
Improvements
- Fixed a bug where writing
metaDatato db inFeedChannelfailed - Fixed a bug regarding
ScheduledStatusinScheduledInfo
v4.3.2 (May 7, 2025)
Improvements
- Fixed a bug where network error related exceptions were not raised in
loadPrevious()andloadNext()inMessageCollection