Releases: sendbird/sendbird-chat-sdk-flutter
Releases · sendbird/sendbird-chat-sdk-flutter
v4.2.20 (Jul 11, 2024)
Improvements
- Fixed the parsing bug regarding
markAsRead()
event - Fixed the db upsert bug regarding read status
v4.2.19 (Jul 4, 2024)
Improvements
- Fixed a bug that channels are not added when
includeEmpty
isfalse
inGroupChannelCollection
- Fixed a bug regarding a channel event when leaving a
GroupChannel
- Fixed a bug regarding the filtering on multi
GroupChannelCollection
s
v4.2.18 (Jun 26, 2024)
Improvements
- Fixed the bugs regarding edge cases during
resetMyHistory()
processing - Fixed a bug that the filtering is not worked on multi
GroupChannelCollection
s - Fixed a bug that channel changelogs are not upserted in db
- Fixed a bug regarding the result of
init()
inSendbirdChat
v4.2.17 (Jun 18, 2024)
Improvements
- Fixed a bug regarding receiving messages during
resetMyHistory()
processing
v4.2.16 (Jun 13, 2024)
Improvements
- Fixed a bug regarding
await
inresetMyHistory()
inGroupChannel
v4.2.15 (Jun 5, 2024)
Improvements
- Fixed the bugs regarding my mute info
- Fixed the bugs regarding changelogs on web
- Fixed the bugs regarding connection management
- Fixed the bugs regarding
markAsDelivered()
inSendbirdChat
- Added
metaData
,readStatus
,deliveryStatus
in channel db - Fixed a bug when
includeEmpty
isfalse
inGroupChannelCollection
v4.2.14 (May 16, 2024)
Improvements
- Fixed the exceptions regarding url encoding for api
- Fixed the bug that profile image is not updated on web
- Fixed the bugs regarding event, exception and cache
- Modified the event order regarding failed messages in message collection
- Improved stability
v4.2.13 (Apr 30, 2024)
Improvements
- Fixed the bugs regarding session update
v4.2.12 (Apr 24, 2024)
Breaking changes
- The return type for
getUndeliveredMembers()
was updated fromList<Member>
toList<Member>?
Features
- Updated dependency range for
connectivity_plus
package from^5.0.1
to>=5.0.1 <7.0.0
Improvements
- Fixed
MessageCollection
regardingresetMyHistory()
inGroupChannel
- Fixed
removeFailedMessage()
andremoveAllFailedMessages()
inMessageCollection
- Fixed the bugs regarding message change log, pending message removal, typing status and delivered status
- Improved stability
v4.2.11 (Apr 18, 2024)
Improvements
- Fixed the bug that there are duplicate channels in
GroupChannelCollection
- Added default mimeType in
FileMessageCreateParams