Releases: sendbird/sendbird-chat-sdk-flutter
Releases · sendbird/sendbird-chat-sdk-flutter
v4.0.9 (Aug 30, 2023)
Improvements
- Fixed the bug regarding the
hasNext
inBaseMessageCollection
. - Fixed the bug when the
reverse
istrue
inMessageListParams
regardingBaseMessageCollection
. - Improved stability.
v4.0.8 (Aug 22, 2023)
Features
- Replaced
Map<String, String> templateVariables
withMap<String, dynamic> templateVariables
inNotificationData
. - Added
tags
inNotificationData
.
Improvements
- Improved stability.
v4.0.7 (Aug 18, 2023)
Features
- Added
notificationData
inBaseMessage
.
Improvements
- Fixed the bug regarding
unreadMessageCount
inFeedChannel
.
v4.0.6 (Aug 16, 2023)
Features
Notification
- Added
isTemplateLabelEnabled
,isCategoryFilterEnabled
andnotificationCategories
inFeedChannel
. - Added
authenticateFeed()
,refreshNotificationCollections()
inSendbirdChat
.
Improvements
- Improved stability.
v4.0.5 (Jul 14, 2023)
Features
- Added
SendbirdStatistics
for internal use.
Improvements
- Improved stability.
v4.0.4 (Jul 3, 2023)
Improvements
- Fixed the bug regarding
resendFileMessage()
. - Fixed the bug regarding connectivity events.
v4.0.3 (Jun 30, 2023)
Features
FeedChannel
- Added
FeedChannelListQuery
- Added
FeedChannel
. - Added
feed
inChannelType
. - Added
getMyFeedChannelChangeLogs()
withFeedChannelChangeLogsParams
in SendbirdChat. - Added
getTotalUnreadMessageCountWithFeedChannel()
in SendbirdChat. - Added
FeedChannelHandler
. - Added
onTotalUnreadMessageCountChanged()
inUserEventHandler
andUnreadMessageCount
.
Collection for notifications
- Added
NotificationCollection
,NotificationCollectionHandler
andNotificationContext
. - Added
BaseMessageCollection
,BaseMessageCollectionHandler
andBaseMessageContext
. - Added
FeedChannelContext
,BaseChannelContext
.
ChatNotification for GroupChannel
- Added
isChatNotification
in GroupChannel. - Added
includeChatNotification
inGroupChannelListQuery
andGroupChannelChangeLogsParams
.
Setting and Template for Notification
- Added
getGlobalNotificationChannelSetting()
andGlobalNotificationChannelSetting
in SendbirdChat. - Added
getNotificationTemplateListByToken()
withNotificationTemplateListParams
andNotificationTemplateList
in SendbirdChat. - Added
getNotificationTemplate()
andNotificationTemplate
in SendbirdChat.
NotificationInfo
- Added
NotificationInfo
. - Added
notificationInfo
inAppInfo
.
Improvements
- Improved stability.
v4.0.2 (Jun 23, 2023)
- Improved stability.
v4.0.1 (Jun 14, 2023)
- Improved stability.
v4.0.0 (May 31, 2023)
To see detailed changes, please refer to the migration guide.
Features
- Added
GroupChannelCollection
,GroupChannelContext
andGroupChannelCollectionHandler
. - Added
MessageCollection
,MessageContext
andMessageCollectionHandler
. - Added
enum CollectionEventSource
.
v3 Changelog
Please refer to this page.