Releases: sendbird/sendbird-chat-sdk-flutter
Releases · sendbird/sendbird-chat-sdk-flutter
[3.2.19] - Oct 13, 2023
- Fixed the bug regarding WebSocket error handling
v4.0.13 (Sep 27, 2023)
Features
- Added
MessageSearchQuery
- Added
includeMetaArray
,includeReactions
andincludeThreadInfo
inPreviousMessageListQuery
Improvements
- Improved stability
[3.2.18] - Sep 18, 2023
- Fixed the bug regarding uploadSizeLimit
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
FeedChannel
caching.
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.