Releases: sendbird/sendbird-chat-sdk-flutter
Releases · sendbird/sendbird-chat-sdk-flutter
v4.0.12 (Sep 15, 2023)
Improvements
- Fixed the bug regarding parent FileMessage type
- Updated regarding statistics
v4.0.11 (Sep 12, 2023)
Improvements
- Fixed the bug regarding the url encoding of
userId.
v4.0.10 (Aug 31, 2023)
Improvements
- Fixed the bug regarding the
FeedChannelcaching.
v4.0.9 (Aug 30, 2023)
Improvements
- Fixed the bug regarding the
hasNextinBaseMessageCollection. - Fixed the bug when the
reverseistrueinMessageListParamsregardingBaseMessageCollection. - Improved stability.
v4.0.8 (Aug 22, 2023)
Features
- Replaced
Map<String, String> templateVariableswithMap<String, dynamic> templateVariablesinNotificationData. - Added
tagsinNotificationData.
Improvements
- Improved stability.
v4.0.7 (Aug 18, 2023)
Features
- Added
notificationDatainBaseMessage.
Improvements
- Fixed the bug regarding
unreadMessageCountinFeedChannel.
v4.0.6 (Aug 16, 2023)
Features
Notification
- Added
isTemplateLabelEnabled,isCategoryFilterEnabledandnotificationCategoriesinFeedChannel. - Added
authenticateFeed(),refreshNotificationCollections()inSendbirdChat.
Improvements
- Improved stability.
v4.0.5 (Jul 14, 2023)
Features
- Added
SendbirdStatisticsfor 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
feedinChannelType. - Added
getMyFeedChannelChangeLogs()withFeedChannelChangeLogsParamsin SendbirdChat. - Added
getTotalUnreadMessageCountWithFeedChannel()in SendbirdChat. - Added
FeedChannelHandler. - Added
onTotalUnreadMessageCountChanged()inUserEventHandlerandUnreadMessageCount.
Collection for notifications
- Added
NotificationCollection,NotificationCollectionHandlerandNotificationContext. - Added
BaseMessageCollection,BaseMessageCollectionHandlerandBaseMessageContext. - Added
FeedChannelContext,BaseChannelContext.
ChatNotification for GroupChannel
- Added
isChatNotificationin GroupChannel. - Added
includeChatNotificationinGroupChannelListQueryandGroupChannelChangeLogsParams.
Setting and Template for Notification
- Added
getGlobalNotificationChannelSetting()andGlobalNotificationChannelSettingin SendbirdChat. - Added
getNotificationTemplateListByToken()withNotificationTemplateListParamsandNotificationTemplateListin SendbirdChat. - Added
getNotificationTemplate()andNotificationTemplatein SendbirdChat.
NotificationInfo
- Added
NotificationInfo. - Added
notificationInfoinAppInfo.
Improvements
- Improved stability.